intro_functions.qsrc 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. # intro_functions
  2. if $ARGS[0] = 'set_base_stats':
  3. !!----- SKILS -----!!
  4. ! Attributes
  5. pcs_stren = 35
  6. pcs_agil = 35
  7. pcs_vital = 35
  8. pcs_intel = 35
  9. pcs_react = 35
  10. pcs_sprt = 35
  11. pcs_chrsm = 35
  12. pcs_prcptn = 35
  13. pcs_magik = 0
  14. strenbuf = 35
  15. agilbuf = 35
  16. vitalbuf = 35
  17. ! Sexual
  18. pcs_inhib = 15
  19. willpowermax = 75
  20. ! Combat
  21. pcs_jab = 0
  22. pcs_punch = 0
  23. pcs_kick = 0
  24. pcs_def = 0
  25. pcs_shoot = 0
  26. pcs_bushcraft = 0
  27. ! Craft
  28. pcs_vokal = 0
  29. pcs_sewng = 0
  30. pcs_instrmusic = 0
  31. pcs_photoskl = 0
  32. pcs_artskls = 0
  33. pcs_perform = 0
  34. pcs_musicprod = 0
  35. ! Dance
  36. pcs_danc = 0
  37. pcs_dancero = 0
  38. pcs_dancpol = 0
  39. pcs_cheer = 0
  40. ! Sport
  41. pcs_run = 0
  42. pcs_vball = 0
  43. pcs_icesktng = 0
  44. pcs_wrstlng = 0
  45. pcs_ftbll = 0
  46. ! Work
  47. pcs_wrstlng = 0
  48. pcs_mdlng = 0
  49. pcs_medcn = 0
  50. pcs_cleaning = 0
  51. ! Other
  52. pcs_chess = 0
  53. pcs_gaming = 0
  54. pcs_humint = 0
  55. pcs_persuas = 0
  56. pcs_observ = 0
  57. pcs_makupskl = 10
  58. pcs_compskl = 0
  59. pcs_comphckng = 0
  60. pcs_hndiwrk = 0
  61. pcs_pool = 0
  62. pcs_heels = 5
  63. !!----- APPEARANCE -----!!
  64. pcs_hgt = 170
  65. dick = 0
  66. pcs_skin = 500
  67. pcs_tan = 0
  68. pcs_haircol = 1
  69. pcs_hairlng = 300
  70. pcs_eyecol = 0
  71. pcs_eyesize = 2
  72. pcs_lashes = 1
  73. pcs_lip = 1
  74. pcs_pubes = 30
  75. pcs_leghair = 12
  76. pcs_teeth = 0
  77. pcs_mass['bust_gen'] = 17 & !C-Cup at ideal BMI
  78. pcs_mass['butt_gen'] = 20
  79. pcs_mass['body'] = 60
  80. pcs_energy = 60
  81. pcs_hydra = 60
  82. pcs_sleep = 70
  83. ! Other
  84. pcs_makeup = 1
  85. hscrunchw = 0
  86. glass = 0
  87. !!----- INVENTRORY -----!!
  88. money = 2000
  89. school_clothing = 0
  90. swim_start = 0
  91. mc_inventory['comb'] = 0
  92. mc_inventory['umbrella'] = 0
  93. mc_inventory['travel_mirror'] = 0
  94. mc_inventory['sewing_kit'] = 0
  95. mc_inventory['cosmetics'] = 0
  96. mc_inventory['travel_makeup'] = 0
  97. mc_inventory['makeup_wipes'] = 0
  98. mc_inventory['scrunchies'] = 0
  99. mc_inventory['kirbygrips'] = 0
  100. mc_inventory['eyelash_fake'] = 0
  101. mc_inventory['eyelash_mink'] = 0
  102. mc_inventory['suncream'] = 0
  103. mc_inventory['shampoo'] = 0
  104. mc_inventory['razor'] = 0
  105. mc_inventory['deodorant'] = 0
  106. mc_inventory['tampons'] = 0
  107. mc_inventory['sanitary_pads'] = 0
  108. mc_inventory['mouthwash'] = 0
  109. mc_inventory['cigarettes'] = 0
  110. mc_inventory['tech_computer'] = 0
  111. mc_inventory['tech_webcam'] = 0
  112. mc_inventory['food_basic'] = 0
  113. mc_inventory['dish_plates'] = 0
  114. mc_inventory['dish_soap'] = 0
  115. mc_inventory['laundry_soap'] = 0
  116. internet = 0
  117. bag = 0
  118. !!----- RELATIONSHIPS -----!!
  119. brothersawpirsF = 0
  120. !!----- TRIATS -----!!
  121. !!----- SEX STATS -----!!
  122. pcs_exhib = 0
  123. pcs_throat = 0
  124. pcs_vag = 0
  125. pcs_ass = 0
  126. stat['bj'] = 0
  127. stat['hj'] = 0
  128. stat['vaginal'] = 0
  129. prezikProver = 3
  130. !!----- SCHOOL GRADES -----!!
  131. end
  132. if $ARGS[0] = 'set_base_city_stats':
  133. gs 'intro_functions', 'set_base_stats'
  134. !!----- SKILS -----!!
  135. ! Attributes
  136. pcs_stren += 5
  137. pcs_agil += 5
  138. pcs_vital += 5
  139. pcs_intel += 5
  140. pcs_react += 5
  141. pcs_sprt += 5
  142. pcs_chrsm += 5
  143. pcs_prcptn += 5
  144. strenbuf += 5
  145. agilbuf += 5
  146. vitalbuf += 5
  147. ! Sexual
  148. willpowermax -= 15
  149. ! Craft
  150. pcs_artskls += 15
  151. ! Dance
  152. pcs_danc += 30
  153. ! Other
  154. pcs_chess += 15
  155. pcs_makupskl += 5
  156. pcs_compskl += 20
  157. pcs_comphckng += 10
  158. pcs_heels += 15
  159. ! Other
  160. pcs_makeup = 5
  161. !!----- INVENTRORY -----!!
  162. mc_inventory['shampoo'] = 20
  163. mc_inventory['tampons'] = 15
  164. mc_inventory['sanitary_pads'] = 10
  165. mc_inventory['food_basic'] = 5
  166. mc_inventory['dish_plates'] = 1
  167. mc_inventory['dish_soap'] = 10
  168. mc_inventory['laundry_soap'] = 5
  169. gm_purses[7] = 1
  170. $currentpursetype = 'gm'
  171. currentpursenumber = 7
  172. bag = 1
  173. end
  174. if $ARGS[0] = 'city_backup_full':
  175. gs 'intro_functions', 'set_base_city_stats'
  176. !!----- SKILS -----!!
  177. ! Attributes
  178. pcs_stren = 40
  179. pcs_agil = 40
  180. pcs_vital = 40
  181. pcs_intel = 40
  182. pcs_react = 40
  183. pcs_sprt = 40
  184. pcs_chrsm = 40
  185. pcs_prcptn = 40
  186. pcs_magik = 0
  187. strenbuf = 40
  188. agilbuf = 40
  189. vitalbuf = 40
  190. ! Sexual
  191. pcs_inhib = 15
  192. willpowermax = 60
  193. ! Combat
  194. pcs_jab = 0
  195. pcs_punch = 0
  196. pcs_kick = 0
  197. pcs_def = 0
  198. pcs_shoot = 0
  199. pcs_bushcraft = 0
  200. ! Craft
  201. pcs_vokal = 0
  202. pcs_sewng = 0
  203. pcs_instrmusic = 0
  204. pcs_photoskl = 0
  205. pcs_artskls = 15
  206. pcs_perform = 0
  207. pcs_musicprod = 0
  208. ! Dance
  209. pcs_danc = 30
  210. pcs_dancero = 0
  211. pcs_dancpol = 0
  212. pcs_cheer = 0
  213. ! Sport
  214. pcs_run = 0
  215. pcs_vball = 0
  216. pcs_icesktng = 0
  217. pcs_wrstlng = 0
  218. pcs_ftbll = 0
  219. ! Work
  220. pcs_wrstlng = 0
  221. pcs_mdlng = 0
  222. pcs_medcn = 0
  223. pcs_cleaning = 0
  224. ! Other
  225. pcs_chess = 15
  226. pcs_gaming = 0
  227. pcs_humint = 0
  228. pcs_persuas = 0
  229. pcs_observ = 0
  230. pcs_makupskl = 15
  231. pcs_compskl = 20
  232. pcs_comphckng = 10
  233. pcs_hndiwrk = 0
  234. pcs_pool = 0
  235. pcs_heels = 20
  236. !!----- APPEARANCE -----!!
  237. pcs_hgt = 170
  238. dick = 0
  239. pcs_skin = 500
  240. pcs_tan = 0
  241. pcs_haircol = 1
  242. pcs_hairlng = 300
  243. pcs_eyecol = 0
  244. pcs_eyesize = 2
  245. pcs_lashes = 1
  246. pcs_lip = 1
  247. pcs_pubes = 30
  248. pcs_leghair = 12
  249. pcs_teeth = 0
  250. pcs_mass['bust_gen'] = 17
  251. pcs_mass['butt_gen'] = 20
  252. pcs_mass['body'] = 60
  253. pcs_energy = 60
  254. pcs_hydra = 60
  255. pcs_sleep = 70
  256. ! Other
  257. pcs_makeup = 5
  258. hscrunchw = 0
  259. !!----- INVENTRORY -----!!
  260. money = 2000
  261. mc_inventory['shampoo'] = 20
  262. mc_inventory['tampons'] = 15
  263. mc_inventory['sanitary_pads'] = 10
  264. mc_inventory['food_basic'] = 5
  265. mc_inventory['dish_plates'] = 1
  266. mc_inventory['dish_soap'] = 10
  267. mc_inventory['laundry_soap'] = 5
  268. gm_purses[7] = 1
  269. $currentpursetype = 'gm'
  270. currentpursenumber = 7
  271. bag = 1
  272. !!----- RELATIONSHIPS -----!!
  273. brothersawpirsF = 0
  274. !!----- TRIATS -----!!
  275. !!----- SEX STATS -----!!
  276. prezikProver = 3
  277. !!----- SCHOOL GRADES -----!!
  278. end
  279. if $ARGS[0] = 'create_sgclasses':
  280. gs 'grades', 'createclass', 'school', 'math', 3, 2, 'yes', 'yes', 0, 0
  281. gs 'grades', 'createclass', 'school', 'rus', 3, 2, 'yes', 'yes', 0, 0
  282. gs 'grades', 'createclass', 'school', 'lit', 2, 2, 'yes', 'yes', 0, 0
  283. gs 'grades', 'createclass', 'school', 'art', 2, 2, 'yes', 'no', 0, 0
  284. gs 'grades', 'createclass', 'school', 'bio', 2, 2, 'yes', 'yes', 0, 0
  285. gs 'grades', 'createclass', 'school', 'eng', 2, 2, 'yes', 'yes', 0, 0
  286. gs 'grades', 'createclass', 'school', 'geo', 2, 2, 'yes', 'yes', 0, 0
  287. gs 'grades', 'createclass', 'school', 'sci', 2, 2, 'yes', 'yes', 0, 0
  288. gs 'grades', 'createclass', 'school', 'his', 2, 2, 'yes', 'yes', 0, 0
  289. gs 'grades', 'createclass', 'school', 'shop', 2, 2, 'yes', 'no', 0, 0
  290. gs 'grades', 'createclass', 'school', 'comp', 3, 2, 'yes', 'yes', 0, 0
  291. gs 'grades', 'createclass', 'school', 'mus', 2, 2, 'yes', 'no', 0, 0
  292. gs 'grades', 'createclass', 'school', 'pe', 3, 1, 'yes', 'no', 0, 0
  293. end
  294. if $ARGS[0] = 'set_base_sgrades':
  295. gs 'grades', 'grade_award', 'school', 'math', 55
  296. gs 'grades', 'grade_award', 'school', 'rus', 55
  297. gs 'grades', 'grade_award', 'school', 'lit', 55
  298. gs 'grades', 'grade_award', 'school', 'art', 55
  299. gs 'grades', 'grade_award', 'school', 'bio', 55
  300. gs 'grades', 'grade_award', 'school', 'eng', 55
  301. gs 'grades', 'grade_award', 'school', 'geo', 55
  302. gs 'grades', 'grade_award', 'school', 'sci', 55
  303. gs 'grades', 'grade_award', 'school', 'his', 55
  304. gs 'grades', 'grade_award', 'school', 'shop', 55
  305. gs 'grades', 'grade_award', 'school', 'comp', 55
  306. gs 'grades', 'grade_award', 'school', 'mus', 55
  307. gs 'grades', 'grade_award', 'school', 'pe', 55
  308. end
  309. --- intro_functions ---------------------------------