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

13 lines
309 B
Plaintext
Raw Normal View History

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