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

13 lines
311 B
Plaintext

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