2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2021-07-31 22:03:51 +00:00
|
|
|
name: Direct("Admin's Tabard"),
|
2020-07-18 00:05:28 +00:00
|
|
|
description: "With great power comes\ngreat responsibility.",
|
2020-04-07 18:12:51 +00:00
|
|
|
kind: Armor(
|
2020-07-18 00:05:28 +00:00
|
|
|
(
|
2020-08-03 03:41:32 +00:00
|
|
|
kind: Tabard("Admin"),
|
2020-07-18 00:05:28 +00:00
|
|
|
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-07-18 00:05:28 +00:00
|
|
|
)
|
2020-04-07 18:12:51 +00:00
|
|
|
),
|
2021-08-01 03:53:52 +00:00
|
|
|
quality: Direct(Debug),
|
2021-02-16 01:05:54 +00:00
|
|
|
tags: [],
|
2020-04-07 18:12:51 +00:00
|
|
|
)
|