trade_bot/assets/common/items/armor/misc/neck/sapphire.ron

16 lines
427 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)