veloren/assets/common/items/debug/admin_back.ron
2021-12-12 00:25:35 +00:00

14 lines
250 B
Rust

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