hotbot/assets/common/items/armor/tarasque/chest.ron
2024-06-11 14:43:30 -04:00

12 lines
323 B
Plaintext

ItemDef(
legacy_name: "Tarasque Cuirass",
legacy_description: "The rough protective underbelly and back of a tarasque's shell, formed to fit humanoid proportions.",
kind: Armor((
kind: Chest,
stats: FromSet("Tarasque"),
)),
quality: High,
tags: [
Material(Carapace),
],
)