hotbot/assets/common/items/armor/boreal/foot.ron

10 lines
235 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Boreal Wrappings",
legacy_description: "The blistering cold makes it hard to move.",
kind: Armor((
kind: Foot,
stats: FromSet("Boreal"),
)),
quality: Legendary,
tags: [],
)