veloren/assets/common/items/food/blue_cheese.ron

19 lines
416 B
Rust
Raw Normal View History

ItemDef(
name: "Blue Cheese",
description: "Pungent and filling",
kind: Consumable(
kind: Food,
2023-03-29 23:11:59 +00:00
effects: One(
Buff((
kind: Saturation,
data: (
strength: 3.0,
2023-03-08 03:22:54 +00:00
duration: Some(20),
),
cat_ids: [Natural],
)),
2023-03-29 23:11:59 +00:00
)
),
quality: High,
tags: [Food],
)