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

17 lines
389 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00: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)),
2024-11-15 17:07:15 +00:00
energy_reward: Some(-0.0375),
precision_power: Some(0.06),
2024-07-03 23:04:49 +00:00
)),
)),
quality: Epic,
tags: [
SalvageInto(Diamond, 1),
],
)