20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
ItemDef(
|
|
legacy_name: "Dwarven Cheese",
|
|
legacy_description: "Made from goat milk from the finest dwarven produce. Aromatic and nutritious!",
|
|
kind: Consumable(
|
|
kind: Food,
|
|
effects: One(
|
|
Buff((
|
|
kind: Saturation,
|
|
data: (
|
|
strength: 3.5,
|
|
duration: Some(7.5),
|
|
),
|
|
cat_ids: [Natural],
|
|
)),
|
|
)
|
|
),
|
|
quality: Common,
|
|
tags: [Food],
|
|
)
|