17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
ItemDef(
|
|
legacy_name: "Ruby Ring",
|
|
legacy_description: "A silver ring with a ruby gem.",
|
|
kind: Armor((
|
|
kind: Ring,
|
|
stats: Direct((
|
|
protection: Some(Normal(0.5)),
|
|
energy_reward: Some(0.075),
|
|
precision_power: Some(-0.03),
|
|
)),
|
|
)),
|
|
quality: Epic,
|
|
tags: [
|
|
SalvageInto(Ruby, 1),
|
|
],
|
|
)
|