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

12 lines
314 B
Plaintext

ItemDef(
legacy_name: "Bonerattler Cuirass",
legacy_description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.",
kind: Armor((
kind: Chest,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)