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

18 lines
458 B
Rust
Raw Normal View History

ItemDef(
2020-04-07 18:12:51 +00:00
name: "Admin's Tabard",
description: "With great power comes\ngreat responsibility.",
2022-05-30 04:21:49 +00:00
kind: Armor((
kind: Tabard,
stats: Direct((
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),
)),
)),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2020-04-07 18:12:51 +00:00
)