veloren/assets/common/items/debug/dungeon_purple.ron
2021-04-11 03:49:47 +00:00

16 lines
342 B
Plaintext

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