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

10 lines
240 B
Plaintext

ItemDef(
legacy_name: "Boreal Chestplate",
legacy_description: "So frigid that you can feel it in your heart.",
kind: Armor((
kind: Chest,
stats: FromSet("Boreal"),
)),
quality: Legendary,
tags: [],
)