hotbot/assets/common/items/armor/misc/neck/ruby.ron
2024-06-11 14:43:30 -04:00

17 lines
408 B
Plaintext

ItemDef(
legacy_name: "Ruby Necklace",
legacy_description: "An ornate silver necklace, embedded with beautiful rubies.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
energy_reward: Some(0.1125),
precision_power: Some(-0.045),
)),
)),
quality: Epic,
tags: [
SalvageInto(Ruby, 1),
],
)