veloren/assets/common/items/debug/admin_back.ron
2021-01-28 17:22:35 -08:00

15 lines
322 B
Plaintext

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