hotbot/assets/common/items/armor/misc/neck/diamond.ron

17 lines
415 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)