trade_bot/assets/common/items/armor/cultist/necklace.ron

15 lines
413 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00: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((
2024-11-15 17:07:15 +00:00
protection: Some(Normal(1.0)),
energy_max: Some(3.0),
energy_reward: Some(0.03),
2024-07-03 23:04:49 +00:00
precision_power: Some(0.015),
)),
)),
quality: Epic,
tags: [],
)