trade_bot/assets/common/items/npc_armor/crustacean/karkatha.ron

14 lines
343 B
Plaintext
Raw Normal View History

2024-10-08 23:55:42 +00:00
ItemDef(
legacy_name: "Karkatha's Armor",
legacy_description: "Rigid enough to withstand the pressure of the deep ocean.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(50.0)),
poise_resilience: Some(Normal(15.0)),
)),
)),
quality: High,
tags: [],
)