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

14 lines
355 B
Plaintext

ItemDef(
legacy_name: "Carcanet of Wrath",
legacy_description: "A necklace that gives even the most feeble beings immense amounts of power.",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(2.0)),
precision_power: Some(0.1),
)),
)),
quality: Legendary,
tags: [],
)