trade_bot/assets/common/items/armor/hide/carapace/hand.ron

13 lines
302 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Carapace Grips",
legacy_description: "Made from the shell that once shielded a beast.",
kind: Armor((
kind: Hand,
stats: FromSet("Carapace"),
)),
quality: High,
tags: [
Material(Carapace),
SalvageInto(Carapace, 1),
],
)