shop_tsar_bomba.qsrc 4.3 KB

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