16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Sapphire Necklace",
|
||
|
legacy_description: "A sturdy iron necklace, with polished sapphire gems embedded into it.",
|
||
|
kind: Armor((
|
||
|
kind: Neck,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(1.0)),
|
||
|
energy_reward: Some(-0.0225),
|
||
|
precision_power: Some(0.0225),
|
||
|
)),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
SalvageInto(Sapphire, 1),
|
||
|
],
|
||
|
)
|