blob: 08331587d069ae49b7e28945a2fe32779f9ce00c (
plain)
1
2
3
4
5
6
7
8
9
|
- { from: bread-plate, to: dirty-plate, duration: 10 }
- { from: steak-plate, to: dirty-plate, duration: 10 }
- { from: sliced-tomato-plate, to: dirty-plate, duration: 10 }
- { from: bread-steak-plate, to: dirty-plate, duration: 15 }
- { from: bread-sliced-tomato-plate, to: dirty-plate, duration: 15 }
- { from: sliced-tomato-steak-plate, to: dirty-plate, duration: 15 }
- { from: bread-sliced-tomato-steak-plate, to: dirty-plate, duration: 20 }
|