16 lines
384 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
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)),
2024-11-15 12:07:15 -05:00
energy_reward: Some(-0.025),
precision_power: Some(0.04),
2024-07-03 19:04:49 -04:00
)),
)),
quality: High,
tags: [
SalvageInto(Sapphire, 1),
],
)