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

9 lines
192 B
Plaintext
Raw Normal View History

2020-04-07 18:12:51 +00:00
Item(
name: "Admin's Cape",
2020-04-26 01:44:56 +00:00
description: "Back\n\nArmor: 0\n\nWith great power comes\ngreat responsibility. ",
2020-04-07 18:12:51 +00:00
kind: Armor(
kind: Back(Admin),
stats: (20),
),
)