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

12 lines
323 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +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),
],
)