hotbot/assets/common/items/npc_armor/biped_large/dullahan.ron
2024-06-11 14:43:30 -04:00

14 lines
315 B
Plaintext

ItemDef(
legacy_name: "Dullahan Itself Armor",
legacy_description: "Made of It ownself.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(200.0)),
poise_resilience: Some(Normal(10.0)),
)),
)),
quality: Moderate,
tags: [],
)