wolf armor

This commit is contained in:
UncomfySilence 2024-02-21 13:10:27 +01:00
parent f3cc4bf90f
commit efadb07032

View 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: [],
)