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

13 lines
289 B
Plaintext

ItemDef(
legacy_name: "Primal Shoulders",
legacy_description: "Smithed from hide tougher than steel.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Plate"),
)),
quality: Epic,
tags: [
Material(Plate),
SalvageInto(Plate, 1),
],
)