trade_bot/assets/common/items/armor/golemite/helmet.ron
Jeff c7d87d0638
All checks were successful
Publish / rust (push) Successful in 6m18s
Publish / docker (push) Successful in 22m12s
Update
2024-11-15 12:10:12 -05:00

16 lines
447 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(13.0)),
poise_resilience: Some(Normal(4.5)),
energy_max: Some(7.0),
energy_reward: Some(-0.07),
)),
)),
quality: Legendary,
tags: [],
)