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

13 lines
257 B
Plaintext
Raw Normal View History

2020-04-07 18:12:51 +00:00
Item(
name: "Admin's Tabard",
description: "With great power comes\ngreat responsibility.",
2020-04-07 18:12:51 +00:00
kind: Armor(
(
2020-08-03 03:41:32 +00:00
kind: Tabard("Admin"),
stats: (
protection: Invincible,
),
)
2020-04-07 18:12:51 +00:00
),
)