trade_bot/assets/common/items/armor/misc/neck/topaz.ron

17 lines
398 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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),
],
)