hotbot/assets/common/items/armor/velorite_mage/back.ron

12 lines
269 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Velorite Battlemage Cloak",
legacy_description: "Keeps your shoulders warm.",
kind: Armor((
kind: Back,
stats: FromSet("Velorite Battlemage"),
)),
quality: High,
tags: [
Material(Velorite),
],
)