trade_bot/assets/common/items/armor/savage/foot.ron
2024-07-03 19:04:49 -04:00

12 lines
250 B
Plaintext

ItemDef(
legacy_name: "Savage Boots",
legacy_description: "Brings the fury of the barbarians.",
kind: Armor((
kind: Foot,
stats: FromSet("Savage"),
)),
quality: High,
tags: [
Material(Leather),
],
)