trade_bot/assets/common/items/armor/misc/neck/abyssal_gorget.ron

13 lines
314 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Abyssal Gorget",
legacy_description: "Harnessed vigour of the tides",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(6.0)),
poise_resilience: Some(Normal(4.0)),
)),
)),
quality: Legendary,
tags: [],
)