trade_bot/assets/common/items/debug/admin.ron

18 lines
477 B
Plaintext
Raw Normal View History

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