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

20 lines
477 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.",
2020-04-07 18:12:51 +00:00
kind: Armor(
(
2020-08-03 03:41:32 +00:00
kind: Tabard("Admin"),
stats: (
2020-12-16 23:30:33 +00:00
protection: Invincible,
poise_resilience: Invincible,
energy_max: 900.0,
energy_reward: 9.0,
2021-06-09 01:12:42 +00:00
crit_power: 0.0,
2021-05-19 01:42:14 +00:00
stealth: 1000.0,
2020-12-16 23:30:33 +00:00
),
)
2020-04-07 18:12:51 +00:00
),
2020-10-07 02:23:20 +00:00
quality: Debug,
tags: [],
2020-04-07 18:12:51 +00:00
)