trade_bot/assets/common/items/npc_armor/crustacean/karkatha.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

14 lines
343 B
Plaintext

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: [],
)