Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. {
  2. "transaction_pack_gacha_2" : {
  3. "type" : "composite",
  4. "rewards" : [
  5. {
  6. "type" : "requirement_else",
  7. "requirement" : {
  8. "type" : "or",
  9. "requirements" : [{
  10. "type" : "resource",
  11. "resource" : "shop_pack_gacha_2_count",
  12. "comparison" : {
  13. "type" : "equal"
  14. },
  15. "amount" : 0
  16. }, {
  17. "type" : "and",
  18. "requirements" : [{
  19. "type" : "resource",
  20. "resource" : "shop_pack_gacha_2_count",
  21. "comparison" : {
  22. "type" : "greater_or_equal"
  23. },
  24. "amount" : 5
  25. }, {
  26. "type" : "resource",
  27. "resource" : "shop_pack_gacha_2_count",
  28. "comparison" : {
  29. "type" : "lesser"
  30. },
  31. "amount" : 7
  32. }
  33. ]
  34. }
  35. ]
  36. },
  37. "reward" : {
  38. "type" : "weight",
  39. "random" : "shop_gacha_2",
  40. "rewards" : [{
  41. "weight" : 1,
  42. "item" : {
  43. "type" : "entity",
  44. "field" : "character",
  45. "reward" : {
  46. "type" : "shop_item",
  47. "shop_item" : "weapon_rifle_ak47",
  48. "amount" : 1
  49. }
  50. }
  51. }, {
  52. "weight" : 1,
  53. "item" : {
  54. "type" : "entity",
  55. "field" : "character",
  56. "reward" : {
  57. "type" : "shop_item",
  58. "shop_item" : "weapon_rifle_m16",
  59. "amount" : 1
  60. }
  61. }
  62. }
  63. ]
  64. },
  65. "else_reward" : {
  66. "type" : "weight",
  67. "random" : "shop_gacha_2",
  68. "rewards" : [{
  69. "weight" : 1,
  70. "item" : {
  71. "type" : "entity",
  72. "field" : "character",
  73. "reward" : {
  74. "type" : "shop_item",
  75. "shop_item" : "weapon_vss_vintorez",
  76. "amount" : 1
  77. }
  78. }
  79. }, {
  80. "weight" : 1,
  81. "item" : {
  82. "type" : "entity",
  83. "field" : "character",
  84. "reward" : {
  85. "type" : "shop_item",
  86. "shop_item" : "weapon_rifle_m16",
  87. "amount" : 1
  88. }
  89. }
  90. }
  91. ]
  92. }
  93. },
  94. {
  95. "type" : "composite",
  96. "rewards" : [{
  97. "type" : "external",
  98. "id" : "shop_gacha_rare_weapon_others"
  99. }, {
  100. "type" : "external",
  101. "id" : "shop_gacha_rare_weapon_others"
  102. }, {
  103. "type" : "resource",
  104. "resource" : "shop_pack_gacha_2_count",
  105. "amount" : 1
  106. }
  107. ]
  108. },
  109. {
  110. "type" : "external",
  111. "id" : "use_transaction"
  112. }
  113. ]
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement