|
@@ -1,127 +1,84 @@
|
|
|
-# gdkbibl
|
|
|
+# pav_commclubs
|
|
|
|
|
|
$metka = ''
|
|
|
-$loc = 'gdkbibl'
|
|
|
-$location_type = 'public_indoors'
|
|
|
-$menu_loc = 'gdkbibl'
|
|
|
+$loc = 'pav_commclubs'
|
|
|
+$menu_loc = 'pav_commclubs'
|
|
|
$menu_arg = ''
|
|
|
menu_off = 0
|
|
|
+$location_type = 'public_indoors'
|
|
|
+
|
|
|
frost = 0
|
|
|
gs 'stat'
|
|
|
+
|
|
|
gs 'themes', 'indoors'
|
|
|
-'<center><b><font color="maroon">Community center library</font></b></center>'
|
|
|
-'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/library/gdkbibl.jpg"></center>'
|
|
|
-'For such a small town, this library is surprisingly large - containing many interesting books on a wide variety of subjects.'
|
|
|
+
|
|
|
+'<center><b><font color = maroon>The community center</font></b></center>'
|
|
|
+'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gdkkru.jpg"></center>'
|
|
|
+
|
|
|
|
|
|
act 'Leave': gt 'pav_commcenter'
|
|
|
|
|
|
act 'Go to the toilets': gt 'gdktoilet', 'start'
|
|
|
|
|
|
-if nerd_game['game_day'] = daystart and hour = 19: act 'Wait for game night to start': minut += 60-minut & gt 'gdkbibl'
|
|
|
-if nerd_game['game_day'] = daystart and hour = 20: act 'Join the <b>nerds</b>': gt 'nerd_game_night', 'game'
|
|
|
+if nerd_game['game_day'] = daystart and hour = 20: act '<b>Join nerds</b>': gt 'nerd_game_night','game'
|
|
|
|
|
|
-if hour >= 8 and hour < 18:
|
|
|
- act 'Read a book on science (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- intel_exp += rand(3,6) + (mentats_dose - rand(0,mentats_dose))
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] +=1
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/science1.jpg"></center>'
|
|
|
- 'You spend an hour reading, trying to make sense of all the clever propositions writen inside and to finally understand the subject it describes.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
- end
|
|
|
- act 'Read an adventure novel (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- pcs_mood = 100
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] +=1
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/fiction' + rand(1,2) + '.jpg"></center>'
|
|
|
- 'You spend an hour reading an adventure novel, immersing yourself in daring deeds and awesome twists.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
- end
|
|
|
- act 'Read a fantasy novel (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- pcs_mood = 100
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] +=1
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/fantasy' + rand(1,9) + '.jpg"></center>'
|
|
|
- 'You spend an hour reading a fantasy novel, rescuing damsels from dragons, digging for jewels with dwarves and performing word changing magic alongside elves and druids.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
- end
|
|
|
- act 'Read a science fiction novel (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- pcs_mood = 100
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] +=1
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/scifi' + rand(1,6) + '.jpg"></center>'
|
|
|
- 'You spend an hour reading a science fiction novel - flying off into space, travelling though time, running from rogue AI''s and creating monsters with your hunchbacked assistant.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
- end
|
|
|
- act 'Read a romance novel (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- pcs_mood = 100
|
|
|
- blizoruk += 1
|
|
|
- pcs_horny += 20
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/romance' + rand(1,20) + '.jpg"></center>'
|
|
|
- 'You spend a very short hour reading a romance novel - choosing between a vampire or a werewolf, falling in love with an obscenely wealthy Grey...several of the scenes are very steamy and you find yourself getting quite aroused.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
- end
|
|
|
- act 'Study for an hour':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- lern += rand(1,3)
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] += 2
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/learning' + rand(1,3) + '.jpg"></center>'
|
|
|
- 'You read several books that should help you with your school work, you feel that you learned something today.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
+if hour >= 12 and hour < 20:
|
|
|
+ 'At this time of day the community center operates various clubs.'
|
|
|
+
|
|
|
+ if krumonth = month and kruyear = year:
|
|
|
+ act 'Go to the sewing club': gt 'krupo'
|
|
|
+ else
|
|
|
+ act 'Go to the sewing club':
|
|
|
+ cls
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Sewing circle</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/krupo.jpg"></center>'
|
|
|
+ 'You went to the sewing club room, as you walked in, a teacher looked at you said. "It costs 500 <b>₽</b> for one month to join, you can come as many days as you like. Once the month is up any days you did not attend are not transferred."'
|
|
|
+ if money >= 500:
|
|
|
+ act 'Sign up':
|
|
|
+ cls
|
|
|
+ money -= 500
|
|
|
+ krumonth = month
|
|
|
+ kruyear = year
|
|
|
+ gs 'stat'
|
|
|
+ 'You pay the tuition.'
|
|
|
+ act 'Leave': gt 'pav_commclubs'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Leave': gt 'pav_commclubs'
|
|
|
+ end
|
|
|
end
|
|
|
- act 'Read from the collected works of Leo Tolstoy (1:00)':
|
|
|
- *clr & cla
|
|
|
- menu_off = 1
|
|
|
- if blizoruk = 100 or glassqw = 1: glassqw = 1 & msg 'The text blurs across the page, it seems that your eyesight is actually pretty poor. Maybe you should head to the city and visit an ophthalmologist.' & gt $curloc
|
|
|
- if pcs_nerd > 0: lastread = totminut & lastreadday = daystart & pcs_nerd += 1
|
|
|
- minut += 60
|
|
|
- sprt_exp += rand(3,6)
|
|
|
- blizoruk += 1
|
|
|
- grupvalue[3] +=2
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/accessories/books/tolstoy.jpg"></center>'
|
|
|
- 'You read the book for an hour. Tolstoy is certainly a classic writer, no one denies this, but he used a shit-load of words.'
|
|
|
- act 'Put the book back': gt 'gdkbibl'
|
|
|
+
|
|
|
+ if chessmonth = month and chessyear = year:
|
|
|
+ act 'Go to the chess club': gt 'kruchess'
|
|
|
+ else
|
|
|
+ act 'Go to the chess club':
|
|
|
+ cls
|
|
|
+ menu_off = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><b><font color = maroon>Chess Circle</font></b></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/kruchess.jpg"></center>'
|
|
|
+ 'You went to the chess club room, as you walked in, a teacher looked at you said. "It costs 500 <b>₽</b> for one month to join, you can come as many days as you like. Once the month is up any days you did not attend are not transferred."'
|
|
|
+ if money >= 500:
|
|
|
+ act 'Sign up':
|
|
|
+ cls
|
|
|
+ money -= 500
|
|
|
+ chessmonth = month
|
|
|
+ chessyear = year
|
|
|
+ gs'stat'
|
|
|
+ 'You pay the tuition.'
|
|
|
+ act 'Leave': gt 'pav_commclubs'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Leave': gt 'pav_commclubs'
|
|
|
+ end
|
|
|
end
|
|
|
else
|
|
|
- 'The library is closed.'
|
|
|
+ 'Club''s closed.'
|
|
|
end
|
|
|
|
|
|
---- gdkbibl ---------------------------------
|
|
|
+--- pav_commclubs ---------------------------------
|
|
|
|