shop_tsar_bomba.qsrc 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # shop_tsar_bomba
  2. if $ARGS[0] = 'start':
  3. $loc_arg = $ARGS[0]
  4. $loc = 'shop_tsar_bomba'
  5. $location_type = 'public_indoors'
  6. $menu_loc = 'shop_tsar_bomba'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. *clr & cla
  10. mag = 1
  11. gs 'stat'
  12. gs 'themes', 'indoors'
  13. '<center><b><font color="maroon">Tsar Bomba</font></b></center>'
  14. '<center><img <<$set_imgh>> src="images/locations/oldtown/bomba/shop.jpg"></center>'
  15. *nl
  16. '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.'
  17. 'Simply put this place is very cool and most of the clothes are black.'
  18. act 'Leave the bomba': minut += 3 & gt 'liames'
  19. act 'View dresses': minut += 5 & gt 'shop_tsar_bomba', 'dresses'
  20. act 'View other outfits': minut += 5 & gt 'shop_tsar_bomba', 'clothes'
  21. act 'View shoes': minut += 5 & gt 'shop_tsar_bomba', 'shoes'
  22. act 'View purses': minut += 5 & gt 'shop_tsar_bomba', 'purses'
  23. act 'View coats': minut += 5 & gt 'shop_tsar_bomba', 'coats'
  24. end
  25. if $ARGS[0] = 'dresses':
  26. $loc_arg = 'dresses'
  27. $loc = 'shop_tsar_bomba'
  28. $menu_loc = 'shop_tsar_bomba'
  29. $menu_arg = 'dresses'
  30. menu_off = 0
  31. *clr & cla
  32. gs'stat'
  33. '<center><b><font color="maroon">Viewing Tsar Bomba dresses</font></b></center>'
  34. *nl
  35. gs 'clothing_QV', 'shop_header'
  36. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  37. clothingfilter['qualitycheck'] = 7
  38. :loopquality_dresses
  39. if Clothingstock > 11:
  40. i = 1
  41. else
  42. i = 2
  43. end
  44. :loopbomba_dresses
  45. if bomba_dress[i] = 0:
  46. gs 'clothing_attributes', 'bomba_dresses', i
  47. gs 'clothing_QV', 'shop_filter'
  48. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  49. 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>'
  50. end
  51. end
  52. i += 2
  53. if i <= 70:jump 'loopbomba_dresses'
  54. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality_dresses'
  55. end
  56. if $ARGS[0] = 'bomba_dresses':
  57. cla
  58. menu_off = 1
  59. if bomba_dress[i] ! 0:
  60. msg 'You already own these clothes.'
  61. gt 'shop_tsar_bomba', 'clothes'
  62. end
  63. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dress',i, 3500
  64. end
  65. if $ARGS[0] = 'clothes':
  66. $loc_arg = 'clothes'
  67. $loc = 'shop_tsar_bomba'
  68. $menu_loc = 'shop_tsar_bomba'
  69. $menu_arg = 'clothes'
  70. menu_off = 0
  71. *clr & cla
  72. gs'stat'
  73. '<center><b><font color="maroon">Viewing Tsar Bomba outfits</font></b></center>'
  74. *nl
  75. gs 'clothing_QV', 'shop_header'
  76. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  77. clothingfilter['qualitycheck'] = 7
  78. :loopquality
  79. if Clothingstock > 11:
  80. i = 1
  81. else
  82. i = 2
  83. end
  84. :loopbomba
  85. if bomba_outfits[i] = 0:
  86. gs 'clothing_attributes', 'bomba_outfits', i
  87. gs 'clothing_QV', 'shop_filter'
  88. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  89. 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>'
  90. end
  91. end
  92. i += 2
  93. if i <= 50:jump 'loopbomba'
  94. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  95. end
  96. if $ARGS[0] = 'bomba_outfits':
  97. cla
  98. menu_off = 1
  99. if bomba_outfits[i] ! 0:
  100. msg 'You already own these clothes.'
  101. gt 'shop_tsar_bomba', 'clothes'
  102. end
  103. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_outfits',i, 3500
  104. end
  105. if $ARGS[0] = 'purses':
  106. $loc_arg = 'purses'
  107. $loc = 'shop_tsar_bomba'
  108. $menu_loc = 'shop_tsar_bomba'
  109. $menu_arg = 'purses'
  110. menu_off = 0
  111. *clr & cla
  112. gs'stat'
  113. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  114. i = 1
  115. :loopbomba_purses
  116. 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="150" /></a> '
  117. i += 1
  118. if i <= 20:jump 'loopbomba_purses'
  119. end
  120. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'bomba',i, 2000
  121. if $ARGS[0] = 'shoes':
  122. $loc_arg = 'shoes'
  123. $loc = 'shop_tsar_bomba'
  124. $menu_arg = 'purses'
  125. $menu_loc = 'shoes'
  126. menu_off = 0
  127. *clr & cla
  128. gs'stat'
  129. act 'Return': minut += 5 & gt 'shop_tsar_bomba', 'start'
  130. i = 1
  131. :loopbomba_shoes
  132. if sbomba[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>'
  133. i += 1
  134. if i <= 40:jump 'loopbomba_shoes'
  135. end
  136. if $ARGS[0] = 'bomba_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'bomba',i, 2000
  137. if $ARGS[0] = 'coats':
  138. $loc_arg = 'coats'
  139. $loc = 'shop_tsar_bomba'
  140. $menu_loc = 'shop_tsar_bomba'
  141. $menu_arg = 'coats'
  142. menu_off = 0
  143. *clr & cla
  144. gs'stat'
  145. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  146. i = 1
  147. :loopbomba_coats
  148. 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="150" /></a> '
  149. i += 1
  150. if i <= 20:jump 'loopbomba_coats'
  151. end
  152. if $ARGS[0] = 'coats2': gt 'coats', 'view_coat_item', 'shop', 'bomba',i, 2000
  153. --- shop_tsar_bomba ---------------------------------