trade_bot/assets/common/items/food/meat/bird_large_raw.ron

20 lines
441 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Huge Raw Drumstick",
legacy_description: "It's magnificent.",
kind: Consumable(
kind: Food,
effects: One(
Buff((
kind: Saturation,
data: (
strength: .9,
duration: Some(10),
),
cat_ids: [Natural],
)),
)
),
quality: Common,
tags: [Food],
)