shop_tsar_bomba.qsrc 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # shop_tsar_bomba
  2. !!2021/04/15
  3. if $ARGS[0] = 'start':
  4. $loc_arg = $ARGS[0]
  5. $loc = 'shop_tsar_bomba'
  6. $location_type = 'public_indoors'
  7. $menu_loc = 'shop_tsar_bomba'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. *clr & cla
  11. mag = 1
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. '<center><b><font color="maroon">Tsar Bomba</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/pushkin/bomba/shop.jpg"></center>'
  16. *nl
  17. 'Tsar Bomba is one of the older clothing shops in the Old Town. All the shops here are small and unique but it still stands out simply because it has always catered to rebels both young and old. It used to be a punk rock specialist store and still caters to bikers but it constantly reinvents itself following trends and movements and innovating while never going mainstream.'
  18. 'Simply put this place is very cool and most of the clothes are black.'
  19. act 'Leave the bomba': minut += 3 & gt 'liames'
  20. act 'View dresses': minut += 5 & gt 'shop_tsar_bomba', 'dresses'
  21. act 'View other outfits': minut += 5 & gt 'shop_tsar_bomba', 'clothes'
  22. act 'View shoes': minut += 5 & gt 'shop_tsar_bomba', 'shoes'
  23. act 'View purses': minut += 5 & gt 'shop_tsar_bomba', 'purses'
  24. act 'View coats': minut += 5 & gt 'shop_tsar_bomba', 'coats'
  25. end
  26. if $ARGS[0] = 'dresses':
  27. $loc_arg = 'dresses'
  28. $loc = 'shop_tsar_bomba'
  29. $menu_loc = 'shop_tsar_bomba'
  30. $menu_arg = 'dresses'
  31. menu_off = 0
  32. *clr & cla
  33. gs'stat'
  34. '<center><b><font color="maroon">Viewing Tsar Bomba dresses</font></b></center>'
  35. *nl
  36. gs 'clothing_QV', 'shop_header'
  37. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  38. clothingfilter['qualitycheck'] = 7
  39. :loopquality_dresses
  40. if Clothingstock > 11:
  41. i = 1
  42. else
  43. i = 2
  44. end
  45. :loopbomba_dresses
  46. if bomba_dress[i] = 0:
  47. gs 'clothing_attributes', 'bomba_dresses', i
  48. gs 'clothing_QV', 'shop_filter'
  49. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  50. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''bomba_dresses''"><img src="images/pc/items/bomba/goth_dress/<<i>>.jpg" height="250" /></a>'
  51. end
  52. end
  53. i += 2
  54. if i <= 70:jump 'loopbomba_dresses'
  55. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality_dresses'
  56. end
  57. if $ARGS[0] = 'bomba_dresses':
  58. cla
  59. menu_off = 1
  60. if bomba_dress[i] ! 0:
  61. msg 'You already own these clothes.'
  62. gt 'shop_tsar_bomba', 'clothes'
  63. end
  64. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dress',i, 3500
  65. end
  66. if $ARGS[0] = 'clothes':
  67. $loc_arg = 'clothes'
  68. $loc = 'shop_tsar_bomba'
  69. $menu_loc = 'shop_tsar_bomba'
  70. $menu_arg = 'clothes'
  71. menu_off = 0
  72. *clr & cla
  73. gs'stat'
  74. '<center><b><font color="maroon">Viewing Tsar Bomba outfits</font></b></center>'
  75. *nl
  76. gs 'clothing_QV', 'shop_header'
  77. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  78. clothingfilter['qualitycheck'] = 7
  79. :loopquality
  80. if Clothingstock > 11:
  81. i = 1
  82. else
  83. i = 2
  84. end
  85. :loopbomba
  86. if bomba_outfits[i] = 0:
  87. gs 'clothing_attributes', 'bomba_outfits', i
  88. gs 'clothing_QV', 'shop_filter'
  89. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  90. if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''bomba_outfits''"><img src="images/pc/items/bomba/goth_outfits/<<i>>.jpg" height="250" /></a>'
  91. end
  92. end
  93. i += 2
  94. if i <= 50:jump 'loopbomba'
  95. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  96. end
  97. if $ARGS[0] = 'bomba_outfits':
  98. cla
  99. menu_off = 1
  100. if bomba_outfits[i] ! 0:
  101. msg 'You already own these clothes.'
  102. gt 'shop_tsar_bomba', 'clothes'
  103. end
  104. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_outfits',i, 3500
  105. end
  106. if $ARGS[0] = 'purses':
  107. $loc_arg = 'purses'
  108. $loc = 'shop_tsar_bomba'
  109. $menu_loc = 'shop_tsar_bomba'
  110. $menu_arg = 'purses'
  111. menu_off = 0
  112. *clr & cla
  113. gs'stat'
  114. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  115. i = 1
  116. :loopbomba_purses
  117. if bomba_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''purses2''"><img src="images/pc/items/bomba/purses/<<i>>.jpg" height="250" /></a> '
  118. i += 1
  119. if i <= 20:jump 'loopbomba_purses'
  120. end
  121. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'bomba',i, 2000
  122. if $ARGS[0] = 'shoes':
  123. $loc_arg = 'shoes'
  124. $loc = 'shop_tsar_bomba'
  125. $menu_arg = 'purses'
  126. $menu_loc = 'shoes'
  127. menu_off = 0
  128. *clr & cla
  129. gs'stat'
  130. act 'Return': minut += 5 & gt 'shop_tsar_bomba', 'start'
  131. i = 1
  132. :loopbomba_shoes
  133. if bomba_shoe[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''bomba_shoes''"><img src="images/pc/items/bomba/shoes/<<i>>.jpg" height="250" /></a>'
  134. i += 1
  135. if i <= 40:jump 'loopbomba_shoes'
  136. end
  137. if $ARGS[0] = 'bomba_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'bomba',i, 2000
  138. if $ARGS[0] = 'coats':
  139. $loc_arg = 'coats'
  140. $loc = 'shop_tsar_bomba'
  141. $menu_loc = 'shop_tsar_bomba'
  142. $menu_arg = 'coats'
  143. menu_off = 0
  144. *clr & cla
  145. gs'stat'
  146. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  147. i = 1
  148. :loopbomba_coats
  149. if bomba_coats[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''coats2''"><img src="images/pc/items/bomba/coats/<<i>>.jpg" height="250" /></a> '
  150. i += 1
  151. if i <= 20:jump 'loopbomba_coats'
  152. end
  153. if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'bomba',i, 2000
  154. --- shop_tsar_bomba ---------------------------------