trade_bot/assets/common/items/armor/misc/ring/emerald.ron

17 lines
379 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Emerald Ring",
legacy_description: "A cobalt ring with an emerald gem.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(0.5)),
2024-11-15 17:07:15 +00:00
energy_max: Some(7.5),
energy_reward: Some(-0.0375),
2024-07-03 23:04:49 +00:00
)),
)),
quality: High,
tags: [
SalvageInto(Emerald, 1),
],
)