14 lines
326 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
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: [],
)