hotbot/assets/common/items/armor/hide/primal/chest.ron

13 lines
284 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Primal Cuirass",
legacy_description: "Smithed from hide tougher than steel.",
kind: Armor((
kind: Chest,
stats: FromSet("Plate"),
)),
quality: Epic,
tags: [
Material(Plate),
SalvageInto(Plate, 3),
],
)