npcstatic1.qsrc 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391
  1. # npcstatic1
  2. !! QSRC2TW_module npcInit
  3. !!2024/03/29
  4. !!boys body_builds
  5. !!skinny - low body fat and muscles
  6. !!wiry - low body fat, average muscles
  7. !!average - average body fat and muscles
  8. !!toned/athletic - low body fat and above average muscles
  9. !!muscular - average body fat and well above average muscles
  10. !!bodybuilder - average body fat and high amount of muscles
  11. !!chubby - a bit overweight
  12. !!fat - overweight
  13. !!obese - very overweight
  14. !!Girl body_builds
  15. !!skinny - low body fat and muscles
  16. !!petite - low body fat, average muscles
  17. !!average - average body fat and muscles
  18. !!toned/athletic - low body fat and above average muscles
  19. !!muscular - average body fat and well above average muscles
  20. !!bodybuilder - average body fat and high amount of muscles
  21. !!chubby - a bit fat
  22. !!fat - fat
  23. !!obese - very fat
  24. !2022/01/03
  25. !{
  26. Empty number - 66(bandit), 100, 231
  27. Example
  28. npctemp = 1
  29. Use Cheat Menu DNA Generation tool for custom DNA or parents DNA, otherwise func is enough
  30. $npc_dna['A<<npctemp>>'] = func('dna','create')
  31. $npc_firstname['A<<npctemp>>'] = 'Dmitriy'
  32. $npc_nickname['A<<npctemp>>'] = 'Dimka'
  33. $npc_lastname['A<<npctemp>>'] = 'Nosov'
  34. $npc_usedname['A<<npctemp>>'] = 'Dimka'
  35. $npc_notes['A<<npctemp>>'] = 'Dimka Nosov is a cute guy and all the girls adore him, he is considered the coolest kid in school. The guys tend to either befriend him or loath him. He comes from a fairly wealthy family, and is always dressed in expensive stylish clothes. Despite his pleasant smile and friendly demeanor, there are rumors saying he is a sadist bastard that always gets what he wants.'
  36. npc_dob['A<<npctemp>>'] = 19991020
  37. !!set gender before calling npcstaticdefaults, override values you don''t like afterwards
  38. npc_gender['A<<npctemp>>'] = 0
  39. gs 'npcstaticdefaults', 'defaults'
  40. npc_intel['A<<npctemp>>'] = rand(10,30)
  41. npc_drunk['A<<npctemp>>'] = 0
  42. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  43. npc_dick['A<<npctemp>>'] = 16
  44. npc_sexskill['A<<npctemp>>'] = 1
  45. npc_spermpot['A<<npctemp>>'] = 10000
  46. npc_horny['A<<npctemp>>'] = 0
  47. npc_apprnc['A<<npctemp>>'] = 0
  48. npc_height['A<<npctemp>>'] = 0
  49. npc_bust['A<<npctemp>>'] = 0
  50. npc_haircol['A<<npctemp>>'] = 0
  51. npc_QW['A<<npctemp>>'] = 0
  52. npc_love['A<<npctemp>>'] = 0
  53. $npc_occupation['A<<npctemp>>'] = ''
  54. npc_outfit['A<<npctemp>>'] = 0
  55. $npc_pic['A<<npctemp>>'] = 'xPICx'
  56. npc_style['A<<npctemp>>'] = 0
  57. $npc_PersType['A<<npctemp>>'] = 'XXXX'
  58. npc_grupTipe['A<<npctemp>>'] = 0
  59. $npc_uni_eduType['A<<npctemp>>'] = ''
  60. npc_selfieon['A<<npctemp>>'] = 1
  61. $npc_selfie['A<<npctemp>>'] = '<a href="exec:numnpc = 1 & gt ''phone_selfies'', ''listretrieve2''"><<$npc_firstname[''A1'']>> <<$npc_lastname[''A1'']>></a>'
  62. }
  63. !! Preferences.
  64. !! It is advisable to start an NPC with a call to reset all their preferences.
  65. !! gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  66. !! gs 'npc_standard_preferences', 'A<<npctemp>>'
  67. !!
  68. !! It should not matter, but it ensures that the npc is reset to the factory settings
  69. !! Any later additions will be removed this way.
  70. !{
  71. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  72. gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_flat', 'neutral'
  73. gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_average', 'neutral'
  74. gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_big', 'neutral'
  75. gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_heart', 'neutral'
  76. gs 'npc_set_preference', 'A<<npctemp>>', 'body_ass_bubble', 'neutral'
  77. gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_starving', 'neutral'
  78. gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_underweight', 'neutral'
  79. gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_normal', 'neutral'
  80. gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_overweight', 'neutral'
  81. gs 'npc_set_preference', 'A<<npctemp>>', 'body_bmi_obese', 'neutral'
  82. gs 'npc_set_preference', 'A<<npctemp>>', 'body_lips_thin', 'neutral'
  83. gs 'npc_set_preference', 'A<<npctemp>>', 'body_lips_normal', 'neutral'
  84. gs 'npc_set_preference', 'A<<npctemp>>', 'body_lips_plump', 'neutral'
  85. gs 'npc_set_preference', 'A<<npctemp>>', 'body_lips_big', 'neutral'
  86. gs 'npc_set_preference', 'A<<npctemp>>', 'body_lips_pillowy', 'neutral'
  87. gs 'npc_set_preference', 'A<<npctemp>>', 'body_strength_weak', 'neutral'
  88. gs 'npc_set_preference', 'A<<npctemp>>', 'body_strength_normal', 'neutral'
  89. gs 'npc_set_preference', 'A<<npctemp>>', 'body_strength_athletic', 'neutral'
  90. gs 'npc_set_preference', 'A<<npctemp>>', 'body_strength_strong', 'neutral'
  91. gs 'npc_set_preference', 'A<<npctemp>>', 'body_strength_manly', 'neutral'
  92. gs 'npc_set_preference', 'A<<npctemp>>', 'body_sweat_none', 'neutral'
  93. gs 'npc_set_preference', 'A<<npctemp>>', 'body_sweat_sweaty', 'neutral'
  94. gs 'npc_set_preference', 'A<<npctemp>>', 'body_sweat_stinky', 'neutral'
  95. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tits_small', 'neutral'
  96. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tits_average', 'neutral'
  97. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tits_big', 'neutral'
  98. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tits_huge', 'neutral'
  99. gs 'npc_set_preference', 'A<<npctemp>>', 'body_fit', 'neutral'
  100. gs 'npc_set_preference', 'A<<npctemp>>', 'body_pregnant', 'neutral'
  101. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tan', 'neutral'
  102. gs 'npc_set_preference', 'A<<npctemp>>', 'body_tan_not', 'neutral'
  103. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_exposed_ass', 'neutral'
  104. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_exposed_bra', 'neutral'
  105. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_exposed_panties', 'neutral'
  106. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_exposed_pussy', 'neutral'
  107. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_exposed_tits', 'neutral'
  108. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_skirt_long', 'neutral'
  109. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_skirt_normal', 'neutral'
  110. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_skirt_short', 'neutral'
  111. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_style_bimbo', 'neutral'
  112. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_style_punk', 'neutral'
  113. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_style_goth', 'neutral'
  114. gs 'npc_set_preference', 'A<<npctemp>>', 'clothes_thin', 'neutral'
  115. gs 'npc_set_preference', 'A<<npctemp>>', 'cosmetics_deodorant', 'neutral'
  116. gs 'npc_set_preference', 'A<<npctemp>>', 'cosmetics_makeup', 'neutral'
  117. gs 'npc_set_preference', 'A<<npctemp>>', 'cosmetics_piercing', 'neutral'
  118. gs 'npc_set_preference', 'A<<npctemp>>', 'cosmetics_tattoo', 'neutral'
  119. gs 'npc_set_preference', 'A<<npctemp>>', 'cum_face', 'neutral'
  120. gs 'npc_set_preference', 'A<<npctemp>>', 'cum_clothes', 'neutral'
  121. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_pubes_shaven', 'neutral'
  122. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_pubes_grown', 'neutral'
  123. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_pubes_styled', 'neutral'
  124. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_color_black', 'neutral'
  125. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_color_brown', 'neutral'
  126. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_color_red', 'neutral'
  127. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_color_blonde', 'neutral'
  128. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_color_dyed', 'neutral'
  129. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_veryshort', 'neutral'
  130. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_short', 'neutral'
  131. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_chin', 'neutral'
  132. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_shoulder', 'neutral'
  133. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_bra', 'neutral'
  134. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_length_long', 'neutral'
  135. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_leg', 'neutral'
  136. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_leg_not', 'neutral'
  137. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_curly', 'neutral'
  138. gs 'npc_set_preference', 'A<<npctemp>>', 'hair_straight', 'neutral'
  139. }
  140. npctemp = 1
  141. $npc_dna['A<<npctemp>>'] = '1594378993 1607632682 1428796224 1448474566 1775134737 1909315069 1882255348'
  142. $npc_firstname['A<<npctemp>>'] = 'Dmitriy'
  143. $npc_nickname['A<<npctemp>>'] = 'Dimka'
  144. $npc_lastname['A<<npctemp>>'] = 'Nosov'
  145. $npc_usedname['A<<npctemp>>'] = 'Dimka'
  146. npc_dob['A<<npctemp>>'] = 19991020
  147. $npc_notes['A<<npctemp>>'] = 'Dimka Nosov is a cute guy and all the girls adore him, he is considered the coolest kid in school. The guys tend to either befriend him or loath him. He comes from a fairly wealthy family, and is always dressed in expensive stylish clothes. Despite his pleasant smile and friendly demeanor, there are rumors saying he is a sadist bastard that always gets what he wants.'
  148. npc_gender['A<<npctemp>>'] = 0
  149. gs 'npcstaticdefaults', 'defaults'
  150. gs 'npcstaticdefaults', 'group', 'coolkid'
  151. gs 'npcstaticdefaults', 'uni_type', 'business'
  152. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  153. npc_dick['A<<npctemp>>'] = 16
  154. npc_sexskill['A<<npctemp>>'] = 1
  155. npc_rep['A<<npctemp>>'] = 260
  156. npc_intel['A<<npctemp>>'] = 57
  157. npc_hotcat['A<<npctemp>>'] = 8
  158. !!height_metric = 180cm
  159. !!height_imperial = 5ft 11in
  160. !!body_build = average
  161. !!hair = brown
  162. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  163. gs 'npc_standard_preferences', 'A<<npctemp>>'
  164. npctemp = 2
  165. $npc_dna['A<<npctemp>>'] = '1993665716 1616738815 1589755494 1229942753 1120816404 1371564141 1910586302'
  166. $npc_firstname['A<<npctemp>>'] = 'Artyom'
  167. $npc_nickname['A<<npctemp>>'] = 'Artem'
  168. $npc_lastname['A<<npctemp>>'] = 'Chebotarev'
  169. $npc_usedname['A<<npctemp>>'] = 'Artem'
  170. npc_dob['A<<npctemp>>'] = 19990209
  171. $npc_notes['A<<npctemp>>'] = 'Artem Chebotarev is a typical geek but one could easily be deceived by his looks as he is actually not that bad looking. He does very well in school and is popular with the other geeks, not to mention that thanks to his looks he has befriended a lot of jocks as he is also their tutor outside of school.'
  172. npc_gender['A<<npctemp>>'] = 0
  173. gs 'npcstaticdefaults', 'defaults'
  174. gs 'npcstaticdefaults', 'group', 'nerd'
  175. gs 'npcstaticdefaults', 'uni_type', 'science'
  176. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  177. npc_dick['A<<npctemp>>'] = 16
  178. npc_rep['A<<npctemp>>'] = 30
  179. npc_intel['A<<npctemp>>'] = 84
  180. npc_hotcat['A<<npctemp>>'] = 6
  181. !!height_metric = 177cm
  182. !!height_imperial = 5ft 10in
  183. !!body_build = average
  184. !!hair = black
  185. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  186. gs 'npc_standard_preferences', 'A<<npctemp>>'
  187. npctemp = 3
  188. $npc_dna['A<<npctemp>>'] = '1580777525 1747887345 8321006077 1970922187 1029352130 7921283143 7765736018'
  189. $npc_firstname['A<<npctemp>>'] = 'Ivan'
  190. $npc_nickname['A<<npctemp>>'] = 'Ivan'
  191. $npc_lastname['A<<npctemp>>'] = 'Prokhorov'
  192. $npc_usedname['A<<npctemp>>'] = 'Ivan'
  193. npc_dob['A<<npctemp>>'] = 19990717
  194. $npc_notes['A<<npctemp>>'] = 'Ivan Prokhorov is a talented athlete who is able to succeed in any sport he takes part of. He is mostly into boxing and running at this time and is considered to be very good looking by the girls in school. He spends a lot of time training and regularly is away competing. He isn''t very sociable and, other than when he is training, tends to keep to himself, a true lone wolf. He is calm and collected by nature, some might even say apathetic.'
  195. npc_gender['A<<npctemp>>'] = 0
  196. gs 'npcstaticdefaults', 'defaults'
  197. gs 'npcstaticdefaults', 'group', 'jock'
  198. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  199. npc_dick['A<<npctemp>>'] = 17
  200. npc_rep['A<<npctemp>>'] = 190
  201. npc_intel['A<<npctemp>>'] = 30
  202. npc_hotcat['A<<npctemp>>'] = 7
  203. !!height_metric = 181cm
  204. !!height_imperial = 5ft 11in
  205. !!body_build = muscular
  206. !!hair = black
  207. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  208. gs 'npc_standard_preferences', 'A<<npctemp>>'
  209. npctemp = 4
  210. $npc_dna['A<<npctemp>>'] = '1438762189 1855175944 1123617000 1817906848 1390916310 1459640815 1436321833'
  211. $npc_firstname['A<<npctemp>>'] = 'Igor'
  212. $npc_nickname['A<<npctemp>>'] = 'Igor'
  213. $npc_lastname['A<<npctemp>>'] = 'Kruglov'
  214. $npc_usedname['A<<npctemp>>'] = 'Igor'
  215. npc_dob['A<<npctemp>>'] = 19991222
  216. $npc_notes['A<<npctemp>>'] = 'Igor Kruglov is Dimka''s best friends and whenever you see one of them the other is usually not too far away. With a small stature, high pitched voice, and pretty face many consider him to be very feminine. Normally a boy like him would be mocked but his friendship with Dimka, the most popular boy in school, shields him from such abuse. Many wonder about their friendship as Igor follows Dimka around so often and they seem to have always been friends. Some would even say that Igor is overly attached to Dimka. Other than Dimka though Igor doesn''t seem to have any other close friends.'
  217. npc_gender['A<<npctemp>>'] = 0
  218. gs 'npcstaticdefaults', 'defaults'
  219. gs 'npcstaticdefaults', 'group', 'coolkid'
  220. gs 'npcstaticdefaults', 'uni_type', 'teaching'
  221. $npc_thdick['A<<npctemp>>'] = 'skinny'
  222. npc_dick['A<<npctemp>>'] = 6
  223. npc_rep['A<<npctemp>>'] = 60
  224. npc_sexskill['A<<npctemp>>'] = 1
  225. npc_intel['A<<npctemp>>'] = 47
  226. npc_hotcat['A<<npctemp>>'] = 5
  227. !!height_metric = 170cm
  228. !!height_imperial = 5ft 6in
  229. !!body_build = skinny
  230. !!hair = blond
  231. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  232. gs 'npc_standard_preferences', 'A<<npctemp>>'
  233. npctemp = 5
  234. $npc_dna['A<<npctemp>>'] = '1379973003 1196687437 1136761140 2107449234 1973361988 1939869341 1786180096'
  235. $npc_firstname['A<<npctemp>>'] = 'Fyodor'
  236. $npc_nickname['A<<npctemp>>'] = 'Fedor'
  237. $npc_lastname['A<<npctemp>>'] = 'Kozlov'
  238. $npc_usedname['A<<npctemp>>'] = 'Fedor'
  239. npc_dob['A<<npctemp>>'] = 19990324
  240. $npc_notes['A<<npctemp>>'] = 'Fedor Kozlov is a decent athlete. He often trains with his good friend Ivan, but lacks the level of talent that Ivan does have. He is decent looking and often is seen chasing Ivan''s leftovers.'
  241. npc_gender['A<<npctemp>>'] = 0
  242. gs 'npcstaticdefaults', 'defaults'
  243. if fedormasha = 1: gs 'npcstaticdefaults', 'group', 'outcast'
  244. if fedormasha = 0: gs 'npcstaticdefaults', 'group', 'jock'
  245. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  246. npc_dick['A<<npctemp>>'] = 17
  247. npc_rep['A<<npctemp>>'] = 160
  248. npc_intel['A<<npctemp>>'] = 41
  249. npc_hotcat['A<<npctemp>>'] = 7
  250. !!height_metric = 175cm
  251. !!height_imperial = 5ft 9in
  252. !!body_build = toned/athletic
  253. !!hair = brown
  254. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  255. gs 'npc_standard_preferences', 'A<<npctemp>>'
  256. npctemp = 6
  257. $npc_dna['A<<npctemp>>'] = '1490744069 1013739636 1009283243 1951857582 1559659111 1792925326 1086487692'
  258. $npc_firstname['A<<npctemp>>'] = 'Peter'
  259. $npc_nickname['A<<npctemp>>'] = 'Petka'
  260. $npc_lastname['A<<npctemp>>'] = 'Klyuyev'
  261. $npc_usedname['A<<npctemp>>'] = 'Petka'
  262. npc_dob['A<<npctemp>>'] = 19990915
  263. $npc_notes['A<<npctemp>>'] = 'Petka Klyuyev is a nerd who usually doesn''t interact with other people, he mostly spends his time reading. He''s good friends with Artem and you can usually hear them recommending what to read to each other.'
  264. npc_gender['A<<npctemp>>'] = 0
  265. gs 'npcstaticdefaults', 'defaults'
  266. gs 'npcstaticdefaults', 'group', 'nerd'
  267. $npc_thdick['A<<npctemp>>'] = 'slim'
  268. npc_dick['A<<npctemp>>'] = 12
  269. npc_rep['A<<npctemp>>'] = 10
  270. npc_intel['A<<npctemp>>'] = 67
  271. npc_hotcat['A<<npctemp>>'] = 4
  272. !!height_metric = 172cm
  273. !!height_imperial = 5ft 8in
  274. !!body_build = skinny
  275. !!hair = brown
  276. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  277. gs 'npc_standard_preferences', 'A<<npctemp>>'
  278. npctemp = 7
  279. $npc_dna['A<<npctemp>>'] = '1689930319 1973226357 2129134392 2090450913 1513523102 2063456541 1533040976'
  280. $npc_firstname['A<<npctemp>>'] = 'Lesco'
  281. $npc_nickname['A<<npctemp>>'] = 'Lesco'
  282. $npc_lastname['A<<npctemp>>'] = 'Tsarev'
  283. $npc_usedname['A<<npctemp>>'] = 'Lesco'
  284. npc_dob['A<<npctemp>>'] = 19990703
  285. $npc_notes['A<<npctemp>>'] = 'Everyone at school always bullies Lesco about anything and everything. He is the nephew of Mr. Tsarev and cousin of Lera. He resides with the Tsarev''s after his mother abandoned him for a week on one of her drug binges.'
  286. npc_gender['A<<npctemp>>'] = 0
  287. gs 'npcstaticdefaults', 'defaults'
  288. gs 'npcstaticdefaults', 'group', 'outcast'
  289. gs 'npcstaticdefaults', 'uni_type', 'teaching'
  290. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  291. npc_dick['A<<npctemp>>'] = 16
  292. npc_rep['A<<npctemp>>'] = 0
  293. npc_intel['A<<npctemp>>'] = 55
  294. npc_hotcat['A<<npctemp>>'] = 1
  295. !!height_metric = 174cm
  296. !!height_imperial = 5ft 9in
  297. !!body_build = skinny
  298. !!hair = black
  299. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  300. gs 'npc_standard_preferences', 'A<<npctemp>>'
  301. npctemp = 8
  302. $npc_dna['A<<npctemp>>'] = '1004746288 1743479356 1890053138 1336365224 1893621358 1730538237 1325162654'
  303. $npc_firstname['A<<npctemp>>'] = 'Svyatoslav'
  304. $npc_nickname['A<<npctemp>>'] = 'Svyatoslav'
  305. $npc_lastname['A<<npctemp>>'] = 'Voinov'
  306. $npc_usedname['A<<npctemp>>'] = 'Svyatoslav'
  307. npc_dob['A<<npctemp>>'] = 19990503
  308. $npc_notes['A<<npctemp>>'] = 'Svyatoslav Voinov is an athletic guy with a very competitive spirit. He is always engaged in sports one way or another. He runs track and often competes with Ivan to be the fastest boy at school. His other focus is football as well as many other sports the school offers. He''s always trying to one up Ivan but rarely manages to beat him at anything.'
  309. npc_gender['A<<npctemp>>'] = 0
  310. gs 'npcstaticdefaults', 'defaults'
  311. gs 'npcstaticdefaults', 'group', 'jock'
  312. $npc_thdick['A<<npctemp>>'] = 'thick'
  313. npc_dick['A<<npctemp>>'] = 18
  314. npc_rep['A<<npctemp>>'] = 170
  315. npc_intel['A<<npctemp>>'] = 52
  316. npc_hotcat['A<<npctemp>>'] = 7
  317. !!height_metric = 179cm
  318. !!height_imperial = 5ft 10in
  319. !!body_build = muscular
  320. !!hair = brown
  321. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  322. gs 'npc_standard_preferences', 'A<<npctemp>>'
  323. npctemp = 9
  324. $npc_dna['A<<npctemp>>'] = '1851794364 1224420951 1300723572 1628306107 1809003038 1301990921 1253822208'
  325. $npc_firstname['A<<npctemp>>'] = 'Viktor'
  326. $npc_nickname['A<<npctemp>>'] = 'Vitek'
  327. $npc_lastname['A<<npctemp>>'] = 'Kotov'
  328. $npc_usedname['A<<npctemp>>'] = 'Vitek'
  329. npc_dob['A<<npctemp>>'] = 19991125
  330. $npc_notes['A<<npctemp>>'] = 'Vitek Kotov is an aggressive and strong guy, who considers himself a gangsta. He is very loud, obnoxious and not very attractive. Lena is his twin-sister, whom he is overly protective of and that has caused more than a fair share of drama. He is the local leader of the Gopniks and as such is the most feared boy in school. Even some adults are afraid of him. He is even rumored to be involved with the local organized crime selling drugs.'
  331. npc_gender['A<<npctemp>>'] = 0
  332. gs 'npcstaticdefaults', 'defaults'
  333. gs 'npcstaticdefaults', 'group', 'gopnik'
  334. $npc_thdick['A<<npctemp>>'] = 'thick'
  335. npc_dick['A<<npctemp>>'] = 18
  336. npc_rep['A<<npctemp>>'] = 270
  337. npc_sexskill['A<<npctemp>>'] = rand(0,2)
  338. npc_intel['A<<npctemp>>'] = 31
  339. npc_hotcat['A<<npctemp>>'] = 5
  340. !!height_metric = 189cm
  341. !!height_imperial = 6ft 2in
  342. !!body_build = muscular
  343. !!hair = brown
  344. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  345. gs 'npc_standard_preferences', 'A<<npctemp>>'
  346. npctemp = 10
  347. $npc_dna['A<<npctemp>>'] = '2049084127 1470960834 1280333156 1706598464 1268389504 1227431573 2132916352'
  348. $npc_firstname['A<<npctemp>>'] = 'Denis'
  349. $npc_nickname['A<<npctemp>>'] = 'Dan'
  350. $npc_lastname['A<<npctemp>>'] = 'Ryzhov'
  351. $npc_usedname['A<<npctemp>>'] = 'Dan'
  352. npc_dob['A<<npctemp>>'] = 19990728
  353. $npc_notes['A<<npctemp>>'] = 'Dan Ryzhov is a tall and skinny guy, whose body language screams his disdain and contempt for others. He''s a very stubborn guy who will never let an argument be. He''s best friends with Vitek and Vasily, and is considered to be the smartest one of the bunch. Though most consider that to not be much of a feat.'
  354. npc_gender['A<<npctemp>>'] = 0
  355. gs 'npcstaticdefaults', 'defaults'
  356. gs 'npcstaticdefaults', 'group', 'gopnik'
  357. $npc_thdick['A<<npctemp>>'] = 'thick'
  358. npc_dick['A<<npctemp>>'] = 17
  359. npc_rep['A<<npctemp>>'] = 230
  360. npc_sexskill['A<<npctemp>>'] = rand(0,2)
  361. npc_intel['A<<npctemp>>'] = 48
  362. npc_hotcat['A<<npctemp>>'] = 6
  363. !!height_metric = 184cm
  364. !!height_imperial = 6ft 1in
  365. !!body_build = wiry
  366. !!hair = black
  367. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  368. gs 'npc_standard_preferences', 'A<<npctemp>>'
  369. npctemp = 11
  370. $npc_dna['A<<npctemp>>'] = '2092485270 1750615492 1357552191 1799649757 1558588590 1808035750 1644370082'
  371. $npc_firstname['A<<npctemp>>'] = 'Vasily'
  372. $npc_nickname['A<<npctemp>>'] = 'Shulga'
  373. $npc_lastname['A<<npctemp>>'] = 'Shulgin'
  374. $npc_usedname['A<<npctemp>>'] = 'Shulga'
  375. npc_dob['A<<npctemp>>'] = 19990425
  376. $npc_notes['A<<npctemp>>'] = 'Vasily is always hanging out with Dan and Vitek, who are his best friends. His nickname is Shulga. He''s physically considered the weakest one of the bunch, but is a bit of a prankster and is always making the other ones laugh. He was raised just by his father, after his mother left when he was still an infant.'
  377. npc_gender['A<<npctemp>>'] = 0
  378. gs 'npcstaticdefaults', 'defaults'
  379. gs 'npcstaticdefaults', 'group', 'gopnik'
  380. $npc_thdick['A<<npctemp>>'] = 'massive'
  381. npc_dick['A<<npctemp>>'] = 15
  382. npc_rep['A<<npctemp>>'] = 180
  383. npc_sexskill['A<<npctemp>>'] = rand(0,2)
  384. npc_intel['A<<npctemp>>'] = 33
  385. npc_hotcat['A<<npctemp>>'] = 4
  386. !!height_metric = 174cm
  387. !!height_imperial = 5ft 9in
  388. !!body_build = toned/athletic
  389. !!hair = blond
  390. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  391. gs 'npc_standard_preferences', 'A<<npctemp>>'
  392. npctemp = 12
  393. $npc_dna['A<<npctemp>>'] = '1898622449 1904538322 8321006077 1825474042 1063577851 7921283143 7765736018'
  394. $npc_firstname['A<<npctemp>>'] = 'Julia'
  395. $npc_nickname['A<<npctemp>>'] = 'Julia'
  396. $npc_lastname['A<<npctemp>>'] = 'Milov'
  397. $npc_usedname['A<<npctemp>>'] = 'Julia'
  398. npc_dob['A<<npctemp>>'] = 19990330
  399. $npc_notes['A<<npctemp>>'] = 'Julia is a diligent and silent girl. She''s very nerdy, and doesn''t really have any friends in school. She seems to like keeping to herself, but has sometimes been caught eyeing the other girls while they changing after the gym lessons.'
  400. npc_gender['A<<npctemp>>'] = 1
  401. gs 'npcstaticdefaults', 'defaults'
  402. gs 'npcstaticdefaults', 'group', 'nerd'
  403. gs 'npcstaticdefaults', 'uni_type', 'science'
  404. npc_bust['A<<npctemp>>'] = 23
  405. npc_rep['A<<npctemp>>'] = 10
  406. npc_intel['A<<npctemp>>'] = 80
  407. npc_hotcat['A<<npctemp>>'] = 7
  408. !!height_metric = 170cm
  409. !!height_imperial = 5ft 7in
  410. !!body_build = average
  411. !!hair = long brown hair just past her shoulders.
  412. !!pubic hair = Neatly trimmed landing strip
  413. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  414. gs 'npc_standard_preferences', 'A<<npctemp>>'
  415. npctemp = 13
  416. $npc_dna['A<<npctemp>>'] = '1731087833 1604487809 1464859113 1561062144 1440871037 1347904523 1150306572'
  417. $npc_firstname['A<<npctemp>>'] = 'Lariska'
  418. $npc_nickname['A<<npctemp>>'] = 'Lariska'
  419. $npc_lastname['A<<npctemp>>'] = 'Gruzdeva'
  420. $npc_usedname['A<<npctemp>>'] = 'Lariska'
  421. $npc_notes['A<<npctemp>>'] = 'Lariska is a very athletic girl, with an exceptional talent for volleyball. She has a very weak personality though, and is very dependent on other people''s opinions of her. Her best friend is Christina and one can often see Lariska chasing after Christina.'
  422. npc_dob['A<<npctemp>>'] = 19990603
  423. npc_gender['A<<npctemp>>'] = 1
  424. gs 'npcstaticdefaults', 'defaults'
  425. gs 'npcstaticdefaults', 'group', 'jock'
  426. gs 'npcstaticdefaults', 'uni_type', 'nursing'
  427. npc_sexskill['A<<npctemp>>'] = 2
  428. npc_intel['A<<npctemp>>'] = 45
  429. npc_bust['A<<npctemp>>'] = 8
  430. npc_rep['A<<npctemp>>'] = 40
  431. npc_hotcat['A<<npctemp>>'] = 6
  432. !!height_metric = 161cm
  433. !!height_imperial = 5ft 3in
  434. !!body_build = toned/athletic
  435. !!hair = short blonde hair.
  436. !!pubic hair = neatly trimmed small V
  437. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  438. gs 'npc_standard_preferences', 'A<<npctemp>>'
  439. npctemp = 14
  440. $npc_dna['A<<npctemp>>'] = '1743820731 1035407288 1124546006 1260253434 1082292496 1455110922 1434089976'
  441. $npc_firstname['A<<npctemp>>'] = 'Ekaterina'
  442. $npc_nickname['A<<npctemp>>'] = 'Katja'
  443. $npc_lastname['A<<npctemp>>'] = 'Meynold'
  444. $npc_usedname['A<<npctemp>>'] = 'Katja'
  445. npc_dob['A<<npctemp>>'] = 19990224
  446. $npc_notes['A<<npctemp>>'] = 'Katja Meynold is a very attractive and petite girl; a redhead with a special interest in fashion and cosmetics. She and her twin sister, Vicky, are like two sides of the same coin. As a quiet and sensible girl, Katja is shy and intelligent, but at times can also be impulsive. She can often be found at the disco with her sister.'
  447. npc_gender['A<<npctemp>>'] = 1
  448. gs 'npcstaticdefaults', 'defaults'
  449. gs 'npcstaticdefaults', 'group', 'coolkid'
  450. gs 'npcstaticdefaults', 'uni_type', 'teaching'
  451. npc_bust['A<<npctemp>>'] = 20
  452. npc_rep['A<<npctemp>>'] = 20
  453. npc_intel['A<<npctemp>>'] = 77
  454. npc_hotcat['A<<npctemp>>'] = 7
  455. !!height_metric = 162cm
  456. !!height_imperial = 5ft 4in
  457. !!body_build = average
  458. !!hair = very long red hair reaching halfway down her back.
  459. !!pubic hair = shaved
  460. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  461. gs 'npc_standard_preferences', 'A<<npctemp>>'
  462. npctemp = 15
  463. $npc_dna['A<<npctemp>>'] = '1743820731 1035407288 1124546006 1260253434 1082292496 1455110922 1434089976'
  464. $npc_firstname['A<<npctemp>>'] = 'Viktoria'
  465. $npc_nickname['A<<npctemp>>'] = 'Vicky'
  466. $npc_lastname['A<<npctemp>>'] = 'Meynold'
  467. $npc_usedname['A<<npctemp>>'] = 'Vicky'
  468. npc_dob['A<<npctemp>>'] = 19990224
  469. $npc_notes['A<<npctemp>>'] = 'Vicky Meynold is the opposite of her sister, on one side a smart ass and on the other a cheerful girl. She is very sociable, being friends with many of the students in school and is considered to be one of the most popular girls in school. With a passionate love for dancing, Vicky can often be found at the disco with her sister and good friend Vanya Yanka. A good humored girl she loves bright and crazy colored clothing. As a child she took gymnastics and as a result has excellent flexibility. A bit flighty and unpredictable, you never know what thoughts she will come up with next. Logic and reason were never her strong suit as she lives by her emotions and feelings, making decisions from her heart rather than her head more often than not. Despite her flighty and unpredictable nature her liveliness and spontaneity make her fun to hang out with.'
  470. npc_gender['A<<npctemp>>'] = 1
  471. gs 'npcstaticdefaults', 'defaults'
  472. gs 'npcstaticdefaults', 'group', 'coolkid'
  473. gs 'npcstaticdefaults', 'uni_type', 'science'
  474. npc_bust['A<<npctemp>>'] = 18
  475. npc_intel['A<<npctemp>>'] = 52
  476. npc_rep['A<<npctemp>>'] = 90
  477. npc_hotcat['A<<npctemp>>'] = 7
  478. !!height_metric = 160cm
  479. !!height_imperial = 5ft 3in
  480. !!body_build = average
  481. !!hair = long red hair just past her shoulders.
  482. !!pubic hair = neatly trimmed triangle
  483. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  484. gs 'npc_standard_preferences', 'A<<npctemp>>'
  485. npctemp = 16
  486. $npc_dna['A<<npctemp>>'] = '1119464721 1614037462 1646642112 1959746313 1085890273 1009333823 1238937878'
  487. $npc_firstname['A<<npctemp>>'] = 'Natasha'
  488. $npc_nickname['A<<npctemp>>'] = 'Natasha'
  489. $npc_lastname['A<<npctemp>>'] = 'Belova'
  490. $npc_usedname['A<<npctemp>>'] = 'Natasha'
  491. npc_dob['A<<npctemp>>'] = 19990706
  492. $npc_notes['A<<npctemp>>'] = 'Natasha is an excellent student and one of the smartest people in your school. Even though you are living in the same building, her parents are very poor, and it shows as Natasha is always dressed in second-hand clothes and can never afford to do anything fun. As a result, she doesn''t have many friends, as most of the other girls shun her or mock her poor clothing.'
  493. npc_gender['A<<npctemp>>'] = 1
  494. gs 'npcstaticdefaults', 'defaults'
  495. gs 'npcstaticdefaults', 'group', 'nerd'
  496. gs 'npcstaticdefaults', 'uni_type', 'fashion'
  497. npc_bust['A<<npctemp>>'] = 26
  498. npc_intel['A<<npctemp>>'] = 73
  499. npc_rep['A<<npctemp>>'] = 30
  500. npc_hotcat['A<<npctemp>>'] = 6
  501. !!height_metric = 166cm
  502. !!height_imperial = 5ft 5in
  503. !!body_build = average
  504. !!hair = very long light brown hair reaching halfway down her back.
  505. !!pubic hair = neatly trimmed triangle
  506. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  507. gs 'npc_standard_preferences', 'A<<npctemp>>'
  508. npctemp = 17
  509. $npc_dna['A<<npctemp>>'] = '1736016429 1462897715 2010810526 1845581584 1266092607 1950870951 1153689245'
  510. $npc_firstname['A<<npctemp>>'] = 'Irina'
  511. $npc_nickname['A<<npctemp>>'] = 'Inna'
  512. $npc_lastname['A<<npctemp>>'] = 'Devyatova'
  513. $npc_usedname['A<<npctemp>>'] = 'Irina'
  514. npc_dob['A<<npctemp>>'] = 19990329
  515. $npc_notes['A<<npctemp>>'] = 'Inna Devyatova is a tall and pretty girl, she knows it and takes full advantage of it. She has a very arrogant and haughty personality hidden behind her sweet smile. She often makes the boys do her dirty work.'
  516. npc_gender['A<<npctemp>>'] = 1
  517. gs 'npcstaticdefaults', 'defaults'
  518. gs 'npcstaticdefaults', 'group', 'coolkid'
  519. gs 'npcstaticdefaults', 'uni_type', 'other'
  520. npc_bust['A<<npctemp>>'] = 24
  521. npc_intel['A<<npctemp>>'] = 44
  522. npc_rep['A<<npctemp>>'] = 60
  523. npc_hotcat['A<<npctemp>>'] = 8
  524. !!height_metric = 167cm
  525. !!height_imperial = 5ft 6in
  526. !!body_build = petite
  527. !!hair = long blonde hair just past her shoulders.
  528. !!pubic hair = neatly trimmed landing strip
  529. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  530. gs 'npc_standard_preferences', 'A<<npctemp>>'
  531. npctemp = 18
  532. $npc_dna['A<<npctemp>>'] = '1695885007 2098494473 1893236781 1197776866 1613803510 1095093401 1877459340'
  533. $npc_firstname['A<<npctemp>>'] = 'Christina'
  534. $npc_nickname['A<<npctemp>>'] = 'Christina'
  535. $npc_lastname['A<<npctemp>>'] = 'Zvereva'
  536. $npc_usedname['A<<npctemp>>'] = 'Christina'
  537. $npc_notes['A<<npctemp>>'] = 'Christina is one of your school''s best athletes, and is the strongest girl you know. She has leadership abilities that, together with her tenacity and intelligence, make her having a dominant presence wherever she goes. She is also more than a bit of a bully to most of the other girls in school.'
  538. npc_dob['A<<npctemp>>'] = 19991226
  539. npc_gender['A<<npctemp>>'] = 1
  540. gs 'npcstaticdefaults', 'defaults'
  541. gs 'npcstaticdefaults', 'group', 'jock'
  542. gs 'npcstaticdefaults', 'uni_type', 'teaching'
  543. npc_sexskill['A<<npctemp>>'] = 1
  544. npc_bust['A<<npctemp>>'] = 14
  545. npc_intel['A<<npctemp>>'] = 32
  546. npc_rep['A<<npctemp>>'] = 80
  547. npc_hotcat['A<<npctemp>>'] = 7
  548. !!height_metric = 163cm
  549. !!height_imperial = 5ft 4in
  550. !!body_build = muscular
  551. !!hair = long blonde hair just past her shoulders, almost always kept in a ponytail.
  552. !!pubic hair = neatly trimmed landing strip
  553. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  554. gs 'npc_standard_preferences', 'A<<npctemp>>'
  555. npctemp = 19
  556. $npc_dna['A<<npctemp>>'] = '1868882449 1367396730 1179635869 1781589830 2141637715 1988698459 1710383168'
  557. $npc_firstname['A<<npctemp>>'] = 'Avelina'
  558. $npc_nickname['A<<npctemp>>'] = 'Lina'
  559. $npc_lastname['A<<npctemp>>'] = 'Starov'
  560. $npc_usedname['A<<npctemp>>'] = 'Lina'
  561. npc_dob['A<<npctemp>>'] = 19990224
  562. $npc_notes['A<<npctemp>>'] = 'Lina Starov is a mediocre athlete. She''s sort of Christina''s friend... but not really, the right term you would use is Christina''s lapdog. She usually does anything Christina wants her to do as if she doesn''t have a mind of her own.'
  563. npc_gender['A<<npctemp>>'] = 1
  564. gs 'npcstaticdefaults', 'defaults'
  565. gs 'npcstaticdefaults', 'group', 'jock'
  566. gs 'npcstaticdefaults', 'uni_type', 'other'
  567. npc_bust['A<<npctemp>>'] = 14
  568. npc_intel['A<<npctemp>>'] = 30
  569. npc_rep['A<<npctemp>>'] = 60
  570. npc_hotcat['A<<npctemp>>'] = 7
  571. !!height_metric = 165cm
  572. !!height_imperial = 5ft 5in
  573. !!body_build = toned/athletic
  574. !!hair = long brown hair just past her shoulders, almost always kept in a ponytail.
  575. !!pubic hair = neatly trimmed landing strip
  576. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  577. gs 'npc_standard_preferences', 'A<<npctemp>>'
  578. npctemp = 20
  579. $npc_dna['A<<npctemp>>'] = '1851794365 1224420951 1300723572 1628306107 1809003038 1301990921 1253822208'
  580. $npc_firstname['A<<npctemp>>'] = 'Yalena'
  581. $npc_nickname['A<<npctemp>>'] = 'Lena'
  582. $npc_lastname['A<<npctemp>>'] = 'Kotov'
  583. $npc_usedname['A<<npctemp>>'] = 'Lena'
  584. npc_dob['A<<npctemp>>'] = 19991125
  585. $npc_notes['A<<npctemp>>'] = 'Lena Kotov is Vitek''s twin sister. Just like her brother, she is one of the local Gopniks. With a chip on her shoulder, she can be aggressive and unpredictable. She''s best friends with Lera, and they can often be found together smoking in the school''s restrooms during school, or hanging out together after school.'
  586. npc_gender['A<<npctemp>>'] = 1
  587. gs 'npcstaticdefaults', 'defaults'
  588. gs 'npcstaticdefaults', 'group', 'gopnik'
  589. npc_sexskill['A<<npctemp>>'] = 2
  590. npc_bust['A<<npctemp>>'] = 22
  591. npc_intel['A<<npctemp>>'] = 33
  592. npc_hotcat['A<<npctemp>>'] = 6
  593. npc_rep['A<<npctemp>>'] = 30
  594. !!height_metric = 173cm
  595. !!height_imperial = 5ft 8in
  596. !!body_build = toned/athletic
  597. !!hair = long dyed red hair just past her shoulders.
  598. !!pubic hair = neatly trimmed landing strip
  599. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  600. gs 'npc_standard_preferences', 'A<<npctemp>>'
  601. npctemp = 21
  602. $npc_dna['A<<npctemp>>'] = '1027294118 1526664895 1047167563 1146573782 1562782691 2063456541 1533040976'
  603. $npc_firstname['A<<npctemp>>'] = 'Valeria'
  604. $npc_nickname['A<<npctemp>>'] = 'Lera'
  605. $npc_lastname['A<<npctemp>>'] = 'Tsarev'
  606. $npc_usedname['A<<npctemp>>'] = 'Lera'
  607. npc_dob['A<<npctemp>>'] = 19990702
  608. $npc_notes['A<<npctemp>>'] = 'Lera Tsarev comes from a poor family, her father works at the school as a teacher. She often hangs out with the Gopniks in your class and is liked by them. She''s best friends with Lena, and they can often be found together smoking in the school''s restrooms, or hanging out together after school. She is protective of Lena and always takes Lena''s lead.'
  609. npc_gender['A<<npctemp>>'] = 1
  610. gs 'npcstaticdefaults', 'group', 'gopnik'
  611. gs 'npcstaticdefaults', 'defaults'
  612. npc_sexskill['A<<npctemp>>'] = 1
  613. npc_bust['A<<npctemp>>'] = 18
  614. npc_intel['A<<npctemp>>'] = 24
  615. npc_hotcat['A<<npctemp>>'] = 6
  616. npc_rep['A<<npctemp>>'] = 80
  617. !!height_metric = 162cm
  618. !!height_imperial = 5ft 4in
  619. !!body_build = average
  620. !!hair = long brown hair almost always kept in a ponytail.
  621. !!pubic hair = neatly trimmed small V
  622. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  623. gs 'npc_standard_preferences', 'A<<npctemp>>'
  624. npctemp = 22
  625. $npc_dna['A<<npctemp>>'] = '2099547924 1046564078 1433794796 1591674416 1440637551 1386979191 1773169648'
  626. $npc_firstname['A<<npctemp>>'] = 'Elžbieta'
  627. $npc_nickname['A<<npctemp>>'] = 'Bella'
  628. $npc_lastname['A<<npctemp>>'] = 'Artamonov'
  629. $npc_usedname['A<<npctemp>>'] = 'Bella'
  630. $npc_notes['A<<npctemp>>'] = 'Bella Artamonov is a beautiful girl that is really arrogant. You don''t know her very well as she doesn''t want to deal with "kids". She seems to consider herself an adult already and the rest of her classmates are beneath her, as being to young and childish. You''ve heard some rumors about her only hanging around older people.'
  631. npc_dob['A<<npctemp>>'] = 19990422
  632. npc_gender['A<<npctemp>>'] = 1
  633. gs 'npcstaticdefaults', 'defaults'
  634. gs 'npcstaticdefaults', 'group', 'coolkid'
  635. gs 'npcstaticdefaults', 'uni_type', 'other'
  636. npc_bust['A<<npctemp>>'] = 22
  637. npc_intel['A<<npctemp>>'] = 36
  638. npc_rep['A<<npctemp>>'] = 90
  639. npc_hotcat['A<<npctemp>>'] = 9
  640. !!height_metric = 174cm
  641. !!height_imperial = 5ft 9in
  642. !!body_build = skinny
  643. !!hair = very long light brown hair reaching halfway down her back.
  644. !!pubic hair = shaved
  645. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  646. gs 'npc_standard_preferences', 'A<<npctemp>>'
  647. npctemp = 23
  648. $npc_dna['A<<npctemp>>'] = '1410862429 1854775733 1705291842 1147504758 1609009238 1203561941 1602837590'
  649. $npc_firstname['A<<npctemp>>'] = 'Albina'
  650. $npc_nickname['A<<npctemp>>'] = 'Albina'
  651. $npc_lastname['A<<npctemp>>'] = 'Barlovskaya'
  652. $npc_usedname['A<<npctemp>>'] = 'Albina'
  653. $npc_notes['A<<npctemp>>'] = 'Albina Barlovskaya comes from a wealthy family. She always does her best to look and dress well, she is considered to have the best sense of style in school. She is also an excellent dancer. Always conducting herself properly as her father is trying to become the town mayor. Image is everything is probably Albina''s motto.'
  654. npc_dob['A<<npctemp>>'] = 19990502
  655. npc_gender['A<<npctemp>>'] = 1
  656. gs 'npcstaticdefaults', 'defaults'
  657. gs 'npcstaticdefaults', 'group', 'jock'
  658. gs 'npcstaticdefaults', 'uni_type', 'nursing'
  659. npc_sexskill['A<<npctemp>>'] = 2
  660. npc_bust['A<<npctemp>>'] = 14
  661. npc_intel['A<<npctemp>>'] = 46
  662. npc_rep['A<<npctemp>>'] = 70
  663. npc_hotcat['A<<npctemp>>'] = 8
  664. !!height_metric = 154cm
  665. !!height_imperial = 5ft 1in
  666. !!body_build = toned/athletic
  667. !!hair = very long dark brown hair reaching halfway down her back.
  668. !!pubic hair = shaved
  669. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  670. gs 'npc_standard_preferences', 'A<<npctemp>>'
  671. npctemp = 24
  672. $npc_dna['A<<npctemp>>'] = '1989757424 1370351107 1337196420 1362464918 1383218762 1045638336 1960389781'
  673. $npc_firstname['A<<npctemp>>'] = 'Pauline'
  674. $npc_nickname['A<<npctemp>>'] = 'Pauline'
  675. $npc_lastname['A<<npctemp>>'] = 'Sebagotulina'
  676. $npc_usedname['A<<npctemp>>'] = 'Pauline'
  677. $npc_notes['A<<npctemp>>'] = 'Pauline Sebagotulina is a bit of a wild child making her very unpredictable. She often hangs out with the Gopniks in your class and is liked by them. No one dares to mess with her cause she''s been in more fights than anyone else.'
  678. npc_dob['A<<npctemp>>'] = 19991026
  679. npc_gender['A<<npctemp>>'] = 1
  680. gs 'npcstaticdefaults', 'defaults'
  681. gs 'npcstaticdefaults', 'group', 'gopnik'
  682. npc_sexskill['A<<npctemp>>'] = 1
  683. npc_bust['A<<npctemp>>'] = 20
  684. npc_intel['A<<npctemp>>'] = 42
  685. npc_rep['A<<npctemp>>'] = 90
  686. npc_hotcat['A<<npctemp>>'] = 5
  687. !!height_metric = 165cm
  688. !!height_imperial = 5ft 5in
  689. !!body_build = toned/athletic
  690. !!hair = long black hair just past her shoulders.
  691. !!pubic hair = neatly trimmed triangle
  692. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  693. gs 'npc_standard_preferences', 'A<<npctemp>>'
  694. npctemp = 25
  695. $npc_dna['A<<npctemp>>'] = '1633731691 1389436996 1448312616 1738900889 1051507305 1144473144 1251857548'
  696. $npc_firstname['A<<npctemp>>'] = 'Sonia'
  697. $npc_nickname['A<<npctemp>>'] = 'Sonia'
  698. $npc_lastname['A<<npctemp>>'] = 'Ivanko'
  699. $npc_usedname['A<<npctemp>>'] = 'Sonia'
  700. npc_dob['A<<npctemp>>'] = 19990623
  701. npc_gender['A<<npctemp>>'] = 1
  702. gs 'npcstaticdefaults', 'defaults'
  703. if soniaQW['slut'] > 0:
  704. gs 'npcstaticdefaults', 'group', 'outcast'
  705. $npc_notes['A<<npctemp>>'] = 'Ever since Sonia inadvertently got way too drunk and gave five guys including Vitek and his buddies a simultaneous blowjob near the disco, her reputation has been in shambles. The girls in her class all give her the silent treatment, pretending she does not exist. Meanwhile all the guys treat her like a cheap whore and regularly ask (or sometimes even demand) sex from her, knowing she doesn''t have the strength to say no.'
  706. npc_rep['A<<npctemp>>'] = 390
  707. else
  708. gs 'npcstaticdefaults', 'group', 'coolkid'
  709. $npc_notes['A<<npctemp>>'] = 'Sonia Ivanko is an ordinary girl and doesn''t stand out much. A pretty, smart, and sociable girl Sonia loves to party and is rarely in a bad mood. She lives with her mother in a small apartment after her father left some time ago. Her mother is a nervous, hysterical, and scandalous woman who, when not at work in the Garment Factory, is often out drinking and flirting with men.
  710. Despite the gloomy atmosphere and constant scandals at home Sonia grew up to be a kind, cheerful, and sociable girl with good grades. Despite her lack of money or variety of clothing she has an amazing sense of style able to pull off many great looks earning her the envy of other girls at school. She often dreams of having a better life away from her mother leaving this poor one behind, and instead having a life filled with luxury and sophistication.'
  711. npc_rep['A<<npctemp>>'] = 40
  712. end
  713. gs 'npcstaticdefaults', 'uni_type', 'fashion'
  714. npc_bust['A<<npctemp>>'] = 9
  715. npc_intel['A<<npctemp>>'] = 54
  716. npc_hotcat['A<<npctemp>>'] = 6
  717. !!height_metric = 163cm
  718. !!height_imperial = 5ft 4in
  719. !!body_build = petite
  720. !!hair = long brown hair just past her shoulders.
  721. !!pubic hair = Neatly trimmed triangle
  722. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  723. gs 'npc_standard_preferences', 'A<<npctemp>>'
  724. npctemp = 26
  725. $npc_dna['A<<npctemp>>'] = '1047167563 2063456541 1533040976 1303801542 1620497680 1042269021 1659592524'
  726. $npc_firstname['A<<npctemp>>'] = 'Anatoly E.'
  727. $npc_nickname['A<<npctemp>>'] = 'Anatoly E.'
  728. $npc_lastname['A<<npctemp>>'] = 'Tsarev'
  729. $npc_usedname['A<<npctemp>>'] = 'Anatoly E.'
  730. $npc_notes['A<<npctemp>>'] = 'Anatoly Tsarev is the school''s math teacher. He''s a stern teacher, who always demands the best out of his students. His daughter Lera is in your class. He''s married to Vera, who works at the train station as a ticket saleswoman and as a cleaner in the garment factory. There are rumors that since Lesco came to live with them, his marriage has been on the rocks.'
  731. npc_dob['A<<npctemp>>'] = 19730307
  732. npc_gender['A<<npctemp>>'] = 0
  733. gs 'npcstaticdefaults', 'defaults'
  734. gs 'npcstaticdefaults', 'group', 'teacher'
  735. $npc_thdick['A<<npctemp>>'] = 'thick'
  736. npc_dick['A<<npctemp>>'] = 15
  737. npc_hotcat['A<<npctemp>>'] = 8
  738. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  739. gs 'npc_standard_preferences', 'A<<npctemp>>'
  740. npctemp = 27
  741. $npc_dna['A<<npctemp>>'] = '1526664895 1146573782 1562782691 1262684992 1354837515 1727531312 2004326261'
  742. $npc_firstname['A<<npctemp>>'] = 'Vera'
  743. $npc_nickname['A<<npctemp>>'] = 'Vera'
  744. $npc_lastname['A<<npctemp>>'] = 'Tsarev'
  745. $npc_usedname['A<<npctemp>>'] = 'Vera'
  746. $npc_notes['A<<npctemp>>'] = 'The mother of Lera'
  747. npc_dob['A<<npctemp>>'] = 19750903
  748. npc_gender['A<<npctemp>>'] = 1
  749. gs 'npcstaticdefaults', 'defaults'
  750. npc_sexskill['A<<npctemp>>'] = 2
  751. npc_bust['A<<npctemp>>'] = 29
  752. npctemp = 28
  753. $npc_dna['A<<npctemp>>'] = '1085730943 1931034853 1979821791 1720869809 1405982728 2119519439 2110201703'
  754. $npc_firstname['A<<npctemp>>'] = 'Vladimir'
  755. $npc_nickname['A<<npctemp>>'] = 'Dad'
  756. $npc_lastname['A<<npctemp>>'] = $pcs_lastname
  757. $npc_usedname['A<<npctemp>>'] = 'Vladimir'
  758. $npc_notes['A<<npctemp>>'] = 'Your stepfather is a greying, slightly flabby man working as a truck driver. Your mother divorced your biological father and married Vladimir when you were only one year old. You''ve never seen your biological father since their divorce, and as such you have no real memory of him.'
  759. npc_dob['A<<npctemp>>'] = 19700418
  760. npc_gender['A<<npctemp>>'] = 0
  761. gs 'npcstaticdefaults', 'defaults'
  762. gs 'npcstaticdefaults', 'group', 'family'
  763. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  764. npc_dick['A<<npctemp>>'] = 17
  765. npc_sexskill['A<<npctemp>>'] = 1
  766. npc_hotcat['A<<npctemp>>'] = 7
  767. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  768. gs 'npc_standard_preferences', 'A<<npctemp>>'
  769. npctemp = 29
  770. $npc_dna['A<<npctemp>>'] = '1545843327 1962976090 1780199176 1930957336 1888703623 1843607237 1675779774'
  771. $npc_firstname['A<<npctemp>>'] = 'Natasha'
  772. $npc_nickname['A<<npctemp>>'] = 'Mother'
  773. $npc_lastname['A<<npctemp>>'] = $pcs_lastname
  774. $npc_usedname['A<<npctemp>>'] = 'Mother'
  775. $npc_notes['A<<npctemp>>'] = 'Your mother Natasha'
  776. npc_dob['A<<npctemp>>'] = 19820612
  777. npc_gender['A<<npctemp>>'] = 1
  778. gs 'npcstaticdefaults', 'defaults'
  779. gs 'npcstaticdefaults', 'group', 'family'
  780. npc_sexskill['A<<npctemp>>'] = 2
  781. npc_bust['A<<npctemp>>'] = 25
  782. npc_hotcat['A<<npctemp>>'] = 6
  783. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  784. gs 'npc_standard_preferences', 'A<<npctemp>>'
  785. npctemp = 30
  786. $npc_dna['A<<npctemp>>'] = '1545843328 1962976090 1780199176 1930957336 1888703623 1843607237 1675779774'
  787. $npc_firstname['A<<npctemp>>'] = 'Lyudmila'
  788. $npc_nickname['A<<npctemp>>'] = 'Luda'
  789. $npc_lastname['A<<npctemp>>'] = 'Knavs'
  790. $npc_usedname['A<<npctemp>>'] = 'Aunt Luda'
  791. $npc_notes['A<<npctemp>>'] = 'Your mother''s sister, Lyudmila Knavs'
  792. npc_dob['A<<npctemp>>'] = 19750311
  793. npc_gender['A<<npctemp>>'] = 1
  794. gs 'npcstaticdefaults', 'defaults'
  795. gs 'npcstaticdefaults', 'group', 'family'
  796. npc_sexskill['A<<npctemp>>'] = 2
  797. npc_bust['A<<npctemp>>'] = 18
  798. npc_hotcat['A<<npctemp>>'] = 7
  799. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  800. gs 'npc_standard_preferences', 'A<<npctemp>>'
  801. npctemp = 31
  802. $npc_dna['A<<npctemp>>'] = '1843607237 1942499229 1221585640 1038127602 1700766678 1100784200 1819267918'
  803. $npc_firstname['A<<npctemp>>'] = 'Elena'
  804. $npc_nickname['A<<npctemp>>'] = 'Grandma'
  805. $npc_lastname['A<<npctemp>>'] = 'Knavs'
  806. $npc_usedname['A<<npctemp>>'] = 'Great Grandma'
  807. $npc_notes['A<<npctemp>>'] = 'Your Great Grandmother from your Mother''s Father''s side.'
  808. npc_dob['A<<npctemp>>'] = 19331027
  809. npc_gender['A<<npctemp>>'] = 1
  810. gs 'npcstaticdefaults', 'defaults'
  811. npc_sexskill['A<<npctemp>>'] = 1
  812. npc_bust['A<<npctemp>>'] = 29
  813. npc_rel['A<<npctemp>>'] = 100
  814. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  815. gs 'npc_standard_preferences', 'A<<npctemp>>'
  816. npctemp = 32
  817. $npc_dna['A<<npctemp>>'] = '1675779774 1167755546 1500737294 1443097159 1423316671 1056299351 1530143067'
  818. $npc_firstname['A<<npctemp>>'] = 'Zlatek'
  819. $npc_nickname['A<<npctemp>>'] = 'Grandpa'
  820. $npc_lastname['A<<npctemp>>'] = 'Knavs'
  821. $npc_usedname['A<<npctemp>>'] = 'Great Grandpa'
  822. $npc_notes['A<<npctemp>>'] = 'Your Great Grandfather from your Mother''s Father''s side.'
  823. npc_dob['A<<npctemp>>'] = 19331205
  824. npc_gender['A<<npctemp>>'] = 0
  825. gs 'npcstaticdefaults', 'defaults'
  826. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  827. npc_dick['A<<npctemp>>'] = 14
  828. npc_sexskill['A<<npctemp>>'] = 1
  829. npc_spermpot['A<<npctemp>>'] = 8000
  830. npc_rel['A<<npctemp>>'] = 100
  831. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  832. gs 'npc_standard_preferences', 'A<<npctemp>>'
  833. npctemp = 33
  834. $npc_dna['A<<npctemp>>'] = '1429755064 1545843327 1198040660 1962976090 1780199176 1936146603 2049979334'
  835. $npc_firstname['A<<npctemp>>'] = 'Anya'
  836. $npc_nickname['A<<npctemp>>'] = 'Sister'
  837. $npc_lastname['A<<npctemp>>'] = $pcs_lastname
  838. $npc_usedname['A<<npctemp>>'] = 'Anya'
  839. $npc_notes['A<<npctemp>>'] = 'Your older sister'
  840. npc_dob['A<<npctemp>>'] = 19970816
  841. npc_gender['A<<npctemp>>'] = 1
  842. gs 'npcstaticdefaults', 'defaults'
  843. gs 'npcstaticdefaults', 'group', 'family'
  844. npc_bust['A<<npctemp>>'] = 19
  845. npc_hotcat['A<<npctemp>>'] = 7
  846. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  847. gs 'npc_standard_preferences', 'A<<npctemp>>'
  848. npctemp = 34
  849. $npc_dna['A<<npctemp>>'] = '1588599246 1545843327 1085730943 1962976090 1780199176 1931034853 1979821791'
  850. $npc_firstname['A<<npctemp>>'] = 'Kolka'
  851. $npc_nickname['A<<npctemp>>'] = 'Kolka'
  852. $npc_lastname['A<<npctemp>>'] = $pcs_lastname
  853. $npc_usedname['A<<npctemp>>'] = 'Kolka'
  854. $npc_notes['A<<npctemp>>'] = 'Your Brother'
  855. npc_dob['A<<npctemp>>'] = 20001219
  856. npc_gender['A<<npctemp>>'] = 0
  857. gs 'npcstaticdefaults', 'defaults'
  858. gs 'npcstaticdefaults', 'group', 'family'
  859. $npc_thdick['A<<npctemp>>'] = 'slim'
  860. npc_dick['A<<npctemp>>'] = 14
  861. npc_intel['A<<npctemp>>'] = 43
  862. npc_hotcat['A<<npctemp>>'] = 7
  863. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  864. gs 'npc_standard_preferences', 'A<<npctemp>>'
  865. npctemp = 35
  866. $npc_dna['A<<npctemp>>'] = '1198040660 1936146603 2049979334 1276791698 1325847789 1379325296 1029736884'
  867. $npc_firstname['A<<npctemp>>'] = 'Mikhail'
  868. $npc_nickname['A<<npctemp>>'] = 'Biological Father'
  869. $npc_lastname['A<<npctemp>>'] = 'Kuznetsov'
  870. $npc_usedname['A<<npctemp>>'] = 'Mikhail, your birthfather'
  871. $npc_notes['A<<npctemp>>'] = 'A Truckdriver'
  872. npc_dob['A<<npctemp>>'] = 19830504
  873. npc_gender['A<<npctemp>>'] = 0
  874. gs 'npcstaticdefaults', 'defaults'
  875. gs 'npcstaticdefaults', 'group', 'family'
  876. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  877. npc_dick['A<<npctemp>>'] = 13
  878. npc_sexskill['A<<npctemp>>'] = 1
  879. npc_spermpot['A<<npctemp>>'] = 11000
  880. gs 'npc_set_preference', 'reset', 'A<<npctemp>>'
  881. gs 'npc_standard_preferences', 'A<<npctemp>>'
  882. npctemp = 36
  883. $npc_dna['A<<npctemp>>'] = '1902637322 1870968508 1231095894 1330096941 1541087381 1973617911 1386337081'
  884. $npc_firstname['A<<npctemp>>'] = 'Irina'
  885. $npc_nickname['A<<npctemp>>'] = 'Rimma'
  886. $npc_usedname['A<<npctemp>>'] = 'Rimma'
  887. $npc_notes['A<<npctemp>>'] = 'A saleswoman at the Boutique'
  888. npc_dob['A<<npctemp>>'] = 19950907
  889. npc_gender['A<<npctemp>>'] = 1
  890. gs 'npcstaticdefaults', 'defaults'
  891. npc_bust['A<<npctemp>>'] = 9
  892. npctemp = 37
  893. $npc_dna['A<<npctemp>>'] = '1389808807 1404442169 1642165848 1673620649 1531597159 1430968975 1536241074'
  894. $npc_firstname['A<<npctemp>>'] = 'Margaret'
  895. $npc_nickname['A<<npctemp>>'] = 'Margo'
  896. $npc_usedname['A<<npctemp>>'] = 'A girl met outside of the Boutique'
  897. $npc_notes['A<<npctemp>>'] = str(19940810)
  898. npc_dob['A<<npctemp>>'] = rand(10,30)
  899. npc_gender['A<<npctemp>>'] = 1
  900. gs 'npcstaticdefaults', 'defaults'
  901. npc_sexskill['A<<npctemp>>'] = rand(1,2)
  902. npc_bust['A<<npctemp>>'] = 19
  903. npctemp = 38
  904. $npc_dna['A<<npctemp>>'] = '1226305314 1430928850 1144576786 1435600997 1537092669 1301461802 1167005269'
  905. $npc_firstname['A<<npctemp>>'] = 'Yuri'
  906. $npc_usedname['A<<npctemp>>'] = 'Yuri'
  907. $npc_notes['A<<npctemp>>'] = 'An Office Worker'
  908. npc_dob['A<<npctemp>>'] = 19940609
  909. npc_gender['A<<npctemp>>'] = 0
  910. gs 'npcstaticdefaults', 'defaults'
  911. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  912. npc_dick['A<<npctemp>>'] = 18
  913. npc_sexskill['A<<npctemp>>'] = 2
  914. npctemp = 39
  915. $npc_dna['A<<npctemp>>'] = '1792509661 1994108013 1588492806 1200642788 1785136518 1482855645 1903324752'
  916. $npc_firstname['A<<npctemp>>'] = 'Sasha'
  917. $npc_usedname['A<<npctemp>>'] = 'Sasha'
  918. $npc_notes['A<<npctemp>>'] = 'Cleaning Job Security Guard'
  919. npc_dob['A<<npctemp>>'] = 19920215
  920. npc_gender['A<<npctemp>>'] = 0
  921. gs 'npcstaticdefaults', 'defaults'
  922. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  923. npc_dick['A<<npctemp>>'] = 15
  924. npc_sexskill['A<<npctemp>>'] = rand(0,1)
  925. npctemp = 40
  926. $npc_dna['A<<npctemp>>'] = '1378982990 1311934118 1904514436 1282506111 1725049043 1341280625 1250233099'
  927. $npc_firstname['A<<npctemp>>'] = 'Kisame'
  928. $npc_usedname['A<<npctemp>>'] = 'Kisame'
  929. $npc_notes['A<<npctemp>>'] = 'A powerful Athelete who swims regularly in the pool.'
  930. npc_dob['A<<npctemp>>'] = 19960514
  931. npc_gender['A<<npctemp>>'] = 0
  932. gs 'npcstaticdefaults', 'defaults'
  933. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  934. npc_dick['A<<npctemp>>'] = 16
  935. npctemp = 41
  936. $npc_dna['A<<npctemp>>'] = '1331452063 2012109105 1708557162 1857346873 1496187449 1611414481 1133537624'
  937. $npc_firstname['A<<npctemp>>'] = 'Fabiyan'
  938. $npc_lastname['A<<npctemp>>'] = 'Pankratov'
  939. $npc_usedname['A<<npctemp>>'] = 'Fabi'
  940. $npc_notes['A<<npctemp>>'] = 'Owner of the Roadhouse Cafe.'
  941. npc_dob['A<<npctemp>>'] = 19720410
  942. npc_gender['A<<npctemp>>'] = 0
  943. gs 'npcstaticdefaults', 'defaults'
  944. $npc_thdick['A<<npctemp>>'] = 'thick'
  945. npc_dick['A<<npctemp>>'] = 20
  946. npctemp = 42
  947. $npc_dna['A<<npctemp>>'] = '1684075531 1825751910 1655527813 1683610108 1813375771 2012109105 1708557162'
  948. $npc_firstname['A<<npctemp>>'] = 'Ashot'
  949. $npc_lastname['A<<npctemp>>'] = 'Karapetovich'
  950. $npc_usedname['A<<npctemp>>'] = 'Ashot'
  951. $npc_notes['A<<npctemp>>'] = 'Fabiyan Pankratov''s nephew.'
  952. npc_dob['A<<npctemp>>'] = 19970502
  953. npc_gender['A<<npctemp>>'] = 0
  954. gs 'npcstaticdefaults', 'defaults'
  955. $npc_thdick['A<<npctemp>>'] = 'thick'
  956. npc_dick['A<<npctemp>>'] = 18
  957. npctemp = 43
  958. $npc_dna['A<<npctemp>>'] = '1707750779 1605673218 1243222430 1619197534 1698231949 1043436410 1967334561'
  959. $npc_firstname['A<<npctemp>>'] = 'Nika'
  960. $npc_notes['A<<npctemp>>'] = 'Dishwasher at the roadhouse cafe.'
  961. npc_dob['A<<npctemp>>'] = 19941004
  962. npc_gender['A<<npctemp>>'] = 1
  963. gs 'npcstaticdefaults', 'defaults'
  964. npc_bust['A<<npctemp>>'] = 29
  965. npctemp = 44
  966. $npc_dna['A<<npctemp>>'] = '1313155229 1195459649 1517554507 1714940250 1195812044 1410182720 1106787557'
  967. $npc_firstname['A<<npctemp>>'] = 'Jora'
  968. $npc_usedname['A<<npctemp>>'] = 'Jora'
  969. npc_dob['A<<npctemp>>'] = 19890925
  970. npc_gender['A<<npctemp>>'] = 0
  971. gs 'npcstaticdefaults', 'defaults'
  972. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  973. npc_dick['A<<npctemp>>'] = 16
  974. npctemp = 45
  975. $npc_dna['A<<npctemp>>'] = '2120036389 1608902916 1608360250 1348006946 1295114181 1691995142 1058262054'
  976. $npc_firstname['A<<npctemp>>'] = 'Semyon'
  977. $npc_usedname['A<<npctemp>>'] = 'Semyon'
  978. npc_dob['A<<npctemp>>'] = 19920205
  979. npc_gender['A<<npctemp>>'] = 0
  980. gs 'npcstaticdefaults', 'defaults'
  981. $npc_thdick['A<<npctemp>>'] = 'massive'
  982. npc_dick['A<<npctemp>>'] = 18
  983. npctemp = 46
  984. $npc_dna['A<<npctemp>>'] = '1730012364 1640374953 1450067760 1963836408 1594339112 1081934143 1987109342'
  985. $npc_firstname['A<<npctemp>>'] = 'Andrew'
  986. $npc_usedname['A<<npctemp>>'] = 'Andrew'
  987. $npc_notes['A<<npctemp>>'] = 'Rapist at the lake'
  988. npc_dob['A<<npctemp>>'] = 19980408
  989. npc_gender['A<<npctemp>>'] = 0
  990. gs 'npcstaticdefaults', 'defaults'
  991. $npc_thdick['A<<npctemp>>'] = 'monstrous'
  992. npc_dick['A<<npctemp>>'] = 27
  993. npctemp = 47
  994. $npc_dna['A<<npctemp>>'] = '1093558586 1874182199 1860051813 1894735696 2013967885 1566236664 1861552325'
  995. $npc_firstname['A<<npctemp>>'] = 'Stasik'
  996. $npc_usedname['A<<npctemp>>'] = 'Stasik'
  997. npc_gender['A<<npctemp>>'] = 0
  998. gs 'npcstaticdefaults', 'defaults'
  999. $npc_thdick['A<<npctemp>>'] = 'thick'
  1000. npc_dick['A<<npctemp>>'] = 15
  1001. npc_sexskill['A<<npctemp>>'] = 1
  1002. npctemp = 48
  1003. $npc_dna['A<<npctemp>>'] = '1399171137 1247493113 1072511322 1204732676 1430581863 1194553758 1926427252'
  1004. $npc_firstname['A<<npctemp>>'] = 'Valera'
  1005. $npc_usedname['A<<npctemp>>'] = 'Valera'
  1006. npc_gender['A<<npctemp>>'] = 0
  1007. gs 'npcstaticdefaults', 'defaults'
  1008. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  1009. npc_dick['A<<npctemp>>'] = 17
  1010. npctemp = 49
  1011. $npc_dna['A<<npctemp>>'] = '1801121147 1596587819 1688642091 1202650974 1577509272 1059659374 1678770230'
  1012. $npc_firstname['A<<npctemp>>'] = 'Bobka'
  1013. $npc_usedname['A<<npctemp>>'] = 'Bobka'
  1014. npc_gender['A<<npctemp>>'] = 0
  1015. gs 'npcstaticdefaults', 'defaults'
  1016. $npc_thdick['A<<npctemp>>'] = 'thicker than average'
  1017. npc_dick['A<<npctemp>>'] = 16
  1018. --- npcstatic1 ---------------------------------