hotbot/assets/common/items/armor/misc/neck/fang.ron

14 lines
375 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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: [],
)