17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Emerald Ring",
|
||
|
legacy_description: "A cobalt ring with an emerald gem.",
|
||
|
kind: Armor((
|
||
|
kind: Ring,
|
||
|
stats: Direct((
|
||
|
protection: Some(Normal(0.5)),
|
||
|
energy_max: Some(10.0),
|
||
|
energy_reward: Some(-0.1),
|
||
|
)),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
SalvageInto(Emerald, 1),
|
||
|
],
|
||
|
)
|