trade_bot/assets/common/items/armor/golemite/helmet.ron
Jeff 4a3399f47e
All checks were successful
Publish / rust (push) Successful in 5m21s
Publish / docker (push) Successful in 18m42s
Update assets
2024-10-10 09:12:52 -04:00

16 lines
448 B
Plaintext

ItemDef(
legacy_name: "Golemite Helmet",
legacy_description: "Equipment constructed from Golemite, providing toughness not unlike that of a golem.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(14.0)),
poise_resilience: Some(Normal(5.6)),
energy_max: Some(10.0),
energy_reward: Some(-0.08),
)),
)),
quality: Legendary,
tags: [],
)