mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove poise res from generic and tursus armors; decrease wendigo hp
This commit is contained in:
parent
23583f3298
commit
4f984f1f44
@ -5,7 +5,6 @@ ItemDef(
|
||||
kind: Chest,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(65.0)),
|
||||
poise_resilience: Some(Normal(10.0)),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -5,7 +5,6 @@ ItemDef(
|
||||
kind: Chest,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(65.0)),
|
||||
poise_resilience: Some(Normal(10.0)),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
|
@ -917,7 +917,7 @@ impl Body {
|
||||
Body::BipedLarge(biped_large) => match biped_large.species {
|
||||
biped_large::Species::Ogre => 380,
|
||||
biped_large::Species::Cyclops => 1000,
|
||||
biped_large::Species::Wendigo => 380,
|
||||
biped_large::Species::Wendigo => 300,
|
||||
biped_large::Species::Cavetroll => 340,
|
||||
biped_large::Species::Mountaintroll => 340,
|
||||
biped_large::Species::Swamptroll => 340,
|
||||
|
Loading…
Reference in New Issue
Block a user