17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
ItemDef(
|
|
legacy_name: "Diamond Ring",
|
|
legacy_description: "A gold ring with an expensive diamond.",
|
|
kind: Armor((
|
|
kind: Ring,
|
|
stats: Direct((
|
|
protection: Some(Normal(0.5)),
|
|
energy_reward: Some(-0.025),
|
|
precision_power: Some(0.04),
|
|
)),
|
|
)),
|
|
quality: Epic,
|
|
tags: [
|
|
SalvageInto(Diamond, 1),
|
|
],
|
|
)
|