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

13 lines
255 B
Plaintext

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