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

13 lines
298 B
Plaintext

ItemDef(
legacy_name: "Scale Fists",
legacy_description: "Each embedded scale provides additional protection.",
kind: Armor((
kind: Hand,
stats: FromSet("Scale"),
)),
quality: Moderate,
tags: [
Material(Scale),
SalvageInto(Scale, 1),
],
)