17 lines
400 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ItemDef(
legacy_name: "Topaz Necklace",
legacy_description: "A copper necklace, with topaz embedded in the center.",
kind: Armor((
kind: Neck,
stats: Direct((
2025-03-07 13:26:55 -05:00
protection: Some(Normal(1.0)),
energy_max: Some(7.5),
energy_reward: Some(-0.0375),
2024-06-11 19:51:46 -04:00
)),
)),
quality: Common,
tags: [
SalvageInto(Topaz, 1),
],
)