trade_bot/assets/common/items/armor/misc/neck/pendant_of_protection.ron
2024-07-03 19:04:49 -04:00

12 lines
290 B
Plaintext

ItemDef(
legacy_name: "Pendant of Protection",
legacy_description: "You feel some sort of presence keeping you safe...",
kind: Armor((
kind: Neck,
stats: Direct((
protection: Some(Normal(1.5)),
)),
)),
quality: Common,
tags: [],
)