|
@@ -278,7 +278,7 @@ setup.beverages['s_meal'] = {
|
|
energy_inc: 40,
|
|
energy_inc: 40,
|
|
cumclean: 2,
|
|
cumclean: 2,
|
|
breath: 0,
|
|
breath: 0,
|
|
- imageRand: {template:"'images/shared/food/food_#.jpg'",min:1,max:4},
|
|
|
|
|
|
+ imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
|
|
$_eat: 0,
|
|
$_eat: 0,
|
|
hydra_inc: 40,
|
|
hydra_inc: 40,
|
|
}
|
|
}
|
|
@@ -291,7 +291,7 @@ setup.beverages['m_meal'] = {
|
|
energy_inc: 60,
|
|
energy_inc: 60,
|
|
cumclean: 2,
|
|
cumclean: 2,
|
|
breath: 0,
|
|
breath: 0,
|
|
- imageRand: {template:"'images/shared/food/food_#.jpg'",min:1,max:4},
|
|
|
|
|
|
+ imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
|
|
$_eat: 0,
|
|
$_eat: 0,
|
|
hydra_inc: 60,
|
|
hydra_inc: 60,
|
|
}
|
|
}
|
|
@@ -304,7 +304,7 @@ setup.beverages['l_meal'] = {
|
|
energy_inc: 100,
|
|
energy_inc: 100,
|
|
cumclean: 2,
|
|
cumclean: 2,
|
|
breath: 0,
|
|
breath: 0,
|
|
- imageRand: {template:"'images/shared/food/food_#.jpg'",min:1,max:4},
|
|
|
|
|
|
+ imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
|
|
$_eat: 0,
|
|
$_eat: 0,
|
|
hydra_inc: 100,
|
|
hydra_inc: 100,
|
|
}
|
|
}
|