gad_church.tw 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. :: gad_church[mod mod_gad]
  2. <<set $here = 'gad_church'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/04-->
  5. <<if $location_var[$here][0] == 'start'>>
  6. <<if getvar("$sound") == 0>>
  7. <<if $time.weekday == 7>>
  8. <<if $time.hour >= 8 and $time.hour <= 12>>
  9. <</if>>
  10. <<if $time.hour >= 13 and $time.hour <= 7>>
  11. <</if>>
  12. <<elseif $time.weekday == 6>>
  13. <<if $time.hour >= 19 and $time.hour <= 23>>
  14. <</if>>
  15. <<if $time.hour >= 13 and $time.hour <= 7>>
  16. <</if>>
  17. <<else>>
  18. <<if $time.hour >= 8 and $time.hour <= 23>>
  19. <</if>>
  20. <<if $time.hour >= 0 and $time.hour <= 7>>
  21. <</if>>
  22. <</if>>
  23. <</if>>
  24. <<set $loc = 'gad_church'>>
  25. <<set $loc_arg = 'start'>>
  26. <<set $menu_loc = 'gad_church'>>
  27. <<set $menu_arg = 'start'>>
  28. <<set $location_type = 'public_indoors'>>
  29. <<set $menu_off = 0>>
  30. <h2>Local Church</h2>
  31. <<image "locations/gadukino/church/church.jpg">>
  32. <p>The local church is small and relatively old, it is not in the best shape, but it appears well-loved.</p>
  33. <!-- !!'You can attend confession every weekday between 07:00 and 09:00 or 16:00 and 18:00, and on the weekend between 16:00 and 18:00.'-->
  34. The vigil is held on Saturdays at 19:00.
  35. The Divine Liturgy is on Sundays between 09:00 and 12:00.
  36. <<actCLA 'Go to the village square'>>
  37. <<set $time.minutes += 3>> <<gt 'gadukino'>>
  38. <</actCLA>>
  39. <<if $time.weekday == 6 and $time.hour >= 19 and $time.hour <= 22 and $churchday != $time.daystart>>
  40. <<act 'Attend vigil'>>
  41. <<gt 'gad_church' 'vigil'>>
  42. <</act>>
  43. <<elseif $time.weekday == 7 and $time.hour >= 9 and $time.hour < 12 and $churchday != $time.daystart>>
  44. <<act 'Attend Divine Liturgy'>>
  45. <<gt 'gad_church' 'liturgy'>>
  46. <</act>>
  47. <<else>>
  48. <<act 'Enter the church'>>
  49. <<gt 'gad_church' 'Narthex'>>
  50. <</act>>
  51. <</if>>
  52. <</if>>
  53. <<if $location_var[$here][0] == 'Sermon'>>
  54. <<set $time.minutes += 20>>
  55. <<set $church_moral += 1>>
  56. <<image "locations/pavlovsk/church/church#.jpg" 1 5>>
  57. The candles are dimmed as the sermon begins. You listen intently to the priest as he preaches the word of God. You study His teachings, feeling enlightened until you reach the end of the sermon.
  58. <<act 'Stand up'>>
  59. <<gt 'gad_church' 'Narthex'>>
  60. <</act>>
  61. <</if>>
  62. <<if $location_var[$here][0] == 'vigil'>>
  63. <<set $menu_off = 1>>
  64. <<set $churchday = $time.daystart>>
  65. <<set $pc.mood += 10>>
  66. <<set $temprand = rand(0,5)>>
  67. <<if rand(0,1) == 1>>
  68. <<set $pc.horny += $temprand>>
  69. <<else>>
  70. <<set $pc.horny -= $temprand>>
  71. <</if>>
  72. <<set $time.minutes += 30>>
  73. <<set $church_moral += 1>>
  74. <<image "locations/pavlovsk/church/church#.jpg" 1 5>>
  75. <p>You attend the vigil and reflect on the recent events in your life. The harmonies as the hymns and psalms are sung sweep aside some of the worries in your heart; although you know they will return once you leave this holy place, you still enjoy the rest. The sweet scent of incense tickles your nose.</p>
  76. <<act 'Return to Narthex'>>
  77. <<gt 'gad_church' 'Narthex'>>
  78. <</act>>
  79. <<actCLA 'Stay for the Rite of Mutual Forgiveness'>>
  80. <<set $church_moral += 1>>
  81. <<set $pc.mood += 10>>
  82. <<set $pc.horny -= 20>>
  83. <<set $time.minutes += 10>>
  84. <<gs 'gad_church' 'reducevillagerep' 10 -2>>
  85. <<image "locations/pavlovsk/church/church#.jpg" 9 10>>
  86. You decide to stay for the Rite of Mutual Forgiveness and feel much better afterwards.
  87. <<act 'Return to Narthex'>>
  88. <<gt 'gad_church' 'Narthex'>>
  89. <</act>>
  90. <</actCLA>>
  91. <</if>>
  92. <<if $location_var[$here][0] == 'liturgy'>>
  93. <<set $churchday = $time.daystart>>
  94. <<set $menu_off = 1>>
  95. <<set $time.minutes += 60>>
  96. <<set $pc.mood += 20>>
  97. <<set $church_moral += 1>>
  98. <<image "locations/pavlovsk/church/church#.jpg" 1 8>>
  99. You join the congregation for the Divine Liturgy. You see mostly older people around, but some people around your age are also present. You participate in the singing, but that's about it. Your presence seems to go largely unnoticed, and you have the chance to rest. You feel a lot better.
  100. <<run $pc.skillExperienceGain('singing',rand(0,3))>>
  101. <<act 'Leave the church'>>
  102. <<gt 'gad_church' 'start'>>
  103. <</act>>
  104. <</if>>
  105. <<if $location_var[$here][0] == 'reducevillagerep'>>
  106. <<set $villagesextreshold = $larg(1)>>
  107. <<set $villagesexreduction = $larg(2)>>
  108. <<if $pc.fame('village_sex') > $villagesextreshold>>
  109. <<fame 'village' 'sex' $villagesexreduction>>
  110. <<else>>
  111. <<run $pc.fameInc('village','sex',- $villagesextreshold)>>
  112. <</if>>
  113. <<if $pc.fame('village_prostitute') > $villagesextreshold>>
  114. <<fame 'village' 'prostitute' $villagesexreduction>>
  115. <<else>>
  116. <<run $pc.fameInc('village','prostitute',- $villagesextreshold)>>
  117. <</if>>
  118. <<set $villagesextreshold to null>>
  119. <<set $villagesexreduction to null>>
  120. <</if>>
  121. <<if $location_var[$here][0] == 'Narthex'>>
  122. <<set $menu_loc = 'gad_church'>>
  123. <<set $menu_arg = 'Narthex'>>
  124. <<set $menu_off = 0>>
  125. <<image "locations/pavlovsk/church/enterchurch.jpg">>
  126. You enter the church, and the scent of incense and beeswax fills your lungs. Your eyes are drawn past the Narthex into the Nave with its walls covered in lovingly painted icons while a thousand points of light dance in joy throughout God''s house from the magnificent chandelier that hangs from the ceiling.
  127. To your left is a counter with many candles, icons and prayer books, a small jar resting next to it with a few rubles and donations for taking a candle.
  128. <<act 'Leave the church'>>
  129. <<gt 'gad_church' 'start'>>
  130. <</act>>
  131. <!-- !!if ((week <= 5 and hour >= 7 and hour < 9) or (hour >= 16 and hour < 18)) and confessday ! daystart: act 'Go to confession': confessday = daystart & gt 'gad_church2', 'confession'-->
  132. <<act 'Light a candle'>>
  133. <<gt 'gad_church' 'candle'>>
  134. <</act>>
  135. <<act 'Donate for a candle'>>
  136. <<gt 'gad_church' 'candle1'>>
  137. <</act>>
  138. <<act 'Pray'>>
  139. <<gt 'gad_church' 'pray'>>
  140. <</act>>
  141. <!-- !!act 'Talk to the Priest': gt 'gad_church' , 'talk_priest'-->
  142. <!-- !!the stuff commented out is things we can add in later, I didn''t feel like completely making a new priest NPC at this time.-->
  143. <</if>>
  144. <<if $location_var[$here][0] == 'candle'>>
  145. <<set $time.minutes += 10>>
  146. <<set $menu_off = 1>>
  147. <<gs 'gad_church' 'reducevillagerep' 25 -1>>
  148. <<image "locations/pavlovsk/church/ch_candle.jpg">>
  149. You approach the counter and take one of the candles, lighting it without giving a donation.
  150. <<act 'Return to Narthex'>>
  151. <<gt 'gad_church' 'Narthex'>>
  152. <</act>>
  153. <</if>>
  154. <<if $location_var[$here][0] == 'candle1'>>
  155. <<set $time.minutes += 10>>
  156. <<set $menu_off = 1>>
  157. <<set $church_moral += 1>>
  158. <<set $finances.cash -= 10>>
  159. <<gs 'gad_church' 'reducevillagerep' 25 -1>>
  160. <<image "locations/pavlovsk/church/ch_candle.jpg">>
  161. <p>You approach the counter and put <b>₽</b>10 in the jar for a candle. Then, you take one of the candles and light it.</p>
  162. <<act 'Return to Narthex'>>
  163. <<gt 'gad_church' 'Narthex'>>
  164. <</act>>
  165. <</if>>
  166. <<if $location_var[$here][0] == 'pray'>>
  167. <<set $menu_off = 1>>
  168. <<set $time.minutes += 1>>
  169. <<image "locations/pavlovsk/church/ch_praying.jpg">>
  170. You approach the prayer bench and kneel down to pray.
  171. <<actCLA 'Pray'>>
  172. <<set $menu_off = 1>>
  173. <<set $time.minutes += 10>>
  174. <<if $pc.fame('village_sex') > 10>>
  175. <<fame 'village' 'sex' -1>>
  176. <</if>>
  177. <<if $pc.fame('village_prostitute') > 10>>
  178. <<fame 'village' 'prostitute' -1>>
  179. <</if>>
  180. <<image "locations/pavlovsk/church/ch_praying.jpg">>
  181. <<if $time.hour > 6 and $time.hour < 20 and getvar("$church_moral") < 30>>
  182. <<set $pc.horny -= 10>>
  183. <<set $pc.mood += 20>>
  184. <<set $church_moral += 1>>
  185. You decide to pray for a while. You're not overly religious, but the peace and quiet give you the time to think.
  186. <<elseif $time.hour > 6 and $time.hour < 20 and getvar("$church_moral") >= 30 and getvar("$church_moral") < 60>>
  187. <<set $pc.horny -= 20>>
  188. <<set $pc.mood += 30>>
  189. <<set $church_moral += 1>>
  190. <<set $time.minutes += 15>>
  191. You decide to pray for a while. While you don't consider yourself deeply religious, you feel a solid connection to God when you look at the icons around you. You allow yourself to look deeply into your soul as you contemplate your life''s direction.
  192. <<elseif $time.hour > 6 and $time.hour < 20 and getvar("$church_moral") >= 60>>
  193. <<set $pc.horny -= 30>>
  194. <<set $pc.mood += 40>>
  195. <<set $church_moral += 1>>
  196. <<set $time.minutes += rand(30,60)>>
  197. You decide to pray. The beauty and glory of being in the body of God overwhelm you, and you lose yourself in prayer. When you finally become aware of your surroundings again, you're unsure how much time has passed, but it doesn''t matter as you are at peace with God and the world.
  198. <<elseif ($time.hour >= 20 or $time.hour <= 6) and getvar("$church_moral") < 30>>
  199. <<set $pc.horny -= 40>>
  200. <<set $pc.mood += 50>>
  201. <<set $church_moral += 1>>
  202. <<set $time.minutes += rand(30,60)>>
  203. The Nave is lit only with small candles, leaving your surroundings in darkness. You start to get a strange vibe you can't quite shake. You suddenly get the urge to pray very intensely, and before you know it, an hour has passed, and you feel reborn.
  204. <<elseif ($time.hour >= 20 or $time.hour <= 6) and getvar("$church_moral") >= 30 and getvar("$church_moral") < 60>>
  205. <<set $pc.horny = 0>>
  206. <<set $pc.mood += 50>>
  207. <<set $church_moral += 1>>
  208. <<set $time.minutes += rand(30,60)>>
  209. <<if $pc.nark > 1>>
  210. <<set $pc.nark = $pc.nark / 2>>
  211. <</if>>
  212. The Nave is lit only with small candles, leaving your surroundings in darkness, but you find it comforting. You get the urge to pray very intensely, and before you know it, an hour has passed, and you feel cleansed.
  213. <<else>>
  214. <<set $pc.horny = 0>>
  215. <<set $pc.mood = 100>>
  216. <<set $church_moral += 1>>
  217. <<set $time.minutes += 60>>
  218. <<if $pc.nark > 1>>
  219. <<set $pc.nark = (($pc.nark / 4) * 3)>>
  220. <</if>>
  221. The Nave is lit only with candles and small presence lights, and the darkness feels very comforting, like being in the womb. You get the urge to pray very intensely, and before you know it, more than an hour has passed, and you feel reborn and cleansed.
  222. <</if>>
  223. <<act 'Return to Narthex'>>
  224. <<gt 'gad_church' 'Narthex'>>
  225. <</act>>
  226. <</actCLA>>
  227. <<if getvar("$exhibitionist_lvl") > 0>>
  228. <<actCLA 'Be naughty'>>
  229. <<set $menu_off = 1>>
  230. <<fame 'city' 'sex' 2>>
  231. <<gs 'flash' 'butt' 'indoors' 2 1>>
  232. <<image "locations/pavlovsk/church/ch_prayingflash.jpg">>
  233. While you're praying, you get a devious idea. With a sly smile, you expose your ass, giving anyone that looks your way a naughty sight as you lower your head and pray in silence. You occasionally hear whispers behind you, causing you to smile.
  234. <<act 'Return to Narthex'>>
  235. <<gt 'gad_church' 'Narthex'>>
  236. <</act>>
  237. <</actCLA>>
  238. <</if>>
  239. <</if>>