18 lines
477 B
Plaintext
18 lines
477 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Admin's Tabard",
|
||
|
legacy_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: [],
|
||
|
)
|