16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
ItemDef(
|
|
legacy_name: "Amethyst Ring",
|
|
legacy_description: "A tin ring with an amethyst gem.",
|
|
kind: Armor((
|
|
kind: Ring,
|
|
stats: Direct((
|
|
protection: Some(Normal(0.5)),
|
|
energy_reward: Some(0.05),
|
|
precision_power: Some(-0.02),
|
|
)),
|
|
)),
|
|
quality: Common,
|
|
tags: [
|
|
SalvageInto(Amethyst, 1),
|
|
],
|
|
) |