hotbot/assets/common/items/armor/misc/tabard/admin.ron

14 lines
326 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00: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: [],
)