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

20 lines
529 B
Rust
Raw Normal View History

ItemDef(
name: Direct("Admin's Tabard"),
description: "With great power comes\ngreat responsibility.",
2020-04-07 18:12:51 +00:00
kind: Armor(
(
2020-08-03 03:41:32 +00:00
kind: Tabard("Admin"),
stats: (
2021-12-12 00:25:35 +00:00
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-12-16 23:30:33 +00:00
),
)
2020-04-07 18:12:51 +00:00
),
quality: Direct(Debug),
tags: [],
2020-04-07 18:12:51 +00:00
)