hotbot/assets/common/items/npc_armor/biped_large/dullahan.ron

14 lines
315 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
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: [],
)