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

17 lines
415 B
Plaintext

ItemDef(
legacy_name: "Diamond Necklace",
legacy_description: "An expensive gold necklace, ornate with exquisite diamonds.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
energy_reward: Some(-0.0375),
precision_power: Some(0.075),
)),
)),
quality: Epic,
tags: [
SalvageInto(Diamond, 1),
],
)