trade_bot/assets/common/items/armor/hide/primal/hand.ron
2024-07-03 19:04:49 -04:00

13 lines
285 B
Plaintext

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