veloren/assets/common/items/debug/admin_back.ron
2021-04-11 03:49:47 +00:00

16 lines
334 B
Plaintext

ItemDef(
name: "Admin's Cape",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Back("Admin"),
stats: (
protection: Normal(0.0),
poise_resilience: Normal(0.0),
),
)
),
quality: Debug,
tags: [],
)