20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
ItemDef(
|
|
legacy_name: "Huge Raw Drumstick",
|
|
legacy_description: "It's magnificent.",
|
|
kind: Consumable(
|
|
kind: Food,
|
|
effects: One(
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: .9,
|
|
duration: Some(10),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
)
|
|
),
|
|
quality: Common,
|
|
tags: [Food],
|
|
)
|