20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
ItemDef(
|
|
legacy_name: "Cooked Tough Meat",
|
|
legacy_description: "Tastes exotic.",
|
|
kind: Consumable(
|
|
kind: Food,
|
|
effects: One(
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: 4.2,
|
|
duration: Some(8.5),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
)
|
|
),
|
|
quality: Common,
|
|
tags: [Food],
|
|
)
|