veloren/assets/common/items/debug/admin.ron
2021-06-08 20:12:42 -05:00

20 lines
476 B
Plaintext

ItemDef(
name: "Admin's Tabard",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Tabard("Admin"),
stats: (
protection: Invincible,
poise_resilience: Invincible,
energy_max: 9000,
energy_reward: 9.0,
crit_power: 0.0,
stealth: 1000.0,
),
)
),
quality: Debug,
tags: [],
)