trade_bot/assets/common/items/armor/hide/scale/shoulder.ron

13 lines
311 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)