2020-12-09 03:27:55 +00:00
|
|
|
ItemDef(
|
2020-12-17 20:43:33 +00:00
|
|
|
name: "Plain Salad",
|
2021-02-25 16:49:29 +00:00
|
|
|
description: "Literally just chopped lettuce. Does this even count as a salad?",
|
2020-12-09 03:27:55 +00:00
|
|
|
kind: Consumable(
|
|
|
|
kind: "PlainSalad",
|
|
|
|
effect: [
|
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
2021-06-22 17:36:30 +00:00
|
|
|
strength: 5.0,
|
2020-12-09 03:27:55 +00:00
|
|
|
duration: Some((
|
2021-06-22 17:36:30 +00:00
|
|
|
secs: 20,
|
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
|
|
|
)
|