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

15 lines
415 B
Plaintext
Raw Permalink 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((
protection: Some(Normal(2.0)),
energy_max: Some(4.5),
energy_reward: Some(0.0275),
precision_power: Some(0.015),
)),
)),
quality: Epic,
tags: [],
)