trade_bot/assets/common/items/armor/misc/head/spikeguard.ron

17 lines
395 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Spiked Crown",
legacy_description: "Resembling some sort of thorny crown.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(7.0)),
poise_resilience: Some(Normal(3.0)),
precision_power: Some(0.036),
)),
)),
quality: High,
tags: [
SalvageInto(Cobalt, 1),
],
)