veloren/assets/common/items/debug/admin_back.ron
2020-08-03 03:41:32 +00:00

13 lines
253 B
Plaintext

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