veloren/assets/common/items/debug/dungeon_purple-0.ron

13 lines
279 B
Plaintext
Raw Normal View History

ItemDef(
name: "Velorite Admin Cape",
2020-08-12 18:10:18 +00:00
description: "Where did I put my banhammer again?",
kind: Armor(
(
kind: Back("VeloriteMage0"),
2020-08-12 18:10:18 +00:00
stats: (
2020-10-07 02:23:20 +00:00
protection: Invincible),
2020-08-12 18:10:18 +00:00
)
),
2020-10-07 02:23:20 +00:00
quality: Debug,
2020-08-12 18:10:18 +00:00
)