debugStarts.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /// <reference path="StartingCharacters.ts" />
  2. setup.startingCharacters.debug = {
  3. hidden: true,
  4. parent: 'sg_starting_category',
  5. label: 'Debug',
  6. image: 'system/1_openings/2_sg/nerd_0.jpg',
  7. desc: 'Debug characters',
  8. pc:{
  9. bmi: 24,
  10. legHairVisibility: 4,
  11. skinAppearance: 0,
  12. tan: 0
  13. },
  14. skills:{
  15. chess:20,
  16. computer:20,
  17. gaming:20,
  18. highHeels:5,
  19. intelligence:45,
  20. makeup:15,
  21. },personality:{exhibitionism:10},
  22. items:{
  23. nerd_startarting_book_1:{
  24. generateFunction:'generateBook',
  25. generateParameters:['fantasy']
  26. },
  27. nerd_startarting_book_2:{
  28. generateFunction:'generateBook',
  29. generateParameters:['scifi']
  30. }
  31. },
  32. finances:{
  33. cash: 5000
  34. },
  35. traits:{
  36. nerd_points:60,
  37. nerd_status:2,
  38. nerd_lernHome:5,
  39. },
  40. school:{
  41. grades:{ art:75, bio:80, comp:80, eng:85, geo:80, his:80, lit:80, math:85, mus:75, pe:60, rus:80, sci:90, shop:55 },
  42. group: 'nerds'
  43. },
  44. npcs:{
  45. bulk:{
  46. nerds:{
  47. values:{
  48. fam: 500,
  49. rel: 65
  50. }
  51. },
  52. parents_social:{
  53. values:{
  54. rel: 70
  55. }
  56. }
  57. }
  58. },
  59. tags: ['nerd']
  60. };
  61. setup.startingCharacters.debug1 = {
  62. parent: 'debug',
  63. label: 'Queen of the nerds',
  64. image: 'system/1_openings/2_sg/nerd_1.jpg',
  65. desc: `While you love all things nerdy, what you love the most is hanging out with your fellow nerds and doing nerdy things together. This has made you fairly social for a nerd and more general in your areas of knowledge. As you got older and started to develop as a woman, it also made you much more aware of your sexuality than most nerds are comfortable with. As such, you cultivated that awareness more than most and are now more at ease with your body than most of the other nerds.
  66. By nerd standards, you are confident, dynamic and attractive and this has led to you being the leader of your group of friends. You are more acceptable to other social groups as a result, especially the cool kids, who seem to respect your social skills and looks.`,
  67. pc:{
  68. bmi: 20,
  69. faceGeneticAttractiveness: 1,
  70. hairColor: 3,
  71. legHairVisibility: 1,
  72. skinAppearance: 1,
  73. teethQuality:0,
  74. tits: 4,
  75. willpowermax: 70
  76. },
  77. skills:{
  78. charisma:40,
  79. highHeels:25,
  80. makeup:30,
  81. people:20,
  82. persuasion:20,
  83. iceskating:10,
  84. spirit:40,
  85. },personality:{exhibitionism:20},
  86. items:{
  87. cosmetics:10,
  88. razor:10
  89. },
  90. npcs:{
  91. bulk:{
  92. cool:{ values:{ fam: 300, rel: 50}},
  93. jocks:{ values:{ fam: 200, rel: 40}},
  94. nerds:{ values:{ rel: 75}},
  95. gopniks:{values:{ fam: 200, rel: 20}},
  96. ouctasts:{values:{ fam: 200, rel: 30}},
  97. }
  98. },
  99. wardrobe:{
  100. itemsByFilter:{
  101. anyFashionistaPurse:{
  102. filters:{
  103. vendor:'fashionista',
  104. type: 'purse'
  105. },
  106. action: 'wear'
  107. },
  108. shoeOfHeight0:{filters:{heels:0,type:'shoes'},action:'add'},
  109. shoeOfHeight1:{filters:{heels:1,type:'shoes'},action:'add'},
  110. shoeOfHeight2:{filters:{heels:2,type:'shoes'},action:'add'},
  111. shoeOfHeight3:{filters:{heels:3,type:'shoes'},action:'add'},
  112. shoeOfHeight4:{filters:{heels:4,type:'shoes'},action:'add'},
  113. shoeOfHeight5:{filters:{heels:5,type:'shoes'},action:'add'},
  114. shoeOfHeight6:{filters:{heels:6,type:'shoes'},action:'add'},
  115. shoeOfHeight7:{filters:{heels:7,type:'shoes'},action:'add'},
  116. shoeOfHeight8:{filters:{heels:8,type:'shoes'},action:'add'},
  117. }
  118. }
  119. };