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

14 lines
254 B
Rust
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(
(
2021-03-01 03:18:43 +00:00
kind: Back("VeloriteMage"),
2020-08-12 18:10:18 +00:00
stats: (
2020-12-16 23:30:33 +00:00
),
2020-08-12 18:10:18 +00:00
)
),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2020-08-12 18:10:18 +00:00
)