trade_bot/assets/common/items/armor/golemite/helmet.ron

16 lines
447 B
Plaintext
Raw Normal View History

2024-10-10 13:12:52 +00:00
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((
2024-11-15 17:07:15 +00:00
protection: Some(Normal(13.0)),
poise_resilience: Some(Normal(4.5)),
2024-11-15 17:10:12 +00:00
energy_max: Some(7.0),
energy_reward: Some(-0.07),
2024-10-10 13:12:52 +00:00
)),
)),
quality: Legendary,
tags: [],
)