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

16 lines
427 B
Plaintext

ItemDef(
legacy_name: "Sapphire Necklace",
legacy_description: "A sturdy iron necklace, with polished sapphire gems embedded into it.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
energy_reward: Some(-0.0225),
precision_power: Some(0.0225),
)),
)),
quality: High,
tags: [
SalvageInto(Sapphire, 1),
],
)