blob: bb2b69c450177a2d33678ff65bb1cc2a46b6ed4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
color: "209"
craft:
consume:
- items:
- raw_trout
quantity: 1
fail: burnt_fish
fail_message: You accidentally burn the trout.
level: 15
message: Cooked to perfection. It looks great!
skill: cooking
station:
- fire
- cooking_range
type: cooking
wait: 6
xp: 70
description: A nicely cooked trout.
eat_message: You eat the trout. Delicious!
heal_value: 7
id: trout
name: trout
stackable: false
value: 8
|