17 lines
373 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ItemDef(
legacy_name: "Topaz Ring",
legacy_description: "A copper ring with a topaz gem.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(0.5)),
energy_max: Some(5.0),
2024-11-15 12:07:15 -05:00
energy_reward: Some(-0.025),
2024-07-03 19:04:49 -04:00
)),
)),
quality: Common,
tags: [
SalvageInto(Topaz, 1),
],
)