veloren/assets/common/items/debug/admin.ron
2021-12-12 00:25:35 +00:00

20 lines
513 B
Rust

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