hotbot/assets/common/items/food/apple_mushroom_curry.ron
2024-06-11 14:43:30 -04:00

28 lines
686 B
Plaintext

ItemDef(
legacy_name: "Mushroom Curry",
legacy_description: "Who could say no to that?",
kind: Consumable(
kind: ComplexFood,
effects: All([
Buff((
kind: Saturation,
data: (
strength: 10.0,
duration: Some(5),
),
cat_ids: [Natural],
)),
Buff((
kind: Regeneration,
data: (
strength: 1.0,
duration: Some(70),
),
cat_ids: [Natural],
)),
])
),
quality: Moderate,
tags: [Food],
)