hotbot/assets/common/items/armor/misc/ring/topaz.ron

17 lines
372 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00: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),
energy_reward: Some(-0.05),
)),
)),
quality: Common,
tags: [
SalvageInto(Topaz, 1),
],
)