mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
wolf armor
This commit is contained in:
parent
f3cc4bf90f
commit
efadb07032
14
assets/common/items/npc_armor/quadruped_medium/wolf.ron
Normal file
14
assets/common/items/npc_armor/quadruped_medium/wolf.ron
Normal file
@ -0,0 +1,14 @@
|
||||
ItemDef(
|
||||
legacy_name: "Wolf Armor",
|
||||
legacy_description: "testing123",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: Direct((
|
||||
protection: Some(Normal(16.0)),
|
||||
poise_resilience: Some(Normal(15.0)),
|
||||
energy_max: Some(10),
|
||||
)),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [],
|
||||
)
|
Loading…
Reference in New Issue
Block a user