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

14 lines
375 B
Plaintext

ItemDef(
legacy_name: "Fang Necklace",
legacy_description: "Only the most savage beings can handle the power of this necklace...",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.0)),
precision_power: Some(0.07),
energy_max: Some(-3.5),
)),
)),
quality: High,
tags: [],
)