1
0

kitchen.tw 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. :: kuhrPar_events[kuhrPar_events events]
  2. <<set _location_mum = $npcs.location('A29')>>
  3. <<if _location_mum.location == 'home'>>
  4. <<if _location_mum.activity.includes('breakfast')>>
  5. <<if _location_mum.activity.includes('setup')>>
  6. <<set $npc('A29').rel += 1>>
  7. <<set $time.minutes += 5>>
  8. <<image "characters/pavlovsk/resident/mom/gotovka.jpg">>
  9. <p><<npc 'A29' undefined 'Your mother'>><</npc>> turns to you. "$pc.name_nick, please set the table for breakfast." You sigh and grab the dishes.</p>
  10. <<actCLA 'Set the table for breakfast'>>
  11. <<gt 'kuhrPar'>>
  12. <</actCLA>>
  13. <<eventFired>>
  14. <</if>>
  15. <</if>>
  16. <</if>>
  17. :: kuhrPar[indoors private kitchen homeParents]
  18. <!-- !! Your parents' kitchen-->
  19. /*<<if getvar("$fullmorrout") == 1>>
  20. <<set $time.minutes += 2>>
  21. <<actCLA '<font color = maroon><b>Leave the apartment and go outside</b></font>'>>
  22. <<set $time.minutes += 1>>
  23. <<set $fullmorrout to null>>
  24. <<gs 'korrPar'>>
  25. <<gt 'pav_residential'>>
  26. <</actCLA>>
  27. <</if>>*/
  28. <<set _location_dad = $npcs.location('A28')>>
  29. <<set _location_mum = $npcs.location('A29')>>
  30. <<set _location_anya = $npcs.location('A33')>>
  31. <<set _location_kolka = $npcs.location('A34')>>
  32. <<set _breakfastNPCs = {}>>
  33. <<set _dinnerNPCs = {}>>
  34. <<ConnectedLocationCode 'Hallway' 'locations/pavlovsk/resident/apartment/home/korrPar.webp' 1>>
  35. <<gt 'korrPar'>>
  36. <</ConnectedLocationCode>>
  37. /*<<gs 'kit_din'>>
  38. <<gs 'family_schedule'>>*/
  39. <h2>Kitchen</h2>
  40. <<imageDayNight "locations/pavlovsk/resident/apartment/home/kuhrpar#.jpg" "" "Night">>
  41. <p>
  42. The kitchen is not very impressive, but it has everything your family needs.
  43. Since everyone can't always join for family meals,
  44. your mother usually pre-cooks some meals and stores them in the fridge.
  45. Of course, you could also just have a snack if you're not that hungry.
  46. </p>
  47. /* ----- Mum ----- */
  48. <<if _location_mum.location == 'home'>>
  49. <<if _location_mum.activity.includes('breakfast')>>
  50. <<if _location_mum.activity.includes('prepare')>>
  51. <p><<npc 'A29' undefined 'Your mother'>><<gt 'mother'>><</npc>> is here, busy making breakfast.</p>
  52. <<elseif _location_mum.activity.includes('cleanup')>>
  53. Your <<npc $npc_mother 'mother'>><<gt 'mother'>><</npc>> is here clearing away the breakfast dishes.
  54. <<else>>
  55. <<set _breakfastNPCs['A29'] = {contents:"<<gt 'mother'>>"}>>
  56. <</if>>
  57. <<elseif _location_mum.activity.includes('dinner')>>
  58. <<if _location_mum.activity.includes('prepare')>>
  59. Your <<npc $npc_mother 'mother'>><<gt 'mother'>><</npc>> is here making diner.
  60. <<elseif _location_mum.activity.includes('cleanup')>>
  61. Your <<npc $npc_mother 'mother'>><<gt 'mother'>><</npc>> is here cleaning up after dinner
  62. <<if _location_anya.location == 'home' and _location_anya.activity.includes('cleanDinner')>>
  63. with <<npc 'A33'>><<gt 'sister_chat' 'sister_chat'>><</npc>> helping her
  64. <</if>>
  65. .
  66. <<else>>
  67. <<set _dinnerNPCs['A29'] = {contents:"<<gt 'mother'>>"}>>
  68. <</if>>
  69. <<elseif _location_mum.activity.includes('clean') and _location_mum.activity.includes('kitchen')>>
  70. Your <<npc $npc_mother 'mother'>><<gt 'mother'>><</npc>> is here cleaning.
  71. <</if>>
  72. <</if>>
  73. /* ----- Dad ----- */
  74. <<if _location_dad.location == 'home'>>
  75. <<if _location_dad.activity.includes('breakfast')>>
  76. <<set _breakfastNPCs['A28'] = {contents:"<<gt 'father'>>"}>>
  77. <<elseif _location_dad.activity.includes('dinner')>>
  78. <<set _dinnerNPCs['A28'] = {contents:"<<gt 'father'>>"}>>
  79. <<elseif _location_dad.activity.includes('newspaper')>>
  80. Your <<npc $npc_father 'stepfather'>><<gt 'father'>><</npc>> is here reading the paper.
  81. <<elseif _location_dad.activity.includes('preparesDinner')>>
  82. Your <<npc $npc_father 'stepfather'>><<gt 'father'>><</npc>> is here setting the table for dinner.
  83. <</if>>
  84. <</if>>
  85. /* ----- Kolka ----- */
  86. <<if _location_kolka.location == 'home'>>
  87. <<if _location_kolka.activity.includes('breakfast')>>
  88. <<set _breakfastNPCs['A34'] = {contents:"<<gt 'brother' 'start'>>"}>>
  89. <<elseif _location_kolka.activity.includes('dinner')>>
  90. <<set _dinnerNPCs['A34'] = {contents:"<<gt 'brother' 'start'>>"}>>
  91. <</if>>
  92. <</if>>
  93. /* ----- Anya ----- */
  94. <<if _location_anya.location == 'home'>>
  95. <<if _location_anya.activity.includes('breakfast')>>
  96. <<set _breakfastNPCs['A33'] = {contents:"<<gt 'sister'>>"}>>
  97. <<elseif _location_anya.activity.includes('dinner')>>
  98. <<set _dinnerNPCs['A33'] = {contents:"<<gt 'sister'>>"}>>
  99. <</if>>
  100. <</if>>
  101. <<set _eatWithFamilyEnabled = false>>
  102. /* ----- Breakfast ----- */
  103. <<if $family_breakfast_day != $time.daystart>>
  104. <<npcList _breakfastNPCs "# is here eating breakfast." "# are here eating breakfast.">>
  105. <<if Object.keys(_breakfastNPCs).length > 0>>
  106. <<set _eatWithFamilyEnabled = true>>
  107. You could join <<npcPronoun _breakfastNPCs 'himherthem'>> or just grab something to go.
  108. <<act 'Join Breakfast (0:20)'>>
  109. <<gt 'breakfast_family'>>
  110. <</act>>
  111. <</if>>
  112. <</if>>
  113. /* ----- Dinner ----- */
  114. <<if $family_dinner_day != $time.daystart>>
  115. <<npcList _dinnerNPCs "# is here eating dinner." "# are here eating dinner.">>
  116. <<if Object.keys(_dinnerNPCs).length > 0>>
  117. <<set _eatWithFamilyEnabled = true>>
  118. You could join <<npcPronoun _dinnerNPCs 'himherthem'>>.
  119. <<act 'Join Dinner (0:30)'>>
  120. <<gt 'dinner_family'>>
  121. <</act>>
  122. <</if>>
  123. <</if>>
  124. <<if !_eatWithFamilyEnabled>>
  125. <<act 'Eat a preprepared meal (0:15)'>>
  126. <<gt 'beverage' 'mealMum'>>
  127. <</act>>
  128. <</if>>
  129. /*
  130. <<if $time.weekday == 6 and getvar("$locat['Fam_set_month_inGad']") == 1 and getvar("$grandmaQW['block']") == 0 and $time.hour > 9 and $time.hour < 12 and $pc.isSchoolStudent>>
  131. Your parents are getting ready to go to <<link "Gadukino">><<gt 'gadhouse' 'to_gadukino'>><</link>> to visit your great grandparents. You can go with them if you want, or stay home like <<=$npc('A33').firstname>> usually does.
  132. <</if>>
  133. <<if $pc.isSchoolStudent>>
  134. <<if (($time.hour == 6 and $time.minutes >= 45) or ($time.hour == 7 and $time.minutes < 15)) and getvar('$breakfast_day') != $time.daystart and getvar("$locat['Fam_inGad']") == 0>>
  135. <<elseif $time.hour == 18 and $time.minutes <= 30 and $dinner_day != $time.daystart and getvar("$locat['Fam_inGad']") == 0>>
  136. <<actCLA 'Eat dinner with your family (0:20)'>>
  137. */
  138. :: dinner_family[event]
  139. <<if $wardrobe.PCloswimwear != 1 and $wardrobe.clothingworntype != 'nude'>>
  140. <<addtime 30>>
  141. <<consume 'mealMumDinner'>>
  142. <<set $npc('A29').rel += 1>>
  143. <<set $family_dinner_day = $time.daystart>>
  144. <<image "locations/pavlovsk/resident/apartment/home/dinnerhome.jpg">>
  145. <p>You sit down and join your family for dinner and your stepfather starts teasing you. "So, do you have a boyfriend yet $pc.name_nick?"</p>
  146. <<if $pc.fame('pav_slut') > 150 and getvar("$motherKnowSpravka") == 0>>
  147. <p>You're about to respond when your mother interrupts you. "Of course not! She's still too young to be thinking about boys!"</p>
  148. <<=$npc('A34').firstname>> then chimes in. "Like any boy would date her when she sucks them all off anyways."
  149. <p>Your mother turns towards <<=$npc('A34').firstname>>. "That's not funny! Apologize to your sister right now! Right now!"</p>
  150. <<if getvar("$locat['Anya']") == 12>>
  151. <<=$npc('A33').firstname>> smirks as <<=$npc('A34').firstname>> freezes in place and decides he doesn''t want to be the one to tell her about your reputation and just apologizes to you.
  152. <<else>>
  153. <<=$npc('A34').firstname>> freezes in place and decides he doesn''t want to be the one to tell her about your reputation and just apologizes to you.
  154. <</if>>
  155. Your stepfather clears his throat and quickly changes the subject, talking about how his work went. After that, you have a fairly enjoyable dinner.
  156. <<elseif $pc.fame('pav_slut') > 150>>
  157. You're about to respond when your mother interrupts you. "She's too young to worry about that and... we talked about it." She gives you a meaningful glance and you shut your mouth.
  158. <<=$npc('A34').firstname>> then chimes in. "Like any boy would date her when she sucks them all off anyways."
  159. <p>Your mother turns towards <<=$npc('A34').firstname>>. "That's not funny!" She then glances at you. "She might have made some mistakes, but she's trying to be a better girl now. Now apologize to your sister right now!"</p>
  160. <<if getvar("$locat['Anya']") == 12>>
  161. <<=$npc('A33').firstname>> just smirks as <<=$npc('A34').firstname>> freezes in place and then apologizes to you.
  162. <<else>>
  163. Startled, <<=$npc('A34').firstname>> freezes in place and then apologizes to you.
  164. <</if>>
  165. Your stepfather clears his throat and quickly changes the subject, talking about how his work went. After that, you have a fairly enjoyable dinner.
  166. <<else>>
  167. <p>You're about to respond when your mother interrupts you. "Of course not! She's still too young to be thinking about boys!"</p>
  168. Your stepfather sighs. "She's old enough to start dating, dear."
  169. Your mother gives him a hard stare. "No, she isn't. She needs to focus on school and then university before she can start thinking about boys."
  170. Your stepfather decides to drop it and start talking about some of the stuff that happened at his work. All and all, you have a fairly enjoyable dinner.
  171. <</if>>
  172. <<ret 'Get up from the table'>>
  173. <<else>>
  174. <<image "locations/pavlovsk/resident/apartment/home/dinnerhome.jpg">>
  175. <p>Everyone stares at you as you sit down for dinner. "What?" you exclaim.</p>
  176. <p>Your mother stands up from her seat, nearly knocking her chair over in the process. "What on God's earth are you doing $pc.name_nick?! Have you have no shame? Get dressed immediately young lady!"</p>
  177. <<actCLA 'Leave'>>
  178. <<gt 'korrPar'>>
  179. <</actCLA>>
  180. <</if>>
  181. /*
  182. <<else>>
  183. <<if ($time.hour == 8 or ($time.hour == 7 and getvar("$locat['Fam_inGad']") == 1)) and $breakfast_day != $time.daystart>>
  184. <<actCLA 'Eat breakfast alone (0:20)'>>
  185. <<set $menu_off = 1>>
  186. <<set $breakfast_day = $time.daystart>>
  187. <<gs 'beverage' 'family_meals' 'breakfast'>>
  188. <<image "shared/food/breakfast_#.jpg" 0 1>>
  189. <p>You enjoy a quiet breakfast by yourself. The portions were moderate and $mtxt. You accompany it with a mug of tea.</p>
  190. <<actCLA 'Get up from the table'>>
  191. <<gt $location>>
  192. <</actCLA>>
  193. <</actCLA>>
  194. <</if>>
  195. <</if>>
  196. <<edasnack>>
  197. <<sandwich>>
  198. <<drinkWaterAction>>
  199. <<dritea>>
  200. $inventory.get("foodDiet")
  201. <<pranik>>
  202. <<fatdel>>
  203. <<lekarstvo>>
  204. $inventory.get("vitamin")
  205. <</if>>
  206. */
  207. :: breakfast_family[event]
  208. <<if $wardrobe.PCloswimwear != 1 and $wardrobe.clothingworntype != 'nude'>>
  209. <<addtime 20>>
  210. <<consume 'mealMumBreakfast'>>
  211. <<set $npc('A29').rel += 1>>
  212. <<set $family_breakfast_day = $time.daystart>>
  213. <<image "locations/pavlovsk/resident/apartment/home/breakfasthome.jpg">>
  214. <p>As you sit down and join your family for breakfast, your stepfather enages you in conversation. "How are you doing in school $pc.name_nick?"</p>
  215. <<if !$time.isSchoolHoliday and $pc.isSchoolStudent>>
  216. <<if getvar("$class['school_grade_average']") >= 80>>
  217. You smile at him. "Really great. We were just learning something interesting the other day." You go on to talk about some of the stuff you have learned recently in school. He just nods, while your mother gives you a proud smile and <<=$npc('A34').firstname>> rolls his eyes.
  218. The rest of breakfast is taken up with some small talk about what everyone has been up to of late. You thoroughly enjoy your breakfast with your family.
  219. <<else>>
  220. You glance at him. "Um okay, I guess..." You notice your mother frowning at you, so you quickly try to change the subject, but they won't let you. You do your best to make them think you're doing better than you are, but they don't buy it. <<=$npc('A34').firstname>> snickers at you getting grilled.
  221. The rest of breakfast is taken up talking about how <<=$npc('A34').firstname>> is doing in school. He seems to be doing better than you and is showered with praise from your mother and stepfather. The food is good, even if the conversation wasn''t the best. You quickly finish your meal.
  222. <</if>>
  223. <<else>>
  224. <<if getvar("$kanikuli") != 0>>
  225. You smile at him. "I'm enjoying some time away from school hanging out with my friends. It's nice to just relax for a change."
  226. Your mother speaks up. "It wouldn't hurt to study your school books and get ahead of your courses to get better grades." You roll your eyes, but before you can respond, your stepfather lays his hand on your mother's. "Let her enjoy herself. This is her last year before she goes to university after all." he says with a little emphasis. You just sigh and nod as you both know that is what your mother wants.
  227. <<else>>
  228. <p><<=$npc('A28').firstname>> looks over at you. "So have you found a cute boy that is head over heels in love with you, wanting to take you out on dates and buy you stuff yet?" he says in a slightly teasing tone and your mother smacks his arm. "She's too young for that! She needs to focus on school."</p>
  229. <p>You are about to answer, but <<=$npc('A34').firstname>> chimes in. "Like any boy would want to be seen with her!" This earns him a playful punch on the arm from you and before long, you are all bantering at the table.</p>
  230. <</if>>
  231. <</if>>
  232. <<ret 'Get up from the table'>>
  233. <<else>>
  234. <<image "locations/pavlovsk/resident/apartment/home/breakfasthome.jpg">>
  235. <p>Everyone stares at you as you sit down for breakfast. "What?" you exclaim.</p>
  236. <p>Your mother stands up from her seat, nearly knocking her chair over in the process. "What on God's earth are you doing $pc.name_nick?! Have you have no shame? Get dressed immediately young lady!"</p>
  237. <<act 'Leave'>>
  238. <<gt 'korrPar'>>
  239. <</act>>
  240. <</if>>