17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Ruby Necklace",
|
||
|
legacy_description: "An ornate silver necklace, embedded with beautiful rubies.",
|
||
|
kind: Armor((
|
||
|
kind: Neck,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(1.0)),
|
||
|
energy_reward: Some(0.1125),
|
||
|
precision_power: Some(-0.045),
|
||
|
)),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [
|
||
|
SalvageInto(Ruby, 1),
|
||
|
],
|
||
|
)
|