hotbot/assets/common/items/armor/tarasque/chest.ron

12 lines
323 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)