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

13 lines
309 B
Plaintext

ItemDef(
legacy_name: "Mindflayer Armor",
legacy_description: "Worn by mindflayer.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(110.0)),
poise_resilience: Some(Normal(1.0)),
)),
)),
quality: Legendary,
tags: [],
)