veloren/assets/common/items/debug/dungeon_purple.ron
2021-12-12 00:25:35 +00:00

14 lines
254 B
Rust

ItemDef(
name: "Velorite Admin Cape",
description: "Where did I put my banhammer again?",
kind: Armor(
(
kind: Back("VeloriteMage"),
stats: (
),
)
),
quality: Debug,
tags: [],
)