veloren/assets/common/items/debug/admin.ron
2020-04-26 01:44:56 +00:00

9 lines
186 B
Plaintext

Item(
name: "Admin's Tabard",
description: "Tabard\n\nWith great power comes\ngreat responsibility. ",
kind: Armor(
kind: Tabard(Admin),
stats: (20),
),
)