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

10 lines
178 B
Plaintext
Raw Normal View History

2020-04-07 18:12:51 +00:00
Item(
name: "Admin's Tabard",
description: "With great power comes
great responsibility. ",
kind: Armor(
kind: Tabard(Admin),
stats: (20),
),
)