This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
2024-11-15 12:07:15 -05:00

17 lines
394 B
Plaintext

ItemDef(
legacy_name: "Spiked Crown",
legacy_description: "Resembling some sort of thorny crown.",
kind: Armor((
kind: Head,
stats: Direct((
protection: Some(Normal(9.0)),
poise_resilience: Some(Normal(4.0)),
precision_power: Some(0.04),
)),
)),
quality: High,
tags: [
SalvageInto(Cobalt, 1),
],
)