14 lines
380 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04: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)),
2025-03-07 13:26:55 -05:00
precision_power: Some(0.06),
energy_max: Some(-3.75),
2024-06-11 19:51:46 -04:00
)),
)),
2025-03-07 13:26:55 -05:00
quality: Moderate,
2024-06-11 19:51:46 -04:00
tags: [],
)