hotbot/assets/common/items/armor/hide/carapace/hand.ron
2024-06-11 14:43:30 -04:00

13 lines
302 B
Plaintext

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),
],
)