17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
ItemDef(
|
|
legacy_name: "Diamond Necklace",
|
|
legacy_description: "An expensive gold necklace, ornate with exquisite diamonds.",
|
|
kind: Armor((
|
|
kind: Neck,
|
|
stats: Direct((
|
|
protection: Some(Normal(1.0)),
|
|
energy_reward: Some(-0.0375),
|
|
precision_power: Some(0.075),
|
|
)),
|
|
)),
|
|
quality: Epic,
|
|
tags: [
|
|
SalvageInto(Diamond, 1),
|
|
],
|
|
)
|