12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Heavy Seabag",
|
||
|
legacy_description: "Commonly used by sailors.",
|
||
|
kind: Armor((
|
||
|
kind: Bag,
|
||
|
stats: Direct(()),
|
||
|
)),
|
||
|
quality: Epic,
|
||
|
tags: [Bag],
|
||
|
slots: 20,
|
||
|
)
|