2020-12-09 03:27:55 +00:00
|
|
|
ItemDef(
|
|
|
|
name: "Onion",
|
2021-02-25 16:49:29 +00:00
|
|
|
description: "A vegetable that's made the toughest men cry.",
|
2020-12-09 03:27:55 +00:00
|
|
|
kind: Consumable(
|
2021-06-24 04:26:09 +00:00
|
|
|
kind: Food,
|
2021-06-30 20:48:30 +00:00
|
|
|
effects: [
|
2020-12-09 03:27:55 +00:00
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2021-06-30 20:48:13 +00:00
|
|
|
strength: 10.0,
|
2020-12-09 03:27:55 +00:00
|
|
|
duration: Some((
|
2021-06-30 20:48:13 +00:00
|
|
|
secs: 5,
|
2020-12-09 03:27:55 +00:00
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
|
|
|
]
|
|
|
|
),
|
|
|
|
quality: Common,
|
2021-04-04 13:02:27 +00:00
|
|
|
tags: [Food],
|
2020-12-09 03:27:55 +00:00
|
|
|
)
|