2024-07-03 23:04:49 +00:00
|
|
|
ItemDef(
|
|
|
|
legacy_name: "Topaz Necklace",
|
|
|
|
legacy_description: "A copper necklace, with topaz embedded in the center.",
|
|
|
|
kind: Armor((
|
|
|
|
kind: Neck,
|
|
|
|
stats: Direct((
|
2024-11-15 17:07:15 +00:00
|
|
|
protection: Some(Normal(1.0)),
|
|
|
|
energy_max: Some(7.5),
|
|
|
|
energy_reward: Some(-0.0375),
|
2024-07-03 23:04:49 +00:00
|
|
|
)),
|
|
|
|
)),
|
|
|
|
quality: Common,
|
|
|
|
tags: [
|
|
|
|
SalvageInto(Topaz, 1),
|
|
|
|
],
|
|
|
|
)
|