16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Sapphire Ring",
|
||
|
legacy_description: "An iron ring with a sapphire gem.",
|
||
|
kind: Armor((
|
||
|
kind: Ring,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(0.5)),
|
||
|
energy_reward: Some(-0.015),
|
||
|
precision_power: Some(0.015),
|
||
|
)),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
SalvageInto(Sapphire, 1),
|
||
|
],
|
||
|
)
|