shop_tsar_bomba.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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/city/citycenter/mall/bomba/butik.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 'torgcentr'
  19. act 'View clothing': minut += 5 & gt 'shop_tsar_bomba', 'clothes'
  20. act 'View shoes': minut += 5 & gt 'shop_tsar_bomba', 'shoes'
  21. act 'View purses': minut += 5 & gt 'shop_tsar_bomba', 'purses'
  22. end
  23. if $ARGS[0] = 'clothes':
  24. $loc_arg = 'clothes'
  25. $loc = 'shop_tsar_bomba'
  26. $menu_loc = 'shop_tsar_bomba'
  27. $menu_arg = 'clothes'
  28. menu_off = 0
  29. *clr & cla
  30. gs'stat'
  31. '<center><b><font color="maroon">Viewing Tsar Bomba outfits</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
  37. if Clothingstock > 11:
  38. i = 1
  39. else
  40. i = 2
  41. end
  42. :loopbomba
  43. if bomba[i] = 0:
  44. gs 'clothing_attributes', 'bomba', 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''"><img src="images/pc/clothing/bomba/<<i>>.jpg" height="250" /></a>'
  48. end
  49. end
  50. i += 2
  51. if i <= 185:jump 'loopbomba'
  52. if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
  53. end
  54. if $ARGS[0] = 'bomba':
  55. cla
  56. menu_off = 1
  57. if bomba[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',i, 20000
  62. end
  63. if $ARGS[0] = 'shoes':
  64. $loc_arg = $ARGS[0]
  65. $loc = 'shop_tsar_bomba'
  66. $menu_loc = 'shop_tsar_bomba'
  67. $menu_arg = 'shoes'
  68. menu_off = 0
  69. *clr & cla
  70. gs'stat'
  71. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  72. if Clothingstock > 11:
  73. i = 1
  74. else
  75. i = 2
  76. end
  77. :loopbomba_shoes
  78. if sbomba[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''bomba_shoes''"><img src="images/pc/shoes/bomba/<<i>>.jpg" height="250" /></a>'
  79. i += 2
  80. if i <= 37:jump 'loopbomba_shoes'
  81. end
  82. if $ARGS[0] = 'bomba_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'bomba',i, 5000
  83. if $ARGS[0] = 'purses':
  84. $loc_arg = 'purses'
  85. $loc = 'shop_tsar_bomba'
  86. $menu_loc = 'shop_tsar_bomba'
  87. $menu_arg = 'purses'
  88. menu_off = 0
  89. *clr & cla
  90. gs'stat'
  91. act 'Return': minut += 1 & gt 'shop_tsar_bomba', 'start'
  92. i = 1
  93. :loopbomba_purses
  94. if bomba_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_tsar_bomba'', ''purses2''"><img src="images/pc/purses/bomba/<<i>>.jpg" height="150" /></a> '
  95. i += 1
  96. if i <= 17:jump 'loopbomba_purses'
  97. end
  98. if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'bomba',i, 4000
  99. --- shop_tsar_bomba ---------------------------------