scenario_selection.tw 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. :: start_scenario_selection[quest]
  2. <h2>Start Scenario</h2>
  3. <div class="startOption linksAsDefaultButtons">
  4. <h3>Schoolgirl</h3>
  5. <<image 'start/schoolgirl.webp'>>
  6. <p>
  7. You start as a Russian girl at her last year of high school.
  8. You will start living with your parents at their home, together with your siblings.
  9. Getting your diploma, making friends and maybe even finding love are your goals for now.
  10. </p>
  11. <<link 'Schoolgirl Start'>>
  12. <<set $startStages = ['start_schoolgirl_overview','start_schoolgirl_characterSelect','intro_sg_finalize']>>
  13. <<gt 'startStageDynamic'>>
  14. <</link>>
  15. </div>
  16. <<if $DEBUGGING>>
  17. <<actCLA 'Development starts'>>
  18. <h2>Start Scenario</h2>
  19. <div class="startOption linksAsDefaultButtons">
  20. <h3>Schoolgirl</h3>
  21. <<image 'start/schoolgirl.webp'>>
  22. <p>
  23. You start as a Russian girl at her last year of high school.
  24. You will start living with your parents at their home, together with your siblings.
  25. Getting your diploma, making friends and maybe even finding love are your goals for now.
  26. </p>
  27. <<link 'Schoolgirl Start'>>
  28. <<set $startStages = []>>
  29. <<gt 'start_selection_schoolgirl_location'>>
  30. <</link>>
  31. </div>
  32. <div class="startOption linksAsDefaultButtons">
  33. <h3>Male</h3>
  34. <p>
  35. You start as a man who gets turned into a Russian girl by a magic accident.
  36. This scenario does not feature magic beyond the initial swap.
  37. </p>
  38. <p>
  39. <b>Note: This scenario is incomplete and lacks some important features. It includes more and more severe bugs than the Schoolgirl-scenario. It is listed here as a very early preview.</b>
  40. </p>
  41. <<link 'Male'>>
  42. <<gt 'intro_sg_tg' 'start'>>
  43. <</link>>
  44. </div>
  45. <div class="startOption linksAsDefaultButtons">
  46. <h3>Male (no magic)</h3>
  47. <p>
  48. You start as a man who gets turned into a Russian girl by a magic accident.
  49. This scenario does not feature magic beyond the initial swap.
  50. </p>
  51. <p>
  52. <b>Note: This scenario is incomplete and lacks some important features. It includes more and more severe bugs than the Schoolgirl-scenario. It is listed here as a very early preview.</b>
  53. </p>
  54. <<link 'Male (no&nbsp;magic)'>>
  55. <<gt 'intro_tg'>>
  56. <</link>>
  57. </div>
  58. <div class="startOption linksAsDefaultButtons">
  59. <h3>City</h3>
  60. <p>
  61. You just graduated from school and are now moving into your own apartment in the big city of St.&nbsp;Petersburg.
  62. </p>
  63. <p>
  64. <b>Note: This scenario is incomplete and lacks some important features. It includes more and more severe bugs than the Schoolgirl-scenario. It is listed here as a very early preview.</b>
  65. </p>
  66. <<link 'City'>>
  67. <<gt 'intro_city'>>
  68. <</link>>
  69. </div>
  70. <div class="startOption linksAsDefaultButtons">
  71. <h3>Special</h3>
  72. <p>
  73. Special scenarios are meant to test features and questlines.
  74. </p>
  75. <<link 'Special'>>
  76. <<gt 'start_special_char_select'>>
  77. <</link>>
  78. </div>
  79. <</actCLA>>
  80. <</if>>