shop_tsar_bomba.qsrc 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. end
  24. if $ARGS[0] = 'dresses':
  25. $loc_arg = 'dresses'
  26. $loc = 'shop_tsar_bomba'
  27. $menu_loc = 'shop_tsar_bomba'
  28. $menu_arg = 'dresses'
  29. menu_off = 0
  30. *clr & cla
  31. gs'stat'
  32. '<center><b><font color="maroon">Viewing Tsar Bomba dresses</font></b></center>'
  33. *nl
  34. gs 'clothing_QV', 'shop_header'
  35. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  36. clothingfilter['qualitycheck'] = 7
  37. :loopquality_dresses
  38. if Clothingstock > 11:
  39. i = 1
  40. else
  41. i = 2
  42. end
  43. :loopbomba_dresses
  44. if bomba_dress[i] = 0:
  45. gs 'clothing_attributes', 'bomba_dresses', i
  46. gs 'clothing_QV', 'shop_filter'
  47. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  48. 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>'
  49. end
  50. end
  51. i += 2
  52. if i <= 70:jump 'loopbomba_dresses'
  53. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality_dresses'
  54. end
  55. if $ARGS[0] = 'bomba_dresses':
  56. cla
  57. menu_off = 1
  58. if bomba_dress[i] ! 0:
  59. msg 'You already own these clothes.'
  60. gt 'shop_tsar_bomba', 'clothes'
  61. end
  62. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dress',i, 3500
  63. end
  64. if $ARGS[0] = 'clothes':
  65. $loc_arg = 'clothes'
  66. $loc = 'shop_tsar_bomba'
  67. $menu_loc = 'shop_tsar_bomba'
  68. $menu_arg = 'clothes'
  69. menu_off = 0
  70. *clr & cla
  71. gs'stat'
  72. '<center><b><font color="maroon">Viewing Tsar Bomba outfits</font></b></center>'
  73. *nl
  74. gs 'clothing_QV', 'shop_header'
  75. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  76. clothingfilter['qualitycheck'] = 7
  77. :loopquality
  78. if Clothingstock > 11:
  79. i = 1
  80. else
  81. i = 2
  82. end
  83. :loopbomba
  84. if bomba_outfits[i] = 0:
  85. gs 'clothing_attributes', 'bomba_outfits', i
  86. gs 'clothing_QV', 'shop_filter'
  87. if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
  88. 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>'
  89. end
  90. end
  91. i += 2
  92. if i <= 50:jump 'loopbomba'
  93. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  94. end
  95. if $ARGS[0] = 'bomba_outfits':
  96. cla
  97. menu_off = 1
  98. if bomba_outfits[i] ! 0:
  99. msg 'You already own these clothes.'
  100. gt 'shop_tsar_bomba', 'clothes'
  101. end
  102. gt 'clothing', 'view_clothing_item', 'shop', 'bomba_outfits',i, 3500
  103. end
  104. if $ARGS[0] = 'purses':
  105. $loc_arg = 'purses'
  106. $loc = 'shop_tsar_bomba'
  107. $menu_loc = 'shop_tsar_bomba'
  108. $menu_arg = 'purses'
  109. menu_off = 0
  110. *clr & cla
  111. gs'stat'
  112. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  113. i = 1
  114. :loopbomba_purses
  115. 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> '
  116. i += 1
  117. if i <= 20:jump 'loopbomba_purses'
  118. end
  119. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'bomba',i, 2000
  120. if $ARGS[0] = 'shoes':
  121. $loc_arg = 'shoes'
  122. $loc = 'shop_tsar_bomba'
  123. $menu_arg = 'purses'
  124. $menu_loc = 'shoes'
  125. menu_off = 0
  126. *clr & cla
  127. gs'stat'
  128. act 'Return':
  129. cla
  130. minut += 5
  131. gt 'shop_tsar_bomba', 'browse'
  132. end
  133. :loopbomba_shoes
  134. 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>'
  135. i += 1
  136. if i <= 40:jump 'loopbomba_shoes'
  137. end
  138. if $ARGS[0] = 'bomba_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'bomba',i, 2000
  139. --- shop_tsar_bomba ---------------------------------