mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
parent
16b952e01e
commit
287b531b47
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user