trade_bot/assets/common/items/armor/misc/ring/ruby.ron
2024-07-03 19:04:49 -04:00

17 lines
374 B
Plaintext

ItemDef(
legacy_name: "Ruby Ring",
legacy_description: "A silver ring with a ruby gem.",
kind: Armor((
kind: Ring,
stats: Direct((
protection: Some(Normal(0.5)),
energy_reward: Some(0.075),
precision_power: Some(-0.03),
)),
)),
quality: Epic,
tags: [
SalvageInto(Ruby, 1),
],
)