14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Admin's Tabard",
|
||
|
legacy_description: "With great power comes great responsibility.",
|
||
|
kind: Armor((
|
||
|
kind: Tabard,
|
||
|
stats: Direct((
|
||
|
protection: Some(Invincible),
|
||
|
poise_resilience: Some(Invincible),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Debug,
|
||
|
tags: [],
|
||
|
)
|