15 lines
413 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ItemDef(
legacy_name: "Cultist Amulet",
legacy_description: "You can still feel the Mindflayer's presence within this amulet...",
kind: Armor((
kind: Neck,
stats: Direct((
2025-03-07 13:26:55 -05:00
protection: Some(Normal(1.0)),
energy_max: Some(3.0),
energy_reward: Some(0.03),
2024-06-11 19:51:46 -04:00
precision_power: Some(0.015),
)),
)),
quality: Epic,
tags: [],
)