13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
ItemDef(
|
|
legacy_name: "Twig Belt",
|
|
legacy_description: "Small bits of nature magically held together into the shape of a belt.",
|
|
kind: Armor((
|
|
kind: Belt,
|
|
stats: FromSet("Twigs"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Twig, 1),
|
|
],
|
|
)
|