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

13 lines
305 B
Plaintext

ItemDef(
legacy_name: "Carapace Cuirass",
legacy_description: "Made from the shell that once shielded a beast.",
kind: Armor((
kind: Chest,
stats: FromSet("Carapace"),
)),
quality: High,
tags: [
Material(Carapace),
SalvageInto(Carapace, 3),
],
)