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

17 lines
398 B
Plaintext

ItemDef(
legacy_name: "Topaz Necklace",
legacy_description: "A copper necklace, with topaz embedded in the center.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(0.5)),
energy_max: Some(9.0),
energy_reward: Some(-0.09),
)),
)),
quality: Common,
tags: [
SalvageInto(Topaz, 1),
],
)