veloren/assets/common/items/debug/dungeon_purple-0.ron
2021-01-28 17:22:35 -08:00

15 lines
327 B
Plaintext

ItemDef(
name: "Velorite Admin Cape",
description: "Where did I put my banhammer again?",
kind: Armor(
(
kind: Back("VeloriteMage0"),
stats: (
protection: Invincible,
poise_protection: Invincible,
),
)
),
quality: Debug,
)