17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Topaz Necklace",
|
||
|
legacy_description: "A copper necklace, with topaz embedded in the center.",
|
||
|
kind: Armor((
|
||
|
kind: Neck,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(0.5)),
|
||
|
energy_max: Some(9.0),
|
||
|
energy_reward: Some(-0.09),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Common,
|
||
|
tags: [
|
||
|
SalvageInto(Topaz, 1),
|
||
|
],
|
||
|
)
|