trade_bot/assets/common/items/armor/misc/neck/ankh_of_life.ron
2024-07-03 19:04:49 -04:00

15 lines
389 B
Plaintext

ItemDef(
legacy_name: "Ankh of Life",
legacy_description: "A unique necklace of unkown origin... You can feel the power flowing through it.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(2.0)),
energy_max: Some(15.0),
energy_reward: Some(0.1),
)),
)),
quality: Legendary,
tags: [],
)