hotbot/assets/common/items/armor/savage/belt.ron

12 lines
253 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Savage Belt",
legacy_description: "Brings the fury of the barbarians.",
kind: Armor((
kind: Belt,
stats: FromSet("Savage"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)