hotbot/assets/common/items/armor/boreal/pants.ron
2024-06-11 14:43:30 -04:00

10 lines
235 B
Plaintext

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: [],
)