20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
ItemDef(
|
|
legacy_name: "Cooked Meat Sliver",
|
|
legacy_description: "Medium Rare.",
|
|
kind: Consumable(
|
|
kind: Food,
|
|
effects: One(
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: 3.4,
|
|
duration: Some(7.5),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
)
|
|
),
|
|
quality: Common,
|
|
tags: [Food],
|
|
)
|