trade_bot/assets/common/items/armor/boreal/pants.ron

10 lines
235 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Boreal Tunic",
legacy_description: "Colder than the climate it protects you from.",
kind: Armor((
kind: Pants,
stats: FromSet("Boreal"),
)),
quality: Legendary,
tags: [],
)