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

13 lines
326 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Seashell Necklace",
legacy_description: "Contains the guardian aura of the ocean",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(2.0)),
poise_resilience: Some(Normal(1.0)),
)),
)),
quality: Moderate,
tags: [],
)