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

16 lines
334 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-07 18:12:51 +00:00
name: "Admin's Cape",
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: Back("Admin"),
stats: (
2021-04-11 03:49:47 +00:00
protection: Normal(0.0),
poise_resilience: Normal(0.0),
2020-12-16 23:30:33 +00:00
),
)
2020-04-07 18:12:51 +00:00
),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2020-04-07 18:12:51 +00:00
)