veloren/assets/common/items/food/blue_cheese.ron
2023-03-11 16:45:10 -05:00

19 lines
413 B
Rust

ItemDef(
name: "Blue Cheese",
description: "Pungent and filling",
kind: Consumable(
kind: Food,
effects: [
Buff((
kind: Saturation,
data: (
strength: 3.0,
duration: Some(20),
),
cat_ids: [Natural],
)),
]
),
quality: High,
tags: [Food],
)