trade_bot/assets/common/items/armor/hide/primal/pants.ron

13 lines
281 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Primal Legs",
legacy_description: "Smithed from hide tougher than steel.",
kind: Armor((
kind: Pants,
stats: FromSet("Plate"),
)),
quality: Epic,
tags: [
Material(Plate),
SalvageInto(Plate, 2),
],
)