Set poise_resilience to sane values

- Druid Shoulders to 1.0
- Rugged Chest to 1.0
- Cultist Gloves to 1.0
This commit is contained in:
juliancoffee 2021-05-16 00:34:02 +03:00
parent 16b952e01e
commit 287b531b47
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ ItemDef(
kind: Hand("Cultist"),
stats: (
protection: Normal(12.0),
poise_resilience: Normal(8.0),
poise_resilience: Normal(1.0),
),
)),
quality: Epic,

View File

@ -5,7 +5,7 @@ ItemDef(
kind: Shoulder("Druid"),
stats: (
protection: Normal(3.0),
poise_resilience: Normal(6.0),
poise_resilience: Normal(1.0),
),
)),
quality: Common,

View File

@ -5,7 +5,7 @@ ItemDef(
kind: Chest("Rugged"),
stats: (
protection: Normal(3.0),
poise_resilience: Normal(4.0),
poise_resilience: Normal(1.0),
),
)),
quality: Low,