forked from VA-11_Hall-A/Code
Sort by name
This commit is contained in:
parent
52c743026a
commit
22530fdc97
95
gml_Object_ba1_Mouse_7.gml
Normal file
95
gml_Object_ba1_Mouse_7.gml
Normal file
@ -0,0 +1,95 @@
|
||||
if (global.recipemode != "index")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 21
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 22
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "spicy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 14
|
||||
}
|
||||
else if (global.recipemode == "bubbly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 2
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 21
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 13
|
||||
}
|
||||
else if (global.recipemode == "classic")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 2
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 1
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 12
|
||||
}
|
||||
else if (global.recipemode == "b")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 5
|
||||
}
|
||||
else if (global.recipemode == "c")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 14
|
||||
}
|
||||
else if (global.recipemode == "f")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 19
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 4
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 2
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 7
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 1
|
||||
}
|
||||
else if (global.recipemode == "z")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 24
|
||||
}
|
90
gml_Object_ba2_Mouse_7.gml
Normal file
90
gml_Object_ba2_Mouse_7.gml
Normal file
@ -0,0 +1,90 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "z")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 20
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 13
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 8
|
||||
}
|
||||
else if (global.recipemode == "spicy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 3
|
||||
}
|
||||
else if (global.recipemode == "bubbly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 11
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 20
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 19
|
||||
}
|
||||
else if (global.recipemode == "classic")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 3
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 6
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 4
|
||||
}
|
||||
else if (global.recipemode == "b")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 6
|
||||
}
|
||||
else if (global.recipemode == "c")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 15
|
||||
}
|
||||
else if (global.recipemode == "f")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 11
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 13
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 17
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 21
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
}
|
7
gml_Object_ba3_Mouse_10.gml
Normal file
7
gml_Object_ba3_Mouse_10.gml
Normal file
@ -0,0 +1,7 @@
|
||||
hover = 1
|
||||
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z")
|
||||
{
|
||||
hoversound = 1
|
||||
audio_play_sound(mouse_hover, 1, false)
|
||||
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
85
gml_Object_ba3_Mouse_7.gml
Normal file
85
gml_Object_ba3_Mouse_7.gml
Normal file
@ -0,0 +1,85 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 5
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 19
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 1
|
||||
}
|
||||
else if (global.recipemode == "spicy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 4
|
||||
}
|
||||
else if (global.recipemode == "bubbly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 7
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 5
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "classic")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 11
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 7
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 24
|
||||
}
|
||||
else if (global.recipemode == "c")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 16
|
||||
}
|
||||
else if (global.recipemode == "f")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 24
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 3
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 18
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 22
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 12
|
||||
}
|
7
gml_Object_ba4_Mouse_10.gml
Normal file
7
gml_Object_ba4_Mouse_10.gml
Normal file
@ -0,0 +1,7 @@
|
||||
hover = 1
|
||||
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z")
|
||||
{
|
||||
hoversound = 1
|
||||
audio_play_sound(mouse_hover, 1, false)
|
||||
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
65
gml_Object_ba4_Mouse_7.gml
Normal file
65
gml_Object_ba4_Mouse_7.gml
Normal file
@ -0,0 +1,65 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 16
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 15
|
||||
}
|
||||
else if (global.recipemode == "bubbly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 14
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 10
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 17
|
||||
}
|
||||
else if (global.recipemode == "c")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 8
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
7
gml_Object_ba5_Mouse_10.gml
Normal file
7
gml_Object_ba5_Mouse_10.gml
Normal file
@ -0,0 +1,7 @@
|
||||
hover = 1
|
||||
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "p" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
|
||||
{
|
||||
hoversound = 1
|
||||
audio_play_sound(mouse_hover, 1, false)
|
||||
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
45
gml_Object_ba5_Mouse_7.gml
Normal file
45
gml_Object_ba5_Mouse_7.gml
Normal file
@ -0,0 +1,45 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "p" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
|
||||
{
|
||||
audio_play_sound(jukechange, 2, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 6
|
||||
}
|
||||
else if (global.recipemode == "bitter")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 12
|
||||
}
|
||||
else if (global.recipemode == "sour")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 24
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 22
|
||||
}
|
||||
else if (global.recipemode == "manly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 8
|
||||
}
|
||||
else if (global.recipemode == "classy")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 15
|
||||
}
|
||||
else if (global.recipemode == "promo")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 18
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 20
|
||||
}
|
7
gml_Object_ba6_Mouse_10.gml
Normal file
7
gml_Object_ba6_Mouse_10.gml
Normal file
@ -0,0 +1,7 @@
|
||||
hover = 1
|
||||
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "girly" || global.recipemode == "sweet"))
|
||||
{
|
||||
hoversound = 1
|
||||
audio_play_sound(mouse_hover, 1, false)
|
||||
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
15
gml_Object_ba6_Mouse_7.gml
Normal file
15
gml_Object_ba6_Mouse_7.gml
Normal file
@ -0,0 +1,15 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && (global.recipemode == "girly" || global.recipemode == "sweet"))
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 18
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 16
|
||||
}
|
3
gml_Object_bc8_Mouse_7.gml
Normal file
3
gml_Object_bc8_Mouse_7.gml
Normal file
@ -0,0 +1,3 @@
|
||||
if (global.recipemode != "z" && global.indexphase != "home")
|
||||
{
|
||||
}
|
371
gml_Object_textx_Draw_0.gml
Normal file
371
gml_Object_textx_Draw_0.gml
Normal file
@ -0,0 +1,371 @@
|
||||
if (global.language == "jp")
|
||||
draw_set_font(jpdialog4)
|
||||
else if (global.language == "ch")
|
||||
draw_set_font(ch_small)
|
||||
else if (global.language == "kor")
|
||||
draw_set_font(kor_fontsm)
|
||||
else if (global.language == "rus")
|
||||
draw_set_font(rusfontsm)
|
||||
else
|
||||
draw_set_font(recipefont3)
|
||||
if (global.indexphase == "name")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_a.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_a.x + 2), (introbutton_a.y + btyoffset), string(global.byname_str))
|
||||
if (global.indexphase == "flavor")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_b.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_b.x + 2), (introbutton_a.y + btyoffset), string(global.byflavor_str))
|
||||
if (global.indexphase == "type")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_c.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_c.x + 2), (introbutton_a.y + btyoffset), string(global.bytype_str))
|
||||
if (global.indexphase == "ex")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_d.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_d.x + 2), (introbutton_a.y + btyoffset), string(global.bottleddrinks_str))
|
||||
if (global.indexphase == "home" && global.recipeindex == 0)
|
||||
{
|
||||
if (global.cur_day == 11 && global.cur_stage >= 8)
|
||||
draw_sprite(introalma, -1, (recipebook.x + 4), (recipebook.y + 15))
|
||||
else
|
||||
draw_sprite(intro, -1, (recipebook.x + 4), (recipebook.y + 15))
|
||||
}
|
||||
draw_set_color(c_white)
|
||||
if (global.language == "jp")
|
||||
draw_set_font(jpdialog2)
|
||||
else if (global.language == "ch")
|
||||
draw_set_font(ch_small)
|
||||
else if (global.language == "kor")
|
||||
draw_set_font(kor_fontsm)
|
||||
else if (global.language == "rus")
|
||||
draw_set_font(rusfontsm)
|
||||
else
|
||||
draw_set_font(recipefont4)
|
||||
if (global.indexphase == "name")
|
||||
{
|
||||
draw_text((x + 25), (y + 45), string(global.searchbyname_str))
|
||||
if (global.recipemode == "b")
|
||||
draw_set_color(c_white)
|
||||
else if bc1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc1.x + 20), (bc1.y + 4), string(global.b_str))
|
||||
if (global.recipemode == "c")
|
||||
draw_set_color(c_white)
|
||||
else if bc2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc2.x + 20), (bc2.y + 4), string(global.c_str))
|
||||
if (global.recipemode == "f")
|
||||
draw_set_color(c_white)
|
||||
else if bc3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc3.x + 20), (bc3.y + 4), string(global.f_str))
|
||||
if (global.recipemode == "g")
|
||||
draw_set_color(c_white)
|
||||
else if bc4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc4.x + 20), (bc4.y + 4), string(global.g_str))
|
||||
if (global.recipemode == "m")
|
||||
draw_set_color(c_white)
|
||||
else if bc5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc5.x + 20), (bc5.y + 4), string(global.m_str))
|
||||
if (global.recipemode == "p")
|
||||
draw_set_color(c_white)
|
||||
else if bc6.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc6.x + 20), (bc6.y + 4), string(global.p_str))
|
||||
if (global.recipemode == "s")
|
||||
draw_set_color(c_white)
|
||||
else if bc7.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc7.x + 20), (bc7.y + 4), string(global.s_str))
|
||||
}
|
||||
else if (global.indexphase == "flavor")
|
||||
{
|
||||
draw_text((x + 25), (y + 45), string(global.searchbyflavor_str))
|
||||
if (global.recipemode == "sweet")
|
||||
draw_set_color(c_white)
|
||||
else if bb1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb1.x + 5), (bb1.y + 4), string(global.sweetdrinks_str))
|
||||
if (global.recipemode == "bitter")
|
||||
draw_set_color(c_white)
|
||||
else if bb2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb2.x + 5), (bb2.y + 4), string(global.bitterdrinks_str))
|
||||
if (global.recipemode == "sour")
|
||||
draw_set_color(c_white)
|
||||
else if bb3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb3.x + 5), (bb3.y + 4), string(global.sourdrinks_str))
|
||||
if (global.recipemode == "spicy")
|
||||
draw_set_color(c_white)
|
||||
else if bb4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb4.x + 5), (bb4.y + 4), string(global.spicydrinks_str))
|
||||
if (global.recipemode == "bubbly")
|
||||
draw_set_color(c_white)
|
||||
else if bb5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb5.x + 5), (bb5.y + 4), string(global.bubblydrinks_str))
|
||||
}
|
||||
else if (global.indexphase == "type")
|
||||
{
|
||||
draw_text((x + 25), (y + 45), string(global.searchbytype_str))
|
||||
if (global.recipemode == "girly")
|
||||
draw_set_color(c_white)
|
||||
else if bb1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb1.x + 5), (bb1.y + 4), string(global.girlydrinks_str))
|
||||
if (global.recipemode == "manly")
|
||||
draw_set_color(c_white)
|
||||
else if bb2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb2.x + 5), (bb2.y + 4), string(global.manlydrinks_str))
|
||||
if (global.recipemode == "classic")
|
||||
draw_set_color(c_white)
|
||||
else if bb3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb3.x + 5), (bb3.y + 4), string(global.classicdrinks_str))
|
||||
if (global.recipemode == "classy")
|
||||
draw_set_color(c_white)
|
||||
else if bb4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb4.x + 5), (bb4.y + 4), string(global.classydrinks_str))
|
||||
if (global.recipemode == "promo")
|
||||
draw_set_color(c_white)
|
||||
else if bb5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb5.x + 5), (bb5.y + 4), string(global.promodrinks_str))
|
||||
}
|
||||
else if (global.indexphase == "ex")
|
||||
{
|
||||
}
|
||||
if (global.indexphase != "home")
|
||||
{
|
||||
if (global.indexphase == "ex")
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
if ba1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.grizzlytemple_str))
|
||||
else if (global.recipemode == "b")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
|
||||
if ba2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sparklestar_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sparklestar_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "b")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.fringeweaver_str))
|
||||
if ba3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.badtouch_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.suplex_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.grizzlytemple_str))
|
||||
if ba4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.moonblast_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fringeweaver_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fringeweaver_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
|
||||
if ba5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.grizzlytemple_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sparklestar_str))
|
||||
if ba6.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba6.x + 5), (ba6.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba6.x + 5), (ba6.y + 3), string(global.moonblast_str))
|
||||
}
|
||||
}
|
||||
else if (global.recipeindex != 0)
|
||||
{
|
||||
draw_set_halign(fa_center)
|
||||
draw_text(((recipebook_bg.x + 145) + 25), (recipebook_bg.y + 210), (string(drinknumber) + "/24"))
|
||||
draw_set_halign(fa_left)
|
||||
}
|
80
gml_Object_textx_Step_0.gml
Normal file
80
gml_Object_textx_Step_0.gml
Normal file
@ -0,0 +1,80 @@
|
||||
if (!instance_exists(recipebook))
|
||||
instance_destroy()
|
||||
if (global.indexphase != "home")
|
||||
{
|
||||
if (global.indexphase == "ex")
|
||||
{
|
||||
if (!instance_exists(exdrink_text))
|
||||
instance_create(x, y, exdrink_text)
|
||||
if (!instance_exists(exframe_3))
|
||||
instance_create((x + 30), (y + 110), exframe_3)
|
||||
if (global.stel1 == "right" && global.stel2 == "right" && global.cur_day >= 5)
|
||||
{
|
||||
if (!instance_exists(exframe_2))
|
||||
instance_create((x + 170), (y + 40), exframe_2)
|
||||
}
|
||||
else if ((!instance_exists(exframe_1)) && global.cur_day >= 5)
|
||||
instance_create((x + 30), (y + 40), exframe_1)
|
||||
if global.shop_tea
|
||||
{
|
||||
if (!instance_exists(exframe_4))
|
||||
instance_create((x + 170), (y + 110), exframe_4)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (global.indexphase != "name")
|
||||
{
|
||||
if (!instance_exists(bb1))
|
||||
instance_create((x + buttonxoffset), (y + 80), bb1)
|
||||
if (!instance_exists(bb2))
|
||||
instance_create((x + buttonxoffset), (y + 110), bb2)
|
||||
if (!instance_exists(bb3))
|
||||
instance_create((x + buttonxoffset), (y + 140), bb3)
|
||||
if (!instance_exists(bb4))
|
||||
instance_create((x + buttonxoffset), (y + 170), bb4)
|
||||
if (!instance_exists(bb5))
|
||||
instance_create((x + buttonxoffset), (y + 200), bb5)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!instance_exists(bc1))
|
||||
instance_create(bc1x, bc1y, bc1)
|
||||
if (!instance_exists(bc2))
|
||||
instance_create(bc2x, bc2y, bc2)
|
||||
if (!instance_exists(bc3))
|
||||
instance_create(bc3x, bc3y, bc3)
|
||||
if (!instance_exists(bc4))
|
||||
instance_create(bc4x, bc4y, bc4)
|
||||
if (!instance_exists(bc5))
|
||||
instance_create(bc5x, bc5y, bc5)
|
||||
if (!instance_exists(bc6))
|
||||
instance_create(bc6x, bc6y, bc6)
|
||||
if (!instance_exists(bc7))
|
||||
instance_create(bc7x, bc7y, bc7)
|
||||
}
|
||||
if (!instance_exists(ba1))
|
||||
instance_create((x + dboffset), (y + 50), ba1)
|
||||
if (!instance_exists(ba2))
|
||||
instance_create((x + dboffset), (y + 80), ba2)
|
||||
if (!instance_exists(ba3))
|
||||
instance_create((x + dboffset), (y + 110), ba3)
|
||||
if (!instance_exists(ba4))
|
||||
instance_create((x + dboffset), (y + 140), ba4)
|
||||
if (!instance_exists(ba5))
|
||||
instance_create((x + dboffset), (y + 170), ba5)
|
||||
if (!instance_exists(ba6))
|
||||
instance_create((x + dboffset), (y + 200), ba6)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
drinknumber = global.recipeindex
|
||||
if (global.recipeindex != 0)
|
||||
{
|
||||
if (!instance_exists(recipe_left))
|
||||
instance_create(x, y, recipe_left)
|
||||
if (!instance_exists(recipe_right))
|
||||
instance_create(x, y, recipe_right)
|
||||
}
|
||||
}
|
375
gml_Object_textx_new_Draw_0.gml
Normal file
375
gml_Object_textx_new_Draw_0.gml
Normal file
@ -0,0 +1,375 @@
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp3)
|
||||
else if (global.language == "jp")
|
||||
draw_set_font(ch_small)
|
||||
else if (global.language == "kor")
|
||||
draw_set_font(kor_fontsm)
|
||||
else if (global.language == "rus")
|
||||
draw_set_font(rusfontsm)
|
||||
else
|
||||
draw_set_font(recipefont3)
|
||||
if (global.indexphase == "name")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_a.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_a.x + 2), introbutton_a.y, string(global.byname_str))
|
||||
if (global.indexphase == "flavor")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_b.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_b.x + 2), introbutton_a.y, string(global.byflavor_str))
|
||||
if (global.indexphase == "type")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_c.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_c.x + 2), introbutton_a.y, string(global.bytype_str))
|
||||
if (global.indexphase == "ex")
|
||||
draw_set_color(c_white)
|
||||
else if introbutton_d.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_black)
|
||||
draw_text((introbutton_d.x + 2), introbutton_a.y, string(global.bottleddrinks_str))
|
||||
if (global.indexphase == "home" && global.recipeindex == 0)
|
||||
{
|
||||
if (global.cur_day == 11 && global.cur_stage >= 8)
|
||||
draw_sprite(introalma, -1, (recipebook.x + 4), (recipebook.y + 15))
|
||||
else
|
||||
draw_sprite(intro, -1, (recipebook.x + 4), (recipebook.y + 15))
|
||||
}
|
||||
draw_set_color(c_white)
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp2)
|
||||
else if (global.language == "ch")
|
||||
draw_set_font(ch_small)
|
||||
else if (global.language == "kor")
|
||||
draw_set_font(kor_fontsm)
|
||||
else if (global.language == "rus")
|
||||
draw_set_font(rusfontsm)
|
||||
else
|
||||
draw_set_font(recipefont4)
|
||||
if (global.indexphase == "name")
|
||||
{
|
||||
draw_text((x + 25), (y + 45), string(global.searchbyname_str))
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp4)
|
||||
if (global.recipemode == "b")
|
||||
draw_set_color(c_white)
|
||||
else if bc1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc1.x + 20), (bc1.y + 4), string(global.b_str))
|
||||
if (global.recipemode == "c")
|
||||
draw_set_color(c_white)
|
||||
else if bc2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc2.x + 20), (bc2.y + 4), string(global.c_str))
|
||||
if (global.recipemode == "f")
|
||||
draw_set_color(c_white)
|
||||
else if bc3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc3.x + 20), (bc3.y + 4), string(global.f_str))
|
||||
if (global.recipemode == "g")
|
||||
draw_set_color(c_white)
|
||||
else if bc4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc4.x + 20), (bc4.y + 4), string(global.g_str))
|
||||
if (global.recipemode == "m")
|
||||
draw_set_color(c_white)
|
||||
else if bc5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc5.x + 20), (bc5.y + 4), string(global.m_str))
|
||||
if (global.recipemode == "p")
|
||||
draw_set_color(c_white)
|
||||
else if bc6.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc6.x + 20), (bc6.y + 4), string(global.p_str))
|
||||
if (global.recipemode == "s")
|
||||
draw_set_color(c_white)
|
||||
else if bc7.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bc7.x + 20), (bc7.y + 4), string(global.s_str))
|
||||
}
|
||||
else if (global.indexphase == "flavor")
|
||||
{
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp2)
|
||||
draw_text((x + 25), (y + 45), string(global.searchbyflavor_str))
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp4)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_set_color(c_white)
|
||||
else if bb1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb1.x + 5), (bb1.y + 4), string(global.sweetdrinks_str))
|
||||
if (global.recipemode == "bitter")
|
||||
draw_set_color(c_white)
|
||||
else if bb2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb2.x + 5), (bb2.y + 4), string(global.bitterdrinks_str))
|
||||
if (global.recipemode == "sour")
|
||||
draw_set_color(c_white)
|
||||
else if bb3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb3.x + 5), (bb3.y + 4), string(global.sourdrinks_str))
|
||||
if (global.recipemode == "spicy")
|
||||
draw_set_color(c_white)
|
||||
else if bb4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb4.x + 5), (bb4.y + 4), string(global.spicydrinks_str))
|
||||
if (global.recipemode == "bubbly")
|
||||
draw_set_color(c_white)
|
||||
else if bb5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb5.x + 5), (bb5.y + 4), string(global.bubblydrinks_str))
|
||||
}
|
||||
else if (global.indexphase == "type")
|
||||
{
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp2)
|
||||
draw_text((x + 25), (y + 45), string(global.searchbytype_str))
|
||||
if (global.language == "jp")
|
||||
draw_set_font(dialogfont_jp4)
|
||||
if (global.recipemode == "girly")
|
||||
draw_set_color(c_white)
|
||||
else if bb1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb1.x + 5), (bb1.y + 4), string(global.girlydrinks_str))
|
||||
if (global.recipemode == "manly")
|
||||
draw_set_color(c_white)
|
||||
else if bb2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb2.x + 5), (bb2.y + 4), string(global.manlydrinks_str))
|
||||
if (global.recipemode == "classic")
|
||||
draw_set_color(c_white)
|
||||
else if bb3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb3.x + 5), (bb3.y + 4), string(global.classicdrinks_str))
|
||||
if (global.recipemode == "classy")
|
||||
draw_set_color(c_white)
|
||||
else if bb4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb4.x + 5), (bb4.y + 4), string(global.classydrinks_str))
|
||||
if (global.recipemode == "promo")
|
||||
draw_set_color(c_white)
|
||||
else if bb5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
draw_text((bb5.x + 5), (bb5.y + 4), string(global.promodrinks_str))
|
||||
}
|
||||
else if (global.indexphase == "ex")
|
||||
{
|
||||
}
|
||||
if (global.indexphase != "home")
|
||||
{
|
||||
if (global.indexphase == "ex")
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
if ba1.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.grizzlytemple_str))
|
||||
else if (global.recipemode == "b")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
|
||||
if ba2.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sparklestar_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sparklestar_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "b")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sugarrush_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.fringeweaver_str))
|
||||
if ba3.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.badtouch_str))
|
||||
else if (global.recipemode == "spicy")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bluefairy_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.suplex_str))
|
||||
else if (global.recipemode == "classic")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.frothywater_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.cobaltvelvet_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
|
||||
else if (global.recipemode == "f")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.grizzlytemple_str))
|
||||
if ba4.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.moonblast_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "bubbly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fringeweaver_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.marsblast_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fringeweaver_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str))
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
|
||||
if ba5.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.brandtini_str))
|
||||
else if (global.recipemode == "bitter")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.grizzlytemple_str))
|
||||
else if (global.recipemode == "sour")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.zenstar_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "manly")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.crevicespike_str))
|
||||
else if (global.recipemode == "classy")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str))
|
||||
else if (global.recipemode == "promo")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sparklestar_str))
|
||||
if ba6.hover
|
||||
draw_set_color(c_white)
|
||||
else
|
||||
draw_set_color(c_gray)
|
||||
if (global.recipemode == "sweet")
|
||||
draw_text((ba6.x + 5), (ba6.y + 3), string(global.pianowoman_str))
|
||||
else if (global.recipemode == "girly")
|
||||
draw_text((ba6.x + 5), (ba6.y + 3), string(global.moonblast_str))
|
||||
}
|
||||
}
|
69
gml_Object_textx_new_Step_0.gml
Normal file
69
gml_Object_textx_new_Step_0.gml
Normal file
@ -0,0 +1,69 @@
|
||||
if (!instance_exists(recipebook))
|
||||
instance_destroy()
|
||||
if (global.indexphase != "home")
|
||||
{
|
||||
if (global.indexphase == "ex")
|
||||
{
|
||||
if (!instance_exists(exdrink_text))
|
||||
instance_create(x, y, exdrink_text)
|
||||
if (!instance_exists(exframe_3))
|
||||
instance_create((x + 30), (y + 110), exframe_3)
|
||||
if (global.stel1 == "right" && global.stel2 == "right" && global.cur_day >= 5)
|
||||
{
|
||||
if (!instance_exists(exframe_2))
|
||||
instance_create((x + 170), (y + 40), exframe_2)
|
||||
}
|
||||
else if ((!instance_exists(exframe_1)) && global.cur_day >= 5)
|
||||
instance_create((x + 30), (y + 40), exframe_1)
|
||||
if global.shop_tea
|
||||
{
|
||||
if (!instance_exists(exframe_4))
|
||||
instance_create((x + 170), (y + 110), exframe_4)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (global.indexphase != "name")
|
||||
{
|
||||
if (!instance_exists(bb1))
|
||||
instance_create((x + buttonxoffset), (y + 80), bb1)
|
||||
if (!instance_exists(bb2))
|
||||
instance_create((x + buttonxoffset), (y + 110), bb2)
|
||||
if (!instance_exists(bb3))
|
||||
instance_create((x + buttonxoffset), (y + 140), bb3)
|
||||
if (!instance_exists(bb4))
|
||||
instance_create((x + buttonxoffset), (y + 170), bb4)
|
||||
if (!instance_exists(bb5))
|
||||
instance_create((x + buttonxoffset), (y + 200), bb5)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!instance_exists(bc1))
|
||||
instance_create(bc1x, bc1y, bc1)
|
||||
if (!instance_exists(bc2))
|
||||
instance_create(bc2x, bc2y, bc2)
|
||||
if (!instance_exists(bc3))
|
||||
instance_create(bc3x, bc3y, bc3)
|
||||
if (!instance_exists(bc4))
|
||||
instance_create(bc4x, bc4y, bc4)
|
||||
if (!instance_exists(bc5))
|
||||
instance_create(bc5x, bc5y, bc5)
|
||||
if (!instance_exists(bc6))
|
||||
instance_create(bc6x, bc6y, bc6)
|
||||
if (!instance_exists(bc7))
|
||||
instance_create(bc7x, bc7y, bc7)
|
||||
}
|
||||
if (!instance_exists(ba1))
|
||||
instance_create((x + 190), (y + 50), ba1)
|
||||
if (!instance_exists(ba2))
|
||||
instance_create((x + 190), (y + 80), ba2)
|
||||
if (!instance_exists(ba3))
|
||||
instance_create((x + 190), (y + 110), ba3)
|
||||
if (!instance_exists(ba4))
|
||||
instance_create((x + 190), (y + 140), ba4)
|
||||
if (!instance_exists(ba5))
|
||||
instance_create((x + 190), (y + 170), ba5)
|
||||
if (!instance_exists(ba6))
|
||||
instance_create((x + 190), (y + 200), ba6)
|
||||
}
|
||||
}
|
821
gml_Script_drink_a.gml
Normal file
821
gml_Script_drink_a.gml
Normal file
@ -0,0 +1,821 @@
|
||||
if (global.exdrink_a != "")
|
||||
{
|
||||
if (global.exdrink_a == "abs")
|
||||
{
|
||||
global.bev_a = "Абсент"
|
||||
global.bevid_a = "abs"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 500
|
||||
drinksprite_a.spriteshown = 182
|
||||
exit
|
||||
}
|
||||
if (global.exdrink_a == "rum")
|
||||
{
|
||||
global.bev_a = "Ром"
|
||||
global.bevid_a = "rum"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 500
|
||||
drinksprite_a.spriteshown = 181
|
||||
exit
|
||||
}
|
||||
if (global.exdrink_a == "tea")
|
||||
{
|
||||
global.bev_a = "Чай"
|
||||
global.bevid_a = "tea"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 500
|
||||
drinksprite_a.spriteshown = 180
|
||||
exit
|
||||
}
|
||||
if (global.exdrink_a == "fed")
|
||||
{
|
||||
global.bev_a = "Слива"
|
||||
global.bevid_a = "fed"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 500
|
||||
drinksprite_a.spriteshown = 183
|
||||
exit
|
||||
}
|
||||
}
|
||||
else if (global.mod_aa == 1 && global.mod_ba == 1 && global.mod_ca == 2 && global.mod_da == 3 && global.mod_ea == 5 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Flmng Moai"
|
||||
global.bevid_a = "fmoai"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
global.ft_any = 1
|
||||
if (global.cur_day == 3)
|
||||
{
|
||||
if (global.cur_client == 1)
|
||||
global.ft_alma = 1
|
||||
if (global.cur_client == 3)
|
||||
global.ft_stella = 1
|
||||
}
|
||||
if (global.cur_day == 5)
|
||||
{
|
||||
if (global.cur_client == 1)
|
||||
{
|
||||
if (global.cur_stage >= 20)
|
||||
global.ft_alma = 1
|
||||
}
|
||||
}
|
||||
if (global.cur_day == 7)
|
||||
{
|
||||
if (global.cur_client == 2)
|
||||
global.ft_stella = 1
|
||||
}
|
||||
if (global.cur_day == 10)
|
||||
{
|
||||
if (global.cur_client == 10)
|
||||
{
|
||||
if (global.cur_stage == 2)
|
||||
global.ft_stella = 1
|
||||
}
|
||||
}
|
||||
if (global.cur_day == 11)
|
||||
{
|
||||
if (global.cur_client == 3)
|
||||
{
|
||||
if (global.cur_stage <= 7)
|
||||
global.ft_alma = 1
|
||||
}
|
||||
}
|
||||
if (global.cur_day == 15)
|
||||
{
|
||||
if (global.cur_client == 1)
|
||||
{
|
||||
if (global.cur_stage < 8)
|
||||
global.ft_stella = 1
|
||||
}
|
||||
}
|
||||
if (global.cur_day == 16)
|
||||
{
|
||||
if (global.cur_client == 2)
|
||||
global.ft_alma = 1
|
||||
}
|
||||
if (global.cur_day == 17)
|
||||
{
|
||||
if (global.cur_client == 3)
|
||||
global.ft_stella = 1
|
||||
}
|
||||
drinksprite_a.spriteshown = 19
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Солод Спл"
|
||||
global.bevid_a = "srush"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 20
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Солод Спл"
|
||||
global.bevid_a = "srush"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 20
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Солод Спл"
|
||||
global.bevid_a = "srush"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 20
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Солод Спл"
|
||||
global.bevid_a = "srush"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 20
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сяюча Зір"
|
||||
global.bevid_a = "sstar"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 21
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сяюча Зір"
|
||||
global.bevid_a = "sstar"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 21
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сяюча Зір"
|
||||
global.bevid_a = "sstar"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 21
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сяюча Зір"
|
||||
global.bevid_a = "sstar"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 21
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 1 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Блак Фея"
|
||||
global.bevid_a = "bfairy"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 22
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 1 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Блак Фея"
|
||||
global.bevid_a = "bfairy"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 22
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 8 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 2 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Блак Фея"
|
||||
global.bevid_a = "bfairy"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 22
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 8 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 2 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Блак Фея"
|
||||
global.bevid_a = "bfairy"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 22
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 3 && global.mod_ba == 0 && global.mod_ca == 3 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пух Мрія"
|
||||
global.bevid_a = "fdream"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 23
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 3 && global.mod_ba == 0 && global.mod_ca == 3 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пух Мрія"
|
||||
global.bevid_a = "fdream"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 23
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 6 && global.mod_ba == 0 && global.mod_ca == 6 && global.mod_da == 0 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пух Мрія"
|
||||
global.bevid_a = "fdream"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 23
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 6 && global.mod_ba == 0 && global.mod_ca == 6 && global.mod_da == 0 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пух Мрія"
|
||||
global.bevid_a = "fdream"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 23
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 2 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea >= 1 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Сон Хмар"
|
||||
global.bevid_a = "scloud"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 24
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 2 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea == 0 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Сон Хмар"
|
||||
global.bevid_a = "scloud"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 24
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 4 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea >= 1 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Сон Хмар"
|
||||
global.bevid_a = "scloud"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 24
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 4 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea == 0 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Сон Хмар"
|
||||
global.bevid_a = "scloud"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 24
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 6 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 1 && global.mod_ea == 2 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Виб Місц"
|
||||
global.bevid_a = "moblast"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 180
|
||||
drinksprite_a.spriteshown = 25
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 12 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 2 && global.mod_ea == 4 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Виб Місц"
|
||||
global.bevid_a = "moblast"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "girly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 180
|
||||
drinksprite_a.spriteshown = 25
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 5 && global.mod_ca == 0 && global.mod_da == 1 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Кпнк у Печ"
|
||||
global.bevid_a = "gpunch"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 80
|
||||
drinksprite_a.spriteshown = 26
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 5 && global.mod_ca == 0 && global.mod_da == 1 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Кпнк у Печ"
|
||||
global.bevid_a = "gpunch"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 80
|
||||
drinksprite_a.spriteshown = 26
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 10 && global.mod_ca == 0 && global.mod_da == 2 && global.mod_ea >= 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Кпнк у Печ"
|
||||
global.bevid_a = "gpunch"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 80
|
||||
drinksprite_a.spriteshown = 26
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 10 && global.mod_ca == 0 && global.mod_da == 2 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Кпнк у Печ"
|
||||
global.bevid_a = "gpunch"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 80
|
||||
drinksprite_a.spriteshown = 26
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 3 && global.mod_ca == 0 && global.mod_da == 3 && global.mod_ea == 4 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Забивач"
|
||||
global.bevid_a = "pdriver"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 160
|
||||
drinksprite_a.spriteshown = 27
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 6 && global.mod_ca == 0 && global.mod_da == 6 && global.mod_ea == 8 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Забивач"
|
||||
global.bevid_a = "pdriver"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 160
|
||||
drinksprite_a.spriteshown = 27
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 4 && global.mod_ca == 0 && global.mod_da == 3 && global.mod_ea == 3 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сплекс"
|
||||
global.bevid_a = "splex"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 160
|
||||
drinksprite_a.spriteshown = 28
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 8 && global.mod_ca == 0 && global.mod_da == 6 && global.mod_ea == 6 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Сплекс"
|
||||
global.bevid_a = "splex"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 160
|
||||
drinksprite_a.spriteshown = 28
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 6 && global.mod_ca == 1 && global.mod_da == 4 && global.mod_ea == 2 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Виб Марс"
|
||||
global.bevid_a = "mablast"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 170
|
||||
drinksprite_a.spriteshown = 29
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 4 && global.mod_ea >= 1 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Витвер"
|
||||
global.bevid_a = "cspike"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 140
|
||||
drinksprite_a.spriteshown = 30
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 4 && global.mod_ea == 0 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Витвер"
|
||||
global.bevid_a = "cspike"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 140
|
||||
drinksprite_a.spriteshown = 30
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 0 && global.mod_ca == 4 && global.mod_da == 8 && global.mod_ea >= 1 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Витвер"
|
||||
global.bevid_a = "cspike"
|
||||
global.flavor_a = "ssour"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 140
|
||||
drinksprite_a.spriteshown = 30
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 0 && global.mod_ca == 4 && global.mod_da == 8 && global.mod_ea >= 1 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Витвер"
|
||||
global.bevid_a = "cspike"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "manly"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 140
|
||||
drinksprite_a.spriteshown = 30
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 1 && global.mod_ba == 2 && global.mod_ca == 1 && global.mod_da == 2 && global.mod_ea == 4 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пиво"
|
||||
global.bevid_a = "beer"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 200
|
||||
drinksprite_a.spriteshown = 31
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 4 && global.mod_ca == 2 && global.mod_da == 4 && global.mod_ea == 8 && global.mixed_a && (!global.age_a) && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Пиво"
|
||||
global.bevid_a = "beer"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 200
|
||||
drinksprite_a.spriteshown = 31
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 1 && global.mod_ca == 3 && global.mod_da == 3 && global.mod_ea == 0 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Кривав Дж"
|
||||
global.bevid_a = "bjane"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 200
|
||||
drinksprite_a.spriteshown = 32
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 2 && global.mod_ca == 6 && global.mod_da == 6 && global.mod_ea == 0 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Кривав Дж"
|
||||
global.bevid_a = "bjane"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 200
|
||||
drinksprite_a.spriteshown = 32
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 1 && global.mod_ba == 1 && global.mod_ca == 1 && global.mod_da == 1 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Забр Квас"
|
||||
global.bevid_a = "fwater"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 31
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 2 && global.mod_ca == 2 && global.mod_da == 2 && global.mod_ea == 0 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Забр Квас"
|
||||
global.bevid_a = "fwater"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classic"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "no"
|
||||
global.drinkscore_a = 150
|
||||
drinksprite_a.spriteshown = 31
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 2 && global.mod_ca == 2 && global.mod_da == 2 && global.mod_ea == 4 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Многочлн"
|
||||
global.bevid_a = "btouch"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 33
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 0 && global.mod_ba == 4 && global.mod_ca == 4 && global.mod_da == 4 && global.mod_ea == 8 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Многочлн"
|
||||
global.bevid_a = "btouch"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 33
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 6 && global.mod_ba == 0 && global.mod_ca == 3 && global.mod_da == 0 && global.mod_ea == 1 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Брендтіні"
|
||||
global.bevid_a = "btini"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 34
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 12 && global.mod_ba == 0 && global.mod_ca == 6 && global.mod_da == 0 && global.mod_ea == 2 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Брендтіні"
|
||||
global.bevid_a = "btini"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 34
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 3 && global.mod_ea == 5 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Син Оксам"
|
||||
global.bevid_a = "cvelvet"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 280
|
||||
drinksprite_a.spriteshown = 35
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 6 && global.mod_ea == 10 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Син Оксам"
|
||||
global.bevid_a = "cvelvet"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 280
|
||||
drinksprite_a.spriteshown = 35
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 1 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea == 9 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Рево"
|
||||
global.bevid_a = "fweaver"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 260
|
||||
drinksprite_a.spriteshown = 36
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 0 && global.mod_ca == 0 && global.mod_da == 0 && global.mod_ea == 18 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Рево"
|
||||
global.bevid_a = "fweaver"
|
||||
global.flavor_a = "bubbly"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 260
|
||||
drinksprite_a.spriteshown = 36
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 1 && global.mod_ba == 1 && global.mod_ca == 3 && global.mod_da == 3 && global.mod_ea == 2 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Виб Мерк"
|
||||
global.bevid_a = "meblast"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 37
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 2 && global.mod_ca == 6 && global.mod_da == 6 && global.mod_ea == 4 && (!global.mixed_a) && (!global.age_a) && global.otr_a && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Виб Мерк"
|
||||
global.bevid_a = "meblast"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "classy"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 250
|
||||
drinksprite_a.spriteshown = 37
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 3 && global.mod_ba == 3 && global.mod_ca == 3 && global.mod_da == 0 && global.mod_ea == 1 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Хрм Гризл"
|
||||
global.bevid_a = "gtemple"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 220
|
||||
drinksprite_a.spriteshown = 38
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 6 && global.mod_ba == 6 && global.mod_ca == 6 && global.mod_da == 0 && global.mod_ea == 2 && (!global.mixed_a) && (!global.age_a) && (!global.otr_a) && global.failed_a)
|
||||
{
|
||||
global.bev_a = "Хрм Гризл"
|
||||
global.bevid_a = "gtemple"
|
||||
global.flavor_a = "bitter"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 220
|
||||
drinksprite_a.spriteshown = 38
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 0 && global.mod_ca == 1 && global.mod_da == 2 && global.mod_ea == 3 && global.mixed_a && global.age_a && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Квітк Сяйв"
|
||||
global.bevid_a = "blight"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "normal"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 230
|
||||
drinksprite_a.spriteshown = 39
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 8 && global.mod_ba == 0 && global.mod_ca == 2 && global.mod_da == 4 && global.mod_ea == 6 && global.mixed_a && global.age_a && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Квітк Сяйв"
|
||||
global.bevid_a = "blight"
|
||||
global.flavor_a = "spicy"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 230
|
||||
drinksprite_a.spriteshown = 39
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 4 && global.mod_ba == 4 && global.mod_ca == 4 && global.mod_da == 4 && global.mod_ea == 4 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Зрк Дзн"
|
||||
global.bevid_a = "zstar"
|
||||
global.flavor_a = "sour"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 210
|
||||
drinksprite_a.spriteshown = 40
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 2 && global.mod_ba == 3 && global.mod_ca == 5 && global.mod_da == 5 && global.mod_ea == 3 && global.mixed_a && (!global.age_a) && global.otr_a && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Піаніст"
|
||||
global.bevid_a = "pman"
|
||||
global.flavor_a = "Bitter"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 320
|
||||
drinksprite_a.spriteshown = 41
|
||||
exit
|
||||
}
|
||||
else if (global.mod_aa == 5 && global.mod_ba == 5 && global.mod_ca == 2 && global.mod_da == 3 && global.mod_ea == 3 && global.mixed_a && global.age_a && (!global.otr_a) && (!global.failed_a))
|
||||
{
|
||||
global.bev_a = "Піаністка"
|
||||
global.bevid_a = "pwman"
|
||||
global.flavor_a = "sweet"
|
||||
global.kind_a = "promo"
|
||||
global.drinksize_a = "big"
|
||||
global.alcohol_a = "yes"
|
||||
global.drinkscore_a = 320
|
||||
drinksprite_a.spriteshown = 42
|
||||
exit
|
||||
}
|
||||
else
|
||||
{
|
||||
global.bev_a = choose("\#\#20%!!", "n\#@\#\#*", "f@\#\#\#", "\#y\#bb=", "\#u??!!", "gt??!\#")
|
||||
global.bevid_a = "failed"
|
||||
drinksprite_a.spriteshown = 43
|
||||
exit
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
global.freebar = "Free Bar"
|
||||
global.date26 = "П'ятниця#Грудень 9"
|
||||
global.date27 = "Субота#Грудень 10"
|
||||
global.date28 = "Неділя#Грудень 11"
|
||||
global.date29 = "Неділя#Січень 1"
|
||||
global.date30 = "Понеділок#Грудень 12"
|
||||
global.date26 = "П'ятниця#9 Грудня"
|
||||
global.date27 = "Субота#10 Грудня"
|
||||
global.date28 = "Неділя#11 Грудня"
|
||||
global.date29 = "Неділя#1 Січня"
|
||||
global.date30 = "Понеділок#12 Грудня"
|
||||
global.odstr179 = "Цей... пес хоче Храм Гризлі."
|
||||
global.odstr180 = "Щось з купою Екстракту Бронсона."
|
||||
global.odstr181 = "Він хоче щось безалкогольне."
|
||||
@ -16,7 +16,7 @@ global.odstr187 = "Він сказав " + '"' + "Що завгодно" + '"' +
|
||||
global.odstr188 = "Дам ка я їй Велике Пиво."
|
||||
global.odstr189 = "Червоний... напій."
|
||||
global.odstr190 = "П-П-Піхву для песика."
|
||||
global.odstr191 = "Ветеринар хоче Духовний Дзен."
|
||||
global.odstr191 = "Ветеринар хоче Зірку Дзену."
|
||||
global.odstr192 = "Цей пес хоче Велику Сонячну Хмаринку."
|
||||
global.odstr193 = "Ця дворняга хоче Великий Храм Гризлі."
|
||||
global.odstr194 = "Вона хоче великий солодкий напій."
|
||||
@ -25,9 +25,9 @@ global.odstr205 = "Мені потрібен Брендіні."
|
||||
global.odstr196 = "Вона хоче Брендіні, на цей раз нормальний."
|
||||
global.odstr197 = "Потрібне одне Рево та одне Пиво."
|
||||
global.odstr198 = "Цей пес хоче ВЕЛИИКУ БЛАКИИТНУ ФЕЕЮЮ. *кахм*"
|
||||
global.odstr199 = "Цей мішок з блохами хоче Удар по Печінці. Можу йому це влаштувати."
|
||||
global.odstr199 = "Цей мішок з блохами хоче Копняк по Печінці. Можу йому це влаштувати."
|
||||
global.odstr200 = "Цуцик хоче чогось солодкого."
|
||||
global.odstr201 = "Забивач та/або Криваву Мері. По одному, або два однакових."
|
||||
global.odstr201 = "Забивача та/або Кровоточиву Джейн. По одному, або два однакових."
|
||||
global.odstr202 = "Цей пес хоче чогось. Цікаво, як він відреагує на солодке."
|
||||
global.odstr203 = "Він хоче два Квіткових Нектари."
|
||||
global.odstr204 = "Вона хоче Велике Пиво."
|
||||
|
@ -6,7 +6,7 @@ global.odstr174 = "Бляха, Джилл. Візьми себе у руки. В
|
||||
global.odstr5 = "Знову Пиво. Цей чолов'яга точно любить його. Але дешевше було б купити ящик у магазині."
|
||||
global.odstr6 = "Щось гірке, велике, та безалкогольне це все. Гаразд."
|
||||
global.odstr7 = "Бог любить трійню... чи ні? Коротше, краще дати йому це Пиво."
|
||||
global.odstr8 = "Він хоче Удар по Печінці. Я хочу зарядити йому по печінці."
|
||||
global.odstr8 = "Він хоче Копняк по Печінці. Я хочу зарядити йому по печінці."
|
||||
global.odstr9 = "Він хоче Забивач. Я б йому краще зробила Суплекс."
|
||||
global.odstr10 = "Гаразд. дам йому Рево."
|
||||
global.odstr11 = "Щось мале, солодке й холодне. Треба подумати."
|
||||
@ -20,7 +20,7 @@ global.odstr18 = "Вибух на Марсі? Оце так швидко сма
|
||||
global.odstr19 = "Містер Донован хоче щось гірке, щоб прокинутися. Цікаво, чи трішки спирту допоможе..."
|
||||
global.odstr20 = "Дороті хоче Піаністку. Досить просто."
|
||||
global.odstr21 = "Зараз буде Вибух на Марсі."
|
||||
global.odstr22 = "Одна велика Сонячна Хмара та один Удар в Печінку. Перед подачею треба зробити обидва напої."
|
||||
global.odstr22 = "Одна велика Сонячна Хмара та один Копняк в Печінку. Перед подачею треба зробити обидва напої."
|
||||
global.odstr23 = "Вибух на Марсі. Марс. Краще не помилитись й не дати йому якийсь інший вибуховий напій."
|
||||
global.odstr24 = "Щось типу чаю... або щось не таке гірке. Може, дівчаче та гірке?"
|
||||
global.odstr25 = "Щось м'яке. Цікаво, це вона мала на увазі безалкогольне чи щось інше."
|
||||
@ -29,7 +29,7 @@ global.odstr27 = "Альма хоче Много-... пфффффф... М-Мно
|
||||
global.odstr28 = "Дивний напій. Хмм... Категорія «Промо» підходить просто ідеально."
|
||||
global.odstr29 = "Великий Брендтіні. Досить просто."
|
||||
global.odstr30 = "Містер Донован хоче як завжди. *зітхає* Три дні, а він аже має звичний напій."
|
||||
global.odstr31 = "Він хоче Криваву Мері. Оце так поворот."
|
||||
global.odstr31 = "Він хоче Кровоточиву Джейн. Оце так поворот."
|
||||
global.odstr32 = "Як називався той напій, який змінили через громадське обурення?"
|
||||
global.odstr33 = "Напій на честь друга... хмм..."
|
||||
global.odstr34 = "Два Рева. Досить просто."
|
||||
@ -40,7 +40,7 @@ global.odstr38 = "Бридота, бридота... Чоловічі та Про
|
||||
global.odstr39 = "Дам пффф... д-дам їй кваахпахпха! *кхм* Многочлен."
|
||||
global.odstr40 = "Вона сказала напоїти її. Це... цікаве замовлення."
|
||||
global.odstr41 = "Гаразд. Даю два Пива."
|
||||
global.odstr42 = "Бетті хоче Духовний Дзен."
|
||||
global.odstr42 = "Бетті хоче Зірку Дзену."
|
||||
global.odstr43 = "Зараз дам їм два Бредтіні."
|
||||
global.odstr44 = "Два Міцних напої. Чоловічі напої."
|
||||
global.odstr45 = "Джеймі хоче Вибух на Марсі."
|
||||
@ -60,28 +60,28 @@ global.odstr58 = "Він хоче Солодкий Сплеск. Не пробл
|
||||
global.odstr59 = "Нумо наллю Брайану Суплекс."
|
||||
global.odstr60 = "Стелла хоче Пива."
|
||||
global.odstr177 = "Зроблю для Стелли щось солодке, щоб заспокоїти її"
|
||||
global.odstr61 = "Замішаємо Духовний Дзен для бідняжки."
|
||||
global.odstr61 = "Замішаємо Зірку Дзену для бідняжки."
|
||||
global.odstr62 = "Два Многочлен... краще зробити їх раніше, ніж я почну сміятися."
|
||||
global.odstr63 = "Один Піаніст для детектива."
|
||||
global.odstr64 = "Арт просить Пива."
|
||||
global.odstr65 = "Готується один Вибух на Марсі."
|
||||
global.odstr66 = "Піаніст містеру детективу."
|
||||
global.odstr66 = "Піаніст пану детективу."
|
||||
global.odstr67 = "Щось фальшиве... шо... е?"
|
||||
global.odstr68 = "Він хоче чистоти. Я не можу дати йому просто інгредієнти... емм..."
|
||||
global.odstr69 = "Цей... пес хоче Храм Гризлі. Болючі спогади."
|
||||
global.odstr70 = "Пес тепер хоче Шовкова Мрія."
|
||||
global.odstr70 = "Пес тепер хоче Пухнасту Мрію."
|
||||
global.odstr71 = "У Сей зараз все болить. Їх точно треба дати щось солодке та безалкогольне."
|
||||
global.odstr72 = "Сей тепер хоче Криваву Мері. Чи буде це гарною ідеєю?"
|
||||
global.odstr73 = "Удар по Печінці для Джеймі."
|
||||
global.odstr72 = "Сей тепер хоче Кровоточиву Джейн. Чи буде це гарною ідеєю?"
|
||||
global.odstr73 = "Копняк по Печінці для Джеймі."
|
||||
global.odstr74 = "Джеймі попросив чогось гіркого. Досить широка категорія... Може чогось Чоловічого?"
|
||||
global.odstr75 = "Зараз буде одне Пиво."
|
||||
global.odstr76 = "Інграм хоче Криваву Мері."
|
||||
global.odstr77 = "Тепер він хоче Духовний Дзен."
|
||||
global.odstr78 = "Дівчинка хоче Шовкова Мрія, невже вона думає, що я так просто наллю їй алкоголь."
|
||||
global.odstr76 = "Інграм хоче Кровоточиву Джейн."
|
||||
global.odstr77 = "Тепер він хоче Зірку Дзену."
|
||||
global.odstr78 = "Дівчинка хоче Пухнасту Мрію, невже вона думає, що я так просто наллю їй алкоголь."
|
||||
global.odstr79 = "Вибух на Марсі для байкера. Думаю, він спочатку замовив Піаністку."
|
||||
global.odstr80 = "Знову, він замовив Удар по Печінці, але я впевнена, що спочатку він замовив Вибух на Місяці."
|
||||
global.odstr80 = "Знову, він замовив Копняк по Печінці, але я впевнена, що спочатку він замовив Вибух на Місяці."
|
||||
global.odstr81 = "Цього разу він одразу замовив Рево. ОТ молодець"
|
||||
global.odstr82 = "Криваву Мері для Дороті на честь її... днів...?"
|
||||
global.odstr82 = "Кровоточива Джейн для Дороті на честь її... днів...?"
|
||||
global.odstr83 = "Велика Блакитна Фея для малої червоноволосої феїчки."
|
||||
global.odstr84 = "Вона попросила Синій Оксамит... Дивно."
|
||||
global.odstr178 = "Пиво... для Джила.#...хіба я не бачила цю дівку до цього?"
|
||||
@ -105,7 +105,7 @@ global.odstr101 = "Треба дати їй, що затушить пожежу
|
||||
global.odstr102 = "Джилл просить Солодкий Сплеск. Так, як ця штуковина працює?"
|
||||
global.odstr103 = "Велике Пиво. Велике пиво, велике Пиво... як з цією штукою зробити Велике Пиво?"
|
||||
global.odstr104 = "Дівчина просить Брендтіні. А цей Лілім... він лячний якийсь."
|
||||
global.odstr105 = '"' + "Велла" + '"' + " попросила Шовкова Мрія. А Лілім... все такий же лячний."
|
||||
global.odstr105 = '"' + "Велла" + '"' + " попросила Пухнасту Мрію. А Лілім... все такий же лячний."
|
||||
global.odstr106 = "Дороті виглядає засмученою. Вона замовила Солодкий Сплеск, але, здається, вона колись казала про напій, який підіймає їй настрій..."
|
||||
global.odstr107 = "Блакитна Фея для Дороті."
|
||||
global.odstr108 = "ЩЗД: " + '"' + "Що б Замовила Дороті?" + '"'
|
||||
@ -113,10 +113,10 @@ global.odstr109 = "Чогось холодного для Сей."
|
||||
global.odstr110 = "Щось безалкогольне для Сей."
|
||||
global.odstr111 = "Чогось міцного для Містера Детектива. Можливо чогось Чоловічого?"
|
||||
global.odstr112 = "Синій Оксамит для Детектива."
|
||||
global.odstr113 = "Ем... Вергілій хоче Криваву Мері."
|
||||
global.odstr113 = "Ем... Верґіліо хоче Кровоточиву Джейн."
|
||||
global.odstr114 = "Щось гостре, щось гостре..."
|
||||
global.odstr115 = "Вергілій хоче чогось гіркого."
|
||||
global.odstr116 = "Удар по Печінці для тихого детектива."
|
||||
global.odstr115 = "Верґіліо хоче чогось гіркого."
|
||||
global.odstr116 = "Копняк по Печінці для тихого детектива."
|
||||
global.odstr117 = "Дам йому Рево."
|
||||
global.odstr175 = "Треба налити їй Рево."
|
||||
global.odstr176 = "Наллю Лексі Солодкий Сплеск."
|
||||
@ -136,25 +136,25 @@ global.odstr127 = "Піаніста для Маріо."
|
||||
global.odstr128 = "Вибух на Марсі для хлопця, який більше не повернеться... вдруге."
|
||||
global.odstr129 = "Давай дам Інграму Суплекс... Воу, це прозвучало дивно."
|
||||
global.odstr130 = "Тепер він хоче Рево."
|
||||
global.odstr131 = "Тепер дам йому Удар по Печінці... знову, це звучить не правильно."
|
||||
global.odstr131 = "Тепер дам йому Копняк по Печінці... знову, це звучить не правильно."
|
||||
global.odstr132 = "Треба налити йому чогось солодке. Але, солодкої тиші від мене він не дочекається."
|
||||
global.odstr133 = "Чогось солодкого? Щось новеньке."
|
||||
global.odstr134 = "*пфффффффф* Многочлен для Альми."
|
||||
global.odstr135 = "Брандіні, гаразд."
|
||||
global.odstr136 = "Еееее... Пиво... бля, я божеволію, чи ні?"
|
||||
global.odstr137 = "Кривава Мері для Джила."
|
||||
global.odstr137 = "Кровоточива Джейн для Джила."
|
||||
global.odstr138 = "Тепер Пиво для Джила."
|
||||
global.odstr139 = "Шовкова Мрія для Дороті зараз буде."
|
||||
global.odstr139 = "Пухнаста Мрія для Дороті зараз буде."
|
||||
global.odstr140 = "Брендтіні для таємничого гостя."
|
||||
global.odstr141 = "Треба налити Душевний Дзен для таємничого гостя."
|
||||
global.odstr166 = "Зробімо Душевний Дзен."
|
||||
global.odstr141 = "Треба налити Зірку Дзену для таємничого гостя."
|
||||
global.odstr166 = "Зробімо Зірку Дзену."
|
||||
global.odstr142 = "Звичайний напій Містера Донована..."
|
||||
global.odstr143 = "Вибух на Марсі? Це щось новеньке для нього."
|
||||
global.odstr144 = "Давай просто наллю йому Забивач... буквально."
|
||||
global.odstr145 = "Міс Айдол хоче чогось солодке."
|
||||
global.odstr146 = "Щось схоже на чай. Якщо я правильно пам'ятаю, щось гірке, але дівчаче підійде."
|
||||
global.odstr147 = "Сяючу Зірку для Міс Айдол."
|
||||
global.odstr148 = "Кривава Мері для Стелли."
|
||||
global.odstr148 = "Кровоточива Джейн для Стелли."
|
||||
global.odstr149 = "Зараз, дам їй Брендтіні."
|
||||
global.odstr150 = "Стелла тепер хоче щось класичне."
|
||||
global.odstr151 = "Давай наллю їй Солодкий Сплеск."
|
||||
@ -167,7 +167,7 @@ global.odstr154 = "Я повинна подати Квіткове Сяйво т
|
||||
global.odstr155 = "Так, тепер потрібно налити Піаніста та Піаністка."
|
||||
global.odstr156 = "Щось *зітхає* Вона хоче щось гидотне знову."
|
||||
global.odstr157 = "Тепер просить щось дівчачого."
|
||||
global.odstr158 = "Д-Дороті хоче Удар по Печінці. Це кінець світу, чи що?"
|
||||
global.odstr158 = "Д-Дороті хоче Копняк по Печінці. Це кінець світу, чи що?"
|
||||
global.odstr159 = "Щось солодке. Це вже більше на неї схоже."
|
||||
global.odstr160 = "Солодкий Сплеск, гаразд."
|
||||
global.odstr161 = "Солодкий Сплеск... знову."
|
||||
|
@ -23,13 +23,13 @@ global.bottleddrinks_str = "Пляшкові"
|
||||
global.searchbyname_str = "Пошук за: Назвою"
|
||||
global.searchbyflavor_str = "Пошук за: Смаком"
|
||||
global.searchbytype_str = "Пошук за: Типом"
|
||||
global.b_str = "П-М-К-Б"
|
||||
global.c_str = "С-В"
|
||||
global.f_str = "Ш-З-Р"
|
||||
global.g_str = "Х-У"
|
||||
global.m_str = "В"
|
||||
global.p_str = "П-З"
|
||||
global.s_str = "С"
|
||||
global.b_str = "Б"
|
||||
global.c_str = "В"
|
||||
global.f_str = "З"
|
||||
global.g_str = "К"
|
||||
global.m_str = "П"
|
||||
global.p_str = "С"
|
||||
global.s_str = "Інші"
|
||||
global.z_str = "Д"
|
||||
global.sweetdrinks_str = "Солодкі Напої"
|
||||
global.bitterdrinks_str = "Гіркі Напої"
|
||||
@ -43,18 +43,18 @@ global.classydrinks_str = "Елітні Напої"
|
||||
global.promodrinks_str = "Промо Напої"
|
||||
global.sugarrush_str = "Солодкий Сплеск"
|
||||
global.sunshinecloud_str = "Сонячна Хмаринка"
|
||||
global.fluffydream_str = "Шовкова Мрія"
|
||||
global.fluffydream_str = "Пухнаста Мрія"
|
||||
global.marsblast_str = "Вибух на Марсі"
|
||||
global.beer_str = "Пиво"
|
||||
global.gutpunch_str = "Удар по Печінці"
|
||||
global.gutpunch_str = "Копняк по Печінці"
|
||||
global.badtouch_str = "Многочлен"
|
||||
global.grizzlytemple_str = "Храм Гризлі"
|
||||
global.cobaltvelvet_str = "Синій Оксамит"
|
||||
global.pianoman_str = "Піаніст"
|
||||
global.sparklestar_str = "Сяюча Зірка"
|
||||
global.zenstar_str = "Духовний Дзен"
|
||||
global.zenstar_str = "Зірка Дзену"
|
||||
global.crevicespike_str = "Витверезник"
|
||||
global.bleedingjane_str = "Кривава Мері"
|
||||
global.bleedingjane_str = "Кровоточ. Джейн"
|
||||
global.frothywater_str = "Забродивший Квас"
|
||||
global.piledriver_str = "Забивач"
|
||||
global.brandtini_str = "Брендтіні"
|
||||
@ -113,31 +113,31 @@ global.todtruth = "Правда"
|
||||
global.toddare = "Виклик"
|
||||
global.todpicked = " picked "
|
||||
global.todchose = ",#who chose "
|
||||
global.date1 = "Вівторок#Грудень 13"
|
||||
global.date2 = "Середа#Грудень 14"
|
||||
global.date3 = "Четвер#Грудень 15"
|
||||
global.date4 = "П'ятниця#Грудень 16"
|
||||
global.date5 = "Субота#Грудень 17"
|
||||
global.date6 = "Неділя#Грудень 18"
|
||||
global.date7 = "Понеділок#Грудень 19"
|
||||
global.date8 = "Вівторок#Грудень 20"
|
||||
global.date9 = "Середа#Грудень 21"
|
||||
global.date10 = "Четвер#Грудень 22"
|
||||
global.date11 = "П'ятниця#Грудень 23"
|
||||
global.date12 = "Субота#Грудень 24"
|
||||
global.date13 = "Неділя#Грудень 25"
|
||||
global.date14 = "Понеділок#Грудень 26"
|
||||
global.date15 = "Вівторок#Грудень 27"
|
||||
global.date16 = "Середа#Грудень 28"
|
||||
global.date17 = "Четвер#Грудень 29"
|
||||
global.date18 = "П'ятниця#Грудень 30"
|
||||
global.date19 = "Субота#Грудень 31"
|
||||
global.date20 = "Середа#Лютий 1"
|
||||
global.date21 = "П'ятниця#Лютий 3"
|
||||
global.date22 = "П'ятниця#Січень 20"
|
||||
global.date23 = "Субота#Лютий 25"
|
||||
global.date24 = "П'ятниця#Січень 15"
|
||||
global.date25 = "Неділя#Серпень 27"
|
||||
global.date1 = "Вівторок#13 Грудня"
|
||||
global.date2 = "Середа#14 Грудня"
|
||||
global.date3 = "Четвер#15 Грудня"
|
||||
global.date4 = "П'ятниця#16 Грудня"
|
||||
global.date5 = "Субота#17 Грудня"
|
||||
global.date6 = "Неділя#18 Грудня"
|
||||
global.date7 = "Понеділок#19 Грудня"
|
||||
global.date8 = "Вівторок#20 Грудня"
|
||||
global.date9 = "Середа#21 Грудня"
|
||||
global.date10 = "Четвер#22 Грудня"
|
||||
global.date11 = "П'ятниця#23 Грудня"
|
||||
global.date12 = "Субота#24 Грудня"
|
||||
global.date13 = "Неділя#25 Грудня"
|
||||
global.date14 = "Понеділок#26 Грудня"
|
||||
global.date15 = "Вівторок#27 Грудня"
|
||||
global.date16 = "Середа#28 Грудня"
|
||||
global.date17 = "Четвер#29 Грудня"
|
||||
global.date18 = "П'ятниця#30 Грудня"
|
||||
global.date19 = "Субота#31 Грудня"
|
||||
global.date20 = "Середа#1 Лютого"
|
||||
global.date21 = "П'ятниця#3 Лютого"
|
||||
global.date22 = "П'ятниця#20 Січня"
|
||||
global.date23 = "Субота#25 Лютого"
|
||||
global.date24 = "П'ятниця#15 Січня"
|
||||
global.date25 = "Неділя#27 Серпня"
|
||||
global.holdtounlock = "Тримайте для розблок."
|
||||
global.welcomeback = "#Привіт, Джилл!"
|
||||
global.savedaystr = "День "
|
||||
|
Loading…
Reference in New Issue
Block a user