17 lines
389 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
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)),
2025-03-07 13:26:55 -05:00
energy_reward: Some(-0.0375),
precision_power: Some(0.06),
2024-06-11 19:51:46 -04:00
)),
)),
quality: Epic,
tags: [
SalvageInto(Diamond, 1),
],
)