16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
// Note: Will be used to craft other necklaces, acting as the base.
|
|
ItemDef(
|
|
legacy_name: "Gold Necklace",
|
|
legacy_description: "An expensive gold necklace... looks stolen.",
|
|
kind: Armor((
|
|
kind: Neck,
|
|
stats: Direct((
|
|
protection: Some(Normal(1.5)),
|
|
)),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Gold, 1),
|
|
],
|
|
)
|