20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Raw Tough Meat",
|
||
|
legacy_description: "Peculiar bit of meat, best after cooking.",
|
||
|
kind: Consumable(
|
||
|
kind: Food,
|
||
|
effects: One(
|
||
|
Buff((
|
||
|
kind: Saturation,
|
||
|
data: (
|
||
|
strength: .36,
|
||
|
duration: Some(10),
|
||
|
),
|
||
|
cat_ids: [Natural],
|
||
|
)),
|
||
|
)
|
||
|
),
|
||
|
quality: Common,
|
||
|
tags: [Food],
|
||
|
)
|