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

10 lines
224 B
Plaintext

ItemDef(
legacy_name: "Boreal Gauntlets",
legacy_description: "Colder than the touch of death.",
kind: Armor((
kind: Hand,
stats: FromSet("Boreal"),
)),
quality: Legendary,
tags: [],
)