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

16 lines
397 B
Plaintext

ItemDef(
legacy_name: "Amethyst Necklace",
legacy_description: "A tin necklace lined with amethyst gems.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
energy_reward: Some(0.075),
precision_power: Some(-0.03),
)),
)),
quality: Common,
tags: [
SalvageInto(Amethyst, 1),
],
)