veloren/assets/common/items/debug/admin_back.ron
2022-05-18 16:28:10 -04:00

14 lines
241 B
Rust

ItemDef(
name: "Admin's Cape",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Back,
stats: (
),
)
),
quality: Debug,
tags: [],
)