veloren/assets/common/items/debug/dungeon_purple.ron
2021-02-28 22:18:43 -05:00

16 lines
340 B
Plaintext

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