hotbot/assets/common/items/armor/misc/back/admin.ron
2024-06-11 14:43:30 -04:00

14 lines
323 B
Plaintext

ItemDef(
legacy_name: "Admin's Cape",
legacy_description: "With great power comes\ngreat responsibility.",
kind: Armor((
kind: Back,
stats: Direct((
protection: Some(Invincible),
poise_resilience: Some(Invincible),
)),
)),
quality: Debug,
tags: [],
)