17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
ItemDef(
|
|
legacy_name: "Emerald Necklace",
|
|
legacy_description: "A cobalt necklace, bearing beautiful emerald gems.",
|
|
kind: Armor((
|
|
kind: Neck,
|
|
stats: Direct((
|
|
protection: Some(Normal(1.0)),
|
|
energy_max: Some(15.0),
|
|
energy_reward: Some(-0.15),
|
|
)),
|
|
)),
|
|
quality: High,
|
|
tags: [
|
|
SalvageInto(Emerald, 1),
|
|
],
|
|
)
|