veloren/assets/common/items/debug/admin.ron
2023-11-14 18:07:01 -05:00

18 lines
463 B
Rust

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