mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
255 B
Plaintext
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,
|
|
),
|
|
)
|
|
),
|
|
)
|