Advertisement
6jarjar6

shop_test.json Blitz Brigade

Sep 30th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. {
  3.     "id": "",
  4.     "name": "",
  5.     "description": "",
  6.     "quantity": ,
  7.     "input": {
  8.         "hash": "",
  9.         "name": "",
  10.         "items": [
  11.             { "id": "", "amount": }
  12.         ]
  13.     },
  14.     "output": {
  15.         "hash": "",
  16.         "name": "",
  17.         "items": [
  18.             { "id": "", "amount": }
  19.         ]
  20.     },
  21.  
  22.     "slot": ,
  23.     "icon": "",
  24.     "template_name": "",
  25.     "template_id":
  26. }
  27. */
  28. [
  29. {
  30.     "id": "Token x 1",
  31.     "name": "Token",
  32.     "description": "",
  33.     "input": {
  34.         "items": [
  35.             { "id": "diamond", "amount": 1 }
  36.         ]
  37.     },
  38.     "output": {
  39.         "items": [
  40.             { "id": "token", "amount": 1 }
  41.         ]
  42.     },
  43.  
  44.     "slot": 16,
  45.     "icon": ""
  46. },
  47. {
  48.     "id": "Token x 3",
  49.     "name": "Token",
  50.     "description": "",
  51.     "input": {
  52.         "items": [
  53.             { "id": "diamond", "amount": 2 }
  54.         ]
  55.     },
  56.     "output": {
  57.         "items": [
  58.             { "id": "token", "amount": 3 }
  59.         ]
  60.     },
  61.  
  62.     "slot": 16,
  63.     "icon": ""
  64. },
  65. {
  66.     "id": "Token x 5",
  67.     "name": "Token",
  68.     "description": "",
  69.     "input": {
  70.         "items": [
  71.             { "id": "diamond", "amount": 3 }
  72.         ]
  73.     },
  74.     "output": {
  75.         "items": [
  76.             { "id": "token", "amount": 5 }
  77.         ]
  78.     },
  79.  
  80.     "slot": 16,
  81.     "icon": ""
  82. },
  83. {
  84.     "id": "Token x 10",
  85.     "name": "Token",
  86.     "description": "",
  87.     "input": {
  88.         "items": [
  89.             { "id": "diamond", "amount": 5 }
  90.         ]
  91.     },
  92.     "output": {
  93.         "items": [
  94.             { "id": "token", "amount": 10 }
  95.         ]
  96.     },
  97.  
  98.     "slot": 16,
  99.     "icon": ""
  100. },
  101. {
  102.     "id": "Token x 50",
  103.     "name": "Token",
  104.     "description": "",
  105.     "input": {
  106.         "items": [
  107.             { "id": "diamond", "amount": 25 }
  108.         ]
  109.     },
  110.     "output": {
  111.         "items": [
  112.             { "id": "token", "amount": 50 }
  113.         ]
  114.     },
  115.  
  116.     "slot": 16,
  117.     "icon": ""
  118. },
  119. {
  120.     "id": "Token x 100",
  121.     "name": "Token",
  122.     "description": "",
  123.     "input": {
  124.         "items": [
  125.             { "id": "diamond", "amount": 50 }
  126.         ]
  127.     },
  128.     "output": {
  129.         "items": [
  130.             { "id": "token", "amount": 100 }
  131.         ]
  132.     },
  133.  
  134.     "slot": 16,
  135.     "icon": ""
  136. },
  137. {
  138.     "id": "CheatXP2",
  139.     "name": "Cheat XP 2",
  140.     "description": "Cheat",
  141.     "input": {
  142.         "items": [
  143.             { "id": "coin", "amount": 0 }
  144.         ]
  145.     },
  146.     "output": {
  147.         "items": [
  148.             { "id": "xp", "amount": 50000 }
  149.         ]
  150.     },
  151.  
  152.     "slot": 4,
  153.     "icon": ""
  154. },
  155. {
  156.     "id": "CheatXP3",
  157.     "name": "Cheat XP 3",
  158.     "description": "Cheat",
  159.     "input": {
  160.         "items": [
  161.             { "id": "diamond", "amount": 0 }
  162.         ]
  163.     },
  164.     "output": {
  165.         "items": [
  166.             { "id": "xp", "amount": 500000 }
  167.         ]
  168.     },
  169.  
  170.     "slot": 4,
  171.     "icon": ""
  172. },
  173. {
  174.     "id": "Lucky Rabit Foot",
  175.     "name": "Lucky Rabit Foot",
  176.     "description": "-20% damage from melee weapons",
  177.     "quantity": 1,
  178.     "input": {
  179.         "items": [
  180.             { "id": "coin", "amount": 25000 }
  181.         ]
  182.     },
  183.     "output": {
  184.         "hash": "",
  185.         "name": "",
  186.         "items": [
  187.             { "id": "Lucky Rabit Foot", "amount": 1 }
  188.         ]
  189.     },
  190.  
  191.     "slot": 4,  // --- items
  192.     "icon": "",
  193.     "template_name": "",
  194.     "template_id": 0
  195. },
  196. {
  197.     "id": "xpBooster1",
  198.     "name": "",
  199.     "description": "+50% XP",
  200.     "input": {
  201.         "items": [
  202.             { "id": "diamond", "amount": 10 }
  203.         ]
  204.     },
  205.     "output": {
  206.         "items": [
  207.             { "id": "xpBooster1", "amount": 1 }
  208.         ]
  209.     },
  210.  
  211.     "slot": 5,
  212.     "icon": ""
  213. },
  214. {
  215.     "id": "xpBooster1_Coins",
  216.     "name": "",
  217.     "description": "+50% XP",
  218.     "input": {
  219.         "items": [
  220.             { "id": "coin", "amount": 1000 }
  221.         ]
  222.     },
  223.     "output": {
  224.         "items": [
  225.             { "id": "xpBooster1", "amount": 1 }
  226.         ]
  227.     },
  228.  
  229.     "slot": 5,
  230.     "icon": ""
  231. },
  232. {
  233.     "id": "xpBooster2",
  234.     "name": "",
  235.     "description": "+100% XP",
  236.     "input": {
  237.         "items": [
  238.             { "id": "diamond", "amount": 30 }
  239.         ]
  240.     },
  241.     "output": {
  242.         "items": [
  243.             { "id": "xpBooster2", "amount": 1 }
  244.         ]
  245.     },
  246.  
  247.     "slot": 5,
  248.     "icon": ""
  249. },
  250. {
  251.     "id": "xpBooster2_Coin",
  252.     "name": "",
  253.     "description": "+100% XP",
  254.     "input": {
  255.         "items": [
  256.             { "id": "coin", "amount": 3000 }
  257.         ]
  258.     },
  259.     "output": {
  260.         "items": [
  261.             { "id": "xpBooster2", "amount": 1 }
  262.         ]
  263.     },
  264.  
  265.     "slot": 5,
  266.     "icon": ""
  267. },
  268. {
  269.     "id": "xpBooster3",
  270.     "name": "",
  271.     "description": "+200% XP",
  272.     "input": {
  273.         "items": [
  274.             { "id": "diamond", "amount": 75 }
  275.         ]
  276.     },
  277.     "output": {
  278.         "items": [
  279.             { "id": "xpBooster3", "amount": 1 }
  280.         ]
  281.     },
  282.  
  283.     "slot": 5,
  284.     "icon": ""
  285. },
  286. {
  287.     "id": "xpBooster3_Coin",
  288.     "name": "",
  289.     "description": "+200% XP",
  290.     "input": {
  291.         "items": [
  292.             { "id": "coin", "amount": 7500 }
  293.         ]
  294.     },
  295.     "output": {
  296.         "items": [
  297.             { "id": "xpBooster3", "amount": 1 }
  298.         ]
  299.     },
  300.  
  301.     "slot": 5,
  302.     "icon": ""
  303. },
  304. {
  305.     "id": "Revolver Belt Buckle",
  306.     "name": "Revolver Belt Buckle",
  307.     "description": "+10% damage with small weapons",
  308.     "quantity": 1,
  309.     "input": {
  310.         "items": [
  311.             { "id": "coin", "amount": 300 }
  312.         ]
  313.     },
  314.     "output": {
  315.         "items": [
  316.             { "id": "Revolver Belt Buckle", "amount": 1 }
  317.         ]
  318.     },
  319.  
  320.     "slot": 4,
  321.     "icon": "",
  322.     "template_name": "",
  323.     "template_id": 0
  324. },
  325. {
  326.     "id": "Revolver Belt Buckle_Cash",
  327.     "name": "Revolver Belt Buckle",
  328.     "description": "+10% damage with small weapons",
  329.     "quantity": 1,
  330.     "input": {
  331.         "items": [
  332.             { "id": "diamond", "amount": 2 }
  333.         ]
  334.     },
  335.     "output": {
  336.         "items": [
  337.             { "id": "Revolver Belt Buckle", "amount": 1 }
  338.         ]
  339.     },
  340.  
  341.     "slot": 4,
  342.     "icon": "",
  343.     "template_name": "",
  344.     "template_id": 0
  345. },
  346. {
  347.     "id": "Shield Badge",
  348.     "name": "Shield Badge",
  349.     "description": "-25% damage while reloading",
  350.     "quantity": 1,
  351.     "input": {
  352.         "hash": "",
  353.         "name": "",
  354.         "items": [
  355.             { "id": "coin", "amount": 2500 }
  356.         ]
  357.     },
  358.     "output": {
  359.         "hash": "",
  360.         "name": "",
  361.         "items": [
  362.             { "id": "Shield Badge", "amount": 1 }
  363.         ]
  364.     },
  365.  
  366.     "slot": 4,
  367.     "icon": "",
  368.     "template_name": "",
  369.     "template_id": 0
  370. },
  371. {
  372.     "id": "Ammo Pack",
  373.     "name": "Ammo Pack",
  374.     "description": "allows the players to refill their ammo reserves without returning to their base",
  375.     "input": {
  376.         "hash": "",
  377.         "name": "",
  378.         "items": [
  379.             { "id": "coin", "amount": 30000 }
  380.         ]
  381.     },
  382.     "output": {
  383.         "hash": "",
  384.         "name": "",
  385.         "items": [
  386.             { "id": "Ammopack", "amount": 1 }
  387.         ]
  388.     },
  389.  
  390.     "slot": 3,  // --- consumables
  391.     "icon": "",
  392.     "template_name": "",
  393.     "template_id": 0
  394. },
  395. {
  396.     "id": "Ammo Pack Cash",
  397.     "name": "Ammo Pack",
  398.     "description": "allows the players to refill their ammo reserves without returning to their base",
  399.     "input": {
  400.         "hash": "",
  401.         "name": "",
  402.         "items": [
  403.             { "id": "diamond", "amount": 30 }
  404.         ]
  405.     },
  406.     "output": {
  407.         "hash": "",
  408.         "name": "",
  409.         "items": [
  410.             { "id": "Ammopack", "amount": 1 }
  411.         ]
  412.     },
  413.  
  414.     "slot": 3,  // --- consumables
  415.     "icon": "",
  416.     "template_name": "",
  417.     "template_id": 0
  418. },
  419. {
  420.     "id": "old school Confederate outfit",
  421.     "name": "old school Confederate outfit",
  422.     "description": "old school Confederate outfit",
  423.     "quantity": 1,
  424.     "input": {
  425.         "hash": "",
  426.         "name": "",
  427.         "items": [
  428.             { "id": "coin", "amount": 10000 }
  429.         ]
  430.     },
  431.     "output": {
  432.         "hash": "",
  433.         "name": "",
  434.         "items": [
  435.             { "id": "old school Confederate outfit", "amount": 1}
  436.         ]
  437.     },
  438.  
  439.     "slot": 6,  // --- outfits
  440.     "icon": "",
  441.     "template_name": "",
  442.     "template_id": 0,
  443.     "character": 1  // --- blue soldier
  444. },
  445. {
  446.     "id": "Modern era outfit",
  447.     "name": "Modern era outfit",
  448.     "description": "Modern era outfit",
  449.     "quantity": 1,
  450.     "input": {
  451.         "hash": "",
  452.         "name": "",
  453.         "items": [
  454.             { "id": "coin", "amount": 15000 }
  455.         ]
  456.     },
  457.     "output": {
  458.         "hash": "",
  459.         "name": "",
  460.         "items": [
  461.             { "id": "Modern era outfit", "amount": 1 }
  462.         ]
  463.     },
  464.  
  465.     "slot": 6,
  466.     "icon": "",
  467.     "template_name": "",
  468.     "template_id": 0,
  469.     "character": 1
  470. },
  471. {
  472.     "id": "Jet Pack",
  473.     "name": "Jet Pack",
  474.     "description": "Jet Pack class",
  475.     "input": {
  476.         "items": [
  477.             { "id": "coin", "amount": 10000 }
  478.         ]
  479.     },
  480.     "output": {
  481.         "items": [
  482.             { "id": "Jetpack", "amount": 1 }
  483.         ]
  484.     },
  485.  
  486.     "slot": 3,
  487.     "icon": ""
  488. },
  489. {
  490.     "id": "Jet Pack_Cash",
  491.     "name": "Jet Pack",
  492.     "description": "Jet Pack class",
  493.     "input": {
  494.         "items": [
  495.             { "id": "diamond", "amount": 10 }
  496.         ]
  497.     },
  498.     "output": {
  499.         "items": [
  500.             { "id": "Jetpack", "amount": 1 }
  501.         ]
  502.     },
  503.  
  504.     "slot": 3,
  505.     "icon": ""
  506. },
  507. {
  508.     "id": "FreezeBots",
  509.     "name": "FreezeBots",
  510.     "description": "FreezeBots",
  511.     "input": {
  512.         "items": [
  513.             { "id": "coin", "amount": 1000 }
  514.         ]
  515.     },
  516.     "output": {
  517.         "items": [
  518.             { "id": "FreezeBots", "amount": 1 }
  519.         ]
  520.     },
  521.  
  522.     "slot": 3,
  523.     "icon": ""
  524. },
  525. {
  526.     "id": "FreezeBots_Cash",
  527.     "name": "FreezeBots",
  528.     "description": "FreezeBots",
  529.     "input": {
  530.         "items": [
  531.             { "id": "diamond", "amount": 10 }
  532.         ]
  533.     },
  534.     "output": {
  535.         "items": [
  536.             { "id": "FreezeBots", "amount": 1 }
  537.         ]
  538.     },
  539.  
  540.     "slot": 3,
  541.     "icon": ""
  542. },
  543. {
  544.     "id": "AmmoBelt",
  545.     "name": "Ammo Belt",
  546.     "description": "Refills ammo for all equipped weapons",
  547.     "input": {
  548.         "items": [
  549.             { "id": "coin", "amount": 1000 }
  550.         ]
  551.     },
  552.     "output": {
  553.         "items": [
  554.             { "id": "AmmoBelt", "amount": 1 }
  555.         ]
  556.     },
  557.  
  558.     "slot": 5,
  559.     "icon": ""
  560. },
  561. {
  562.     "id": "AmmoBelt_Cash",
  563.     "name": "Ammo Belt",
  564.     "description": "Refills ammo for all equipped weapons",
  565.     "input": {
  566.         "items": [
  567.             { "id": "diamond", "amount": 10 }
  568.         ]
  569.     },
  570.     "output": {
  571.         "items": [
  572.             { "id": "AmmoBelt", "amount": 1 }
  573.         ]
  574.     },
  575.  
  576.     "slot": 5,
  577.     "icon": ""
  578. },
  579. {
  580.     "id": "BronzeMedal",
  581.     "name": "Bronze Medal",
  582.     "description": "Chance to deal double damage on attacks increased by 3%",
  583.     "input": {
  584.         "items": [
  585.             { "id": "coin", "amount": 300 }
  586.         ]
  587.     },
  588.     "output": {
  589.         "items": [
  590.             { "id": "BronzeMedal", "amount": 1 }
  591.         ]
  592.     },
  593.  
  594.     "slot": 5,
  595.     "icon": ""
  596. },
  597. {
  598.     "id": "BronzeMedal_Cash",
  599.     "name": "Bronze Medal",
  600.     "description": "Chance to deal double damage on attacks increased by 3%",
  601.     "input": {
  602.         "items": [
  603.             { "id": "diamond", "amount": 3 }
  604.         ]
  605.     },
  606.     "output": {
  607.         "items": [
  608.             { "id": "BronzeMedal", "amount": 1 }
  609.         ]
  610.     },
  611.  
  612.     "slot": 5,
  613.     "icon": ""
  614. },
  615. {
  616.     "id": "GoldMedal",
  617.     "name": "Gold Medal",
  618.     "description": "Chance to deal double damage on attacks increased by 10%",
  619.     "input": {
  620.         "items": [
  621.             { "id": "coin", "amount": 50000 }
  622.         ]
  623.     },
  624.     "output": {
  625.         "items": [
  626.             { "id": "GoldMedal", "amount": 1 }
  627.         ]
  628.     },
  629.  
  630.     "slot": 5,
  631.     "icon": ""
  632. },
  633. {
  634.     "id": "GoldMedal_Cash",
  635.     "name": "Gold Medal",
  636.     "description": "Chance to deal double damage on attacks increased by 10%",
  637.     "input": {
  638.         "items": [
  639.             { "id": "diamond", "amount": 5 }
  640.         ]
  641.     },
  642.     "output": {
  643.         "items": [
  644.             { "id": "GoldMedal", "amount": 1 }
  645.         ]
  646.     },
  647.  
  648.     "slot": 5,
  649.     "icon": ""
  650. },
  651. {
  652.     "id": "GrenadeKeychain",
  653.     "name": "Grenade Keychain",
  654.     "description": "Increases damage with explosives by 10%",
  655.     "input": {
  656.         "items": [
  657.             { "id": "coin", "amount": 40000 }
  658.         ]
  659.     },
  660.     "output": {
  661.         "items": [
  662.             { "id": "GrenadeKeychain", "amount": 1 }
  663.         ]
  664.     },
  665.  
  666.     "slot": 5,
  667.     "icon": ""
  668. },
  669. {
  670.     "id": "GrenadeKeychain_Cash",
  671.     "name": "Grenade Keychain",
  672.     "description": "Increases damage with explosives by 10%",
  673.     "input": {
  674.         "items": [
  675.             { "id": "diamond", "amount": 20 }
  676.         ]
  677.     },
  678.     "output": {
  679.         "items": [
  680.             { "id": "GrenadeKeychain", "amount": 1 }
  681.         ]
  682.     },
  683.  
  684.     "slot": 5,
  685.     "icon": ""
  686. },
  687. {
  688.     "id": "HasJetpack",
  689.     "name": "Jetpack",
  690.     "description": "Enhances jump, allowing short bursts of flight",
  691.     "input": {
  692.         "items": [
  693.             { "id": "coin", "amount": 1000 }
  694.         ]
  695.     },
  696.     "output": {
  697.         "items": [
  698.             { "id": "HasJetpack", "amount": 1 }
  699.         ]
  700.     },
  701.  
  702.     "slot": 5,
  703.     "icon": ""
  704. },
  705. {
  706.     "id": "HasJetpack_Cash",
  707.     "name": "Jetpack",
  708.     "description": "Enhances jump, allowing short bursts of flight",
  709.     "input": {
  710.         "items": [
  711.             { "id": "diamond", "amount": 10 }
  712.         ]
  713.     },
  714.     "output": {
  715.         "items": [
  716.             { "id": "HasJetpack", "amount": 1 }
  717.         ]
  718.     },
  719.  
  720.     "slot": 5,
  721.     "icon": ""
  722. },
  723. {
  724.     "id": "IgnorePainElixir",
  725.     "name": "IgnorePainElixir",
  726.     "description": "",
  727.     "input": {
  728.         "items": [
  729.             { "id": "coin", "amount": 1000 }
  730.         ]
  731.     },
  732.     "output": {
  733.         "items": [
  734.             { "id": "IgnorePainElixir", "amount": 1 }
  735.         ]
  736.     },
  737.  
  738.     "slot": 5,
  739.     "icon": ""
  740. },
  741. {
  742.     "id": "IgnorePainElixir_Cash",
  743.     "name": "IgnorePainElixir",
  744.     "description": "",
  745.     "input": {
  746.         "items": [
  747.             { "id": "diamond", "amount": 5 }
  748.         ]
  749.     },
  750.     "output": {
  751.         "items": [
  752.             { "id": "IgnorePainElixir", "amount": 1 }
  753.         ]
  754.     },
  755.  
  756.     "slot": 5,
  757.     "icon": ""
  758. },
  759. {
  760.     "id": "KamikazeManual",
  761.     "name": "Kamikaze Manual",
  762.     "description": "Wearer explodes on death dealing damage to nearby enemies",
  763.     "input": {
  764.         "items": [
  765.             { "id": "coin", "amount": 200 }
  766.         ]
  767.     },
  768.     "output": {
  769.         "items": [
  770.             { "id": "KamikazeManual", "amount": 1 }
  771.         ]
  772.     },
  773.  
  774.     "slot": 5,
  775.     "icon": ""
  776. },
  777. {
  778.     "id": "KamikazeManual_Cash",
  779.     "name": "Kamikaze Manual",
  780.     "description": "Wearer explodes on death dealing damage to nearby enemies",
  781.     "input": {
  782.         "items": [
  783.             { "id": "diamond", "amount": 2 }
  784.         ]
  785.     },
  786.     "output": {
  787.         "items": [
  788.             { "id": "KamikazeManual", "amount": 1 }
  789.         ]
  790.     },
  791.  
  792.     "slot": 5,
  793.     "icon": ""
  794. },
  795. {
  796.     "id": "LuckyCharm",
  797.     "name": "Lucky Charm",
  798.     "description": "Wearer has 5% chance to be missed by attacks",
  799.     "input": {
  800.         "items": [
  801.             { "id": "coin", "amount": 500 }
  802.         ]
  803.     },
  804.     "output": {
  805.         "items": [
  806.             { "id": "LuckyCharm", "amount": 1 }
  807.         ]
  808.     },
  809.  
  810.     "slot": 5,
  811.     "icon": ""
  812. },
  813. {
  814.     "id": "LuckyCharm_Cash",
  815.     "name": "Lucky Charm",
  816.     "description": "Wearer has 5% chance to be missed by attacks",
  817.     "input": {
  818.         "items": [
  819.             { "id": "diamond", "amount": 5 }
  820.         ]
  821.     },
  822.     "output": {
  823.         "items": [
  824.             { "id": "LuckyCharm", "amount": 1 }
  825.         ]
  826.     },
  827.  
  828.     "slot": 5,
  829.     "icon": ""
  830. },
  831. {
  832.     "id": "Mark of Vengeance",
  833.     "name": "Mark of Vengeance",
  834.     "description": "Marks your killer on the map so you can return the favor",
  835.     "input": {
  836.         "items": [
  837.             { "id": "coin", "amount": 200 }
  838.         ]
  839.     },
  840.     "output": {
  841.         "items": [
  842.             { "id": "Mark of Vengeance", "amount": 1 }
  843.         ]
  844.     },
  845.  
  846.     "slot": 5,
  847.     "icon": ""
  848. },
  849. {
  850.     "id": "Mark of Vengeance_Cash",
  851.     "name": "Mark of Vengeance",
  852.     "description": "Marks your killer on the map so you can return the favor",
  853.     "input": {
  854.         "items": [
  855.             { "id": "diamond", "amount": 2 }
  856.         ]
  857.     },
  858.     "output": {
  859.         "items": [
  860.             { "id": "Mark of Vengeance", "amount": 1 }
  861.         ]
  862.     },
  863.  
  864.     "slot": 5,
  865.     "icon": ""
  866. },
  867. {
  868.     "id": "Phoenix Insignia",
  869.     "name": "Phoenix Insignia",
  870.     "description": "Wearer waits 3 seconds less for respawn",
  871.     "input": {
  872.         "items": [
  873.             { "id": "coin", "amount": 4000 }
  874.         ]
  875.     },
  876.     "output": {
  877.         "items": [
  878.             { "id": "Phoenix Insignia", "amount": 1 }
  879.         ]
  880.     },
  881.  
  882.     "slot": 5,
  883.     "icon": ""
  884. },
  885. {
  886.     "id": "Phoenix Insignia_Cash",
  887.     "name": "Phoenix Insignia",
  888.     "description": "Wearer waits 3 seconds less for respawn",
  889.     "input": {
  890.         "items": [
  891.             { "id": "diamond", "amount": 40 }
  892.         ]
  893.     },
  894.     "output": {
  895.         "items": [
  896.             { "id": "Phoenix Insignia", "amount": 1 }
  897.         ]
  898.     },
  899.  
  900.     "slot": 5,
  901.     "icon": ""
  902. },
  903. {
  904.     "id": "RabbitFoot",
  905.     "name": "Rabbit Foot",
  906.     "description": "Wearer has 3% chance to be missed by attacks",
  907.     "input": {
  908.         "items": [
  909.             { "id": "coin", "amount": 2500 }
  910.         ]
  911.     },
  912.     "output": {
  913.         "items": [
  914.             { "id": "RabbitFoot", "amount": 1 }
  915.         ]
  916.     },
  917.  
  918.     "slot": 5,
  919.     "icon": ""
  920. },
  921. {
  922.     "id": "RabbitFoot_Cash",
  923.     "name": "Rabbit Foot",
  924.     "description": "Wearer has 3% chance to be missed by attacks",
  925.     "input": {
  926.         "items": [
  927.             { "id": "diamond", "amount": 3 }
  928.         ]
  929.     },
  930.     "output": {
  931.         "items": [
  932.             { "id": "RabbitFoot", "amount": 1 }
  933.         ]
  934.     },
  935.  
  936.     "slot": 5,
  937.     "icon": ""
  938. },
  939. {
  940.     "id": "RevolverBletBuckle",
  941.     "name": "Revolver Belt Buckle",
  942.     "description": "Increases damage with handguns by 10%",
  943.     "input": {
  944.         "items": [
  945.             { "id": "coin", "amount": 30000 }
  946.         ]
  947.     },
  948.     "output": {
  949.         "items": [
  950.             { "id": "RevolverBeltBuckle", "amount": 1 }
  951.         ]
  952.     },
  953.  
  954.     "slot": 5,
  955.     "icon": ""
  956. },
  957. {
  958.     "id": "RevolverBletBuckle_Cash",
  959.     "name": "Revolver Belt Buckle",
  960.     "description": "Increases damage with handguns by 10%",
  961.     "input": {
  962.         "items": [
  963.             { "id": "diamond", "amount": 3 }
  964.         ]
  965.     },
  966.     "output": {
  967.         "items": [
  968.             { "id": "RevolverBeltBuckle", "amount": 1 }
  969.         ]
  970.     },
  971.  
  972.     "slot": 5,
  973.     "icon": ""
  974. },
  975. {
  976.     "id": "SilverMedal",
  977.     "name": "Silver Medal",
  978.     "description": "Chance to deal double damage on attacks increased by 5%",
  979.     "input": {
  980.         "items": [
  981.             { "id": "coin", "amount": 400 }
  982.         ]
  983.     },
  984.     "output": {
  985.         "items": [
  986.             { "id": "SilverMedal", "amount": 1 }
  987.         ]
  988.     },
  989.  
  990.     "slot": 5,
  991.     "icon": ""
  992. },
  993. {
  994.     "id": "SilverMedal_Cash",
  995.     "name": "Silver Medal",
  996.     "description": "Chance to deal double damage on attacks increased by 5%",
  997.     "input": {
  998.         "items": [
  999.             { "id": "diamond", "amount": 2 }
  1000.         ]
  1001.     },
  1002.     "output": {
  1003.         "items": [
  1004.             { "id": "SilverMedal", "amount": 1 }
  1005.         ]
  1006.     },
  1007.  
  1008.     "slot": 5,
  1009.     "icon": ""
  1010. },
  1011. {
  1012.     "id": "Smiley Badge",
  1013.     "name": "Smiley Badge",
  1014.     "description": "While taunting, damage taken is reduced by 50%",
  1015.     "input": {
  1016.         "items": [
  1017.             { "id": "coin", "amount": 100 }
  1018.         ]
  1019.     },
  1020.     "output": {
  1021.         "items": [
  1022.             { "id": "Smiley Badge", "amount": 1 }
  1023.         ]
  1024.     },
  1025.  
  1026.     "slot": 5,
  1027.     "icon": ""
  1028. },
  1029. {
  1030.     "id": "Smiley Badge_Cash",
  1031.     "name": "Smiley Badge",
  1032.     "description": "While taunting, damage taken is reduced by 50%",
  1033.     "input": {
  1034.         "items": [
  1035.             { "id": "diamond", "amount": 1 }
  1036.         ]
  1037.     },
  1038.     "output": {
  1039.         "items": [
  1040.             { "id": "Smiley Badge", "amount": 1 }
  1041.         ]
  1042.     },
  1043.  
  1044.     "slot": 5,
  1045.     "icon": ""
  1046. },
  1047. {
  1048.     "id": "SwordsBadge",
  1049.     "name": "Swords Badge",
  1050.     "description": "Damage with melee weapons increased by 10%",
  1051.     "input": {
  1052.         "items": [
  1053.             { "id": "coin", "amount": 250 }
  1054.         ]
  1055.     },
  1056.     "output": {
  1057.         "items": [
  1058.             { "id": "SwordsBadge", "amount": 1 }
  1059.         ]
  1060.     },
  1061.  
  1062.     "slot": 5,
  1063.     "icon": ""
  1064. },
  1065. {
  1066.     "id": "SwordsBadge_Cash",
  1067.     "name": "Swords Badge",
  1068.     "description": "Damage with melee weapons increased by 10%",
  1069.     "input": {
  1070.         "items": [
  1071.             { "id": "diamond", "amount": 1 }
  1072.         ]
  1073.     },
  1074.     "output": {
  1075.         "items": [
  1076.             { "id": "SwordsBadge", "amount": 1 }
  1077.         ]
  1078.     },
  1079.  
  1080.     "slot": 5,
  1081.     "icon": ""
  1082. },
  1083. // --- Not used for now
  1084. /*
  1085. {
  1086.     "id": "IncreasePlayerDamage",
  1087.     "name": "IncreasePlayerDamage",
  1088.     "description": "IncreasePlayerDamage class",
  1089.     "input": {
  1090.         "items": [
  1091.             { "id": "coin", "amount": 1000 }
  1092.         ]
  1093.     },
  1094.     "output": {
  1095.         "items": [
  1096.             { "id": "IncreasePlayerDamage", "amount": 1 }
  1097.         ]
  1098.     },
  1099.  
  1100.     "slot": 3,
  1101.     "icon": ""
  1102. },
  1103. */
  1104. {
  1105.     "id": "Nuke",
  1106.     "name": "Nuke",
  1107.     "description": "Nuke class",
  1108.     "input": {
  1109.         "items": [
  1110.             { "id": "coin", "amount": 100000 }
  1111.         ]
  1112.     },
  1113.     "output": {
  1114.         "items": [
  1115.             { "id": "Nuke", "amount": 1 }
  1116.         ]
  1117.     },
  1118.  
  1119.     "slot": 3,
  1120.     "icon": ""
  1121. },
  1122. {
  1123.     "id": "Nuke Cash",
  1124.     "name": "Nuke",
  1125.     "description": "Nuke class",
  1126.     "input": {
  1127.         "items": [
  1128.             { "id": "diamond", "amount": 100 }
  1129.         ]
  1130.     },
  1131.     "output": {
  1132.         "items": [
  1133.             { "id": "Nuke", "amount": 1 }
  1134.         ]
  1135.     },
  1136.  
  1137.     "slot": 3,
  1138.     "icon": ""
  1139. },
  1140. // --- Not used for now
  1141. /*
  1142. {
  1143.     "id": "IncreasePlayerSpeed",
  1144.     "name": "IncreasePlayerSpeed",
  1145.     "description": "IncreasePlayerSpeed",
  1146.     "input": {
  1147.         "items": [
  1148.             { "id": "coin", "amount": 1000 }
  1149.         ]
  1150.     },
  1151.     "output": {
  1152.         "items": [
  1153.             { "id": "IncreasePlayerSpeed", "amount": 1 }
  1154.         ]
  1155.     },
  1156.  
  1157.     "slot": 3,
  1158.     "icon": ""
  1159. },
  1160. */
  1161. {
  1162.     "id": "IncreasePlayerResilience",
  1163.     "name": "IncreasePlayerResilience",
  1164.     "description": "IncreasePlayerResilience",
  1165.     "input": {
  1166.         "items": [
  1167.             { "id": "coin", "amount": 10000 }
  1168.         ]
  1169.     },
  1170.     "output": {
  1171.         "items": [
  1172.             { "id": "IncreasePlayerResilience", "amount": 1 }
  1173.         ]
  1174.     },
  1175.  
  1176.     "slot": 3,
  1177.     "icon": ""
  1178. },
  1179. {
  1180.     "id": "IncreasePlayerResilience_Cash",
  1181.     "name": "IncreasePlayerResilience",
  1182.     "description": "IncreasePlayerResilience",
  1183.     "input": {
  1184.         "items": [
  1185.             { "id": "diamond", "amount": 10 }
  1186.         ]
  1187.     },
  1188.     "output": {
  1189.         "items": [
  1190.             { "id": "IncreasePlayerResilience", "amount": 1 }
  1191.         ]
  1192.     },
  1193.  
  1194.     "slot": 3,
  1195.     "icon": ""
  1196. },
  1197. {
  1198.     "id": "ResetHealth",
  1199.     "name": "ResetHealth",
  1200.     "description": "ResetHealth",
  1201.     "input": {
  1202.         "items": [
  1203.             { "id": "coin", "amount": 30000 }
  1204.         ]
  1205.     },
  1206.     "output": {
  1207.         "items": [
  1208.             { "id": "ResetHealth", "amount": 1 }
  1209.         ]
  1210.     },
  1211.  
  1212.     "slot": 3,
  1213.     "icon": ""
  1214. },
  1215. {
  1216.     "id": "ResetHealth_Cash",
  1217.     "name": "ResetHealth",
  1218.     "description": "ResetHealth",
  1219.     "input": {
  1220.         "items": [
  1221.             { "id": "diamond", "amount": 30 }
  1222.         ]
  1223.     },
  1224.     "output": {
  1225.         "items": [
  1226.             { "id": "ResetHealth", "amount": 1 }
  1227.         ]
  1228.     },
  1229.  
  1230.     "slot": 3,
  1231.     "icon": ""
  1232. },
  1233. // Blue Soldier taunts
  1234. {
  1235.     "id": "Blue_Soldier_taunt_default",
  1236.     "name": "Blue_Soldier_taunt_default",
  1237.     "description": "Blue_Soldier_taunt_default",
  1238.     "input": {
  1239.         "items": [
  1240.             { "id": "coin", "amount": 0 }
  1241.         ]
  1242.     },
  1243.     "output": {
  1244.         "items": [
  1245.             { "id": "Blue_Soldier_taunt_default", "amount": 1 }
  1246.         ]
  1247.     },
  1248.  
  1249.     "slot": 4,
  1250.     "icon": ""
  1251. },
  1252. {
  1253.     "id": "Blue_Soldier_taunt_1",
  1254.     "name": "Blue_Soldier_taunt_1",
  1255.     "description": "Blue_Soldier_taunt_1",
  1256.     "input": {
  1257.         "items": [
  1258.             { "id": "diamond", "amount": 40 }
  1259.         ]
  1260.     },
  1261.     "output": {
  1262.         "items": [
  1263.             { "id": "Blue_Soldier_taunt_1", "amount": 1 }
  1264.         ]
  1265.     },
  1266.  
  1267.     "slot": 4,
  1268.     "icon": "",
  1269.     "flags": 0
  1270. },
  1271. {
  1272.     "id": "Blue_Soldier_taunt_2",
  1273.     "name": "Blue_Soldier_taunt_2",
  1274.     "description": "Blue_Soldier_taunt_2",
  1275.     "input": {
  1276.         "items": [
  1277.             { "id": "diamond", "amount": 80 }
  1278.         ]
  1279.     },
  1280.     "output": {
  1281.         "items": [
  1282.             { "id": "Blue_Soldier_taunt_2", "amount": 1 }
  1283.         ]
  1284.     },
  1285.  
  1286.     "slot": 4,
  1287.     "icon": "",
  1288.     "flags": 0
  1289. },
  1290. {
  1291.     "id": "Blue_Soldier_taunt_3",
  1292.     "name": "Blue_Soldier_taunt_3",
  1293.     "description": "Blue_Soldier_taunt_3",
  1294.     "input": {
  1295.         "items": [
  1296.             { "id": "diamond", "amount": 120 }
  1297.         ]
  1298.     },
  1299.     "output": {
  1300.         "items": [
  1301.             { "id": "Blue_Soldier_taunt_3", "amount": 1 }
  1302.         ]
  1303.     },
  1304.  
  1305.     "slot": 4,
  1306.     "icon": "",
  1307.     "flags": 0
  1308. },
  1309. // Blue Tank taunts
  1310. {
  1311.     "id": "Blue_Tank_taunt_default",
  1312.     "name": "Blue_Tank_taunt_default",
  1313.     "description": "Blue_Tank_taunt_default",
  1314.     "input": {
  1315.         "items": [
  1316.             { "id": "diamond", "amount": 0 }
  1317.         ]
  1318.     },
  1319.     "output": {
  1320.         "items": [
  1321.             { "id": "Blue_Tank_taunt_default", "amount": 1 }
  1322.         ]
  1323.     },
  1324.  
  1325.     "slot": 4,
  1326.     "icon": ""
  1327. },
  1328. {
  1329.     "id": "Blue_Tank_taunt_1",
  1330.     "name": "Blue_Tank_taunt_1",
  1331.     "description": "Blue_Tank_taunt_1",
  1332.     "input": {
  1333.         "items": [
  1334.             { "id": "diamond", "amount": 40 }
  1335.         ]
  1336.     },
  1337.     "output": {
  1338.         "items": [
  1339.             { "id": "Blue_Tank_taunt_1", "amount": 1 }
  1340.         ]
  1341.     },
  1342.  
  1343.     "slot": 4,
  1344.     "icon": "",
  1345.     "flags": 0
  1346. },
  1347. {
  1348.     "id": "Blue_Tank_taunt_2",
  1349.     "name": "Blue_Tank_taunt_2",
  1350.     "description": "Blue_Tank_taunt_2",
  1351.     "input": {
  1352.         "items": [
  1353.             { "id": "diamond", "amount": 80 }
  1354.         ]
  1355.     },
  1356.     "output": {
  1357.         "items": [
  1358.             { "id": "Blue_Tank_taunt_2", "amount": 1 }
  1359.         ]
  1360.     },
  1361.  
  1362.     "slot": 4,
  1363.     "icon": "",
  1364.     "flags": 0
  1365. },
  1366. {
  1367.     "id": "Blue_Tank_taunt_3",
  1368.     "name": "Blue_Tank_taunt_3",
  1369.     "description": "Blue_Tank_taunt_3",
  1370.     "input": {
  1371.         "items": [
  1372.             { "id": "diamond", "amount": 120 }
  1373.         ]
  1374.     },
  1375.     "output": {
  1376.         "items": [
  1377.             { "id": "Blue_Tank_taunt_3", "amount": 1 }
  1378.         ]
  1379.     },
  1380.  
  1381.     "slot": 4,
  1382.     "icon": "",
  1383.     "flags": 0
  1384. },
  1385. // Blue Sniper taunts
  1386. {
  1387.     "id": "Blue_Sniper_taunt_default",
  1388.     "name": "Blue_Sniper_taunt_default",
  1389.     "description": "Blue_Sniper_taunt_default",
  1390.     "input": {
  1391.         "items": [
  1392.             { "id": "coin", "amount": 0 }
  1393.         ]
  1394.     },
  1395.     "output": {
  1396.         "items": [
  1397.             { "id": "Blue_Sniper_taunt_default", "amount": 1 }
  1398.         ]
  1399.     },
  1400.  
  1401.     "slot": 4,
  1402.     "icon": ""
  1403. },
  1404. {
  1405.     "id": "Blue_Sniper_taunt_1",
  1406.     "name": "Blue_Sniper_taunt_1",
  1407.     "description": "Blue_Sniper_taunt_1",
  1408.     "input": {
  1409.         "items": [
  1410.             { "id": "diamond", "amount": 40 }
  1411.         ]
  1412.     },
  1413.     "output": {
  1414.         "items": [
  1415.             { "id": "Blue_Sniper_taunt_1", "amount": 1 }
  1416.         ]
  1417.     },
  1418.  
  1419.     "slot": 4,
  1420.     "icon": "",
  1421.     "flags": 0
  1422. },
  1423. {
  1424.     "id": "Blue_Sniper_taunt_2",
  1425.     "name": "Blue_Sniper_taunt_2",
  1426.     "description": "Blue_Sniper_taunt_2",
  1427.     "input": {
  1428.         "items": [
  1429.             { "id": "diamond", "amount": 80 }
  1430.         ]
  1431.     },
  1432.     "output": {
  1433.         "items": [
  1434.             { "id": "Blue_Sniper_taunt_2", "amount": 1 }
  1435.         ]
  1436.     },
  1437.  
  1438.     "slot": 4,
  1439.     "icon": "",
  1440.     "flags": 0
  1441. },
  1442. {
  1443.     "id": "Blue_Sniper_taunt_3",
  1444.     "name": "Blue_Sniper_taunt_3",
  1445.     "description": "Blue_Sniper_taunt_3",
  1446.     "input": {
  1447.         "items": [
  1448.             { "id": "diamond", "amount": 120 }
  1449.         ]
  1450.     },
  1451.     "output": {
  1452.         "items": [
  1453.             { "id": "Blue_Sniper_taunt_3", "amount": 1 }
  1454.         ]
  1455.     },
  1456.  
  1457.     "slot": 4,
  1458.     "icon": "",
  1459.     "flags": 0
  1460. },
  1461. // Blue Medic taunts
  1462. {
  1463.     "id": "Blue_Medic_taunt_default",
  1464.     "name": "Blue_Medic_taunt_default",
  1465.     "description": "Blue_Medic_taunt_default",
  1466.     "input": {
  1467.         "items": [
  1468.             { "id": "coin", "amount": 0 }
  1469.         ]
  1470.     },
  1471.     "output": {
  1472.         "items": [
  1473.             { "id": "Blue_Medic_taunt_default", "amount": 1 }
  1474.         ]
  1475.     },
  1476.  
  1477.     "slot": 4,
  1478.     "icon": ""
  1479. },
  1480. {
  1481.     "id": "Blue_Medic_taunt_1",
  1482.     "name": "Blue_Medic_taunt_1",
  1483.     "description": "Blue_Medic_taunt_1",
  1484.     "input": {
  1485.         "items": [
  1486.             { "id": "diamond", "amount": 40 }
  1487.         ]
  1488.     },
  1489.     "output": {
  1490.         "items": [
  1491.             { "id": "Blue_Medic_taunt_1", "amount": 1 }
  1492.         ]
  1493.     },
  1494.  
  1495.     "slot": 4,
  1496.     "icon": "",
  1497.     "flags": 0
  1498. },
  1499. {
  1500.     "id": "Blue_Medic_taunt_2",
  1501.     "name": "Blue_Medic_taunt_2",
  1502.     "description": "Blue_Medic_taunt_2",
  1503.     "input": {
  1504.         "items": [
  1505.             { "id": "diamond", "amount": 80 }
  1506.         ]
  1507.     },
  1508.     "output": {
  1509.         "items": [
  1510.             { "id": "Blue_Medic_taunt_2", "amount": 1 }
  1511.         ]
  1512.     },
  1513.  
  1514.     "slot": 4,
  1515.     "icon": "",
  1516.     "flags": 0
  1517. },
  1518. {
  1519.     "id": "Blue_Medic_taunt_3",
  1520.     "name": "Blue_Medic_taunt_3",
  1521.     "description": "Blue_Medic_taunt_3",
  1522.     "input": {
  1523.         "items": [
  1524.             { "id": "diamond", "amount": 120 }
  1525.         ]
  1526.     },
  1527.     "output": {
  1528.         "items": [
  1529.             { "id": "Blue_Medic_taunt_3", "amount": 1 }
  1530.         ]
  1531.     },
  1532.  
  1533.     "slot": 4,
  1534.     "icon": "",
  1535.     "flags": 0
  1536. },
  1537. // Blue Stealth taunts
  1538. {
  1539.     "id": "Blue_Stealth_taunt_default",
  1540.     "name": "Blue_Stealth_taunt_default",
  1541.     "description": "Blue_Stealth_taunt_default",
  1542.     "input": {
  1543.         "items": [
  1544.             { "id": "coin", "amount": 0 }
  1545.         ]
  1546.     },
  1547.     "output": {
  1548.         "items": [
  1549.             { "id": "Blue_Stealth_taunt_default", "amount": 1 }
  1550.         ]
  1551.     },
  1552.  
  1553.     "slot": 4,
  1554.     "icon": ""
  1555. },
  1556. {
  1557.     "id": "Blue_Stealth_taunt_1",
  1558.     "name": "Blue_Stealth_taunt_1",
  1559.     "description": "Blue_Stealth_taunt_1",
  1560.     "input": {
  1561.         "items": [
  1562.             { "id": "diamond", "amount": 40 }
  1563.         ]
  1564.     },
  1565.     "output": {
  1566.         "items": [
  1567.             { "id": "Blue_Stealth_taunt_1", "amount": 1 }
  1568.         ]
  1569.     },
  1570.  
  1571.     "slot": 4,
  1572.     "icon": "",
  1573.     "flags": 0
  1574. },
  1575. {
  1576.     "id": "Blue_Stealth_taunt_2",
  1577.     "name": "Blue_Stealth_taunt_2",
  1578.     "description": "Blue_Stealth_taunt_2",
  1579.     "input": {
  1580.         "items": [
  1581.             { "id": "diamond", "amount": 80 }
  1582.         ]
  1583.     },
  1584.     "output": {
  1585.         "items": [
  1586.             { "id": "Blue_Stealth_taunt_2", "amount": 1 }
  1587.         ]
  1588.     },
  1589.  
  1590.     "slot": 4,
  1591.     "icon": "",
  1592.     "flags": 0
  1593. },
  1594. {
  1595.     "id": "Blue_Stealth_taunt_3",
  1596.     "name": "Blue_Stealth_taunt_3",
  1597.     "description": "Blue_Stealth_taunt_3",
  1598.     "input": {
  1599.         "items": [
  1600.             { "id": "diamond", "amount": 120 }
  1601.         ]
  1602.     },
  1603.     "output": {
  1604.         "items": [
  1605.             { "id": "Blue_Stealth_taunt_3", "amount": 1 }
  1606.         ]
  1607.     },
  1608.  
  1609.     "slot": 4,
  1610.     "icon": "",
  1611.     "flags": 0
  1612. },
  1613. // Red Soldier taunts
  1614. {
  1615.     "id": "Red_Soldier_taunt_default",
  1616.     "name": "Red_Soldier_taunt_default",
  1617.     "description": "Red_Soldier_taunt_default",
  1618.     "input": {
  1619.         "items": [
  1620.             { "id": "coin", "amount": 0 }
  1621.         ]
  1622.     },
  1623.     "output": {
  1624.         "items": [
  1625.             { "id": "Red_Soldier_taunt_default", "amount": 1 }
  1626.         ]
  1627.     },
  1628.  
  1629.     "slot": 4,
  1630.     "icon": ""
  1631. },
  1632. {
  1633.     "id": "Red_Soldier_taunt_1",
  1634.     "name": "Red_Soldier_taunt_1",
  1635.     "description": "Red_Soldier_taunt_1",
  1636.     "input": {
  1637.         "items": [
  1638.             { "id": "diamond", "amount": 40 }
  1639.         ]
  1640.     },
  1641.     "output": {
  1642.         "items": [
  1643.             { "id": "Red_Soldier_taunt_1", "amount": 1 }
  1644.         ]
  1645.     },
  1646.  
  1647.     "slot": 4,
  1648.     "icon": "",
  1649.     "flags": 0
  1650. },
  1651. {
  1652.     "id": "Red_Soldier_taunt_2",
  1653.     "name": "Red_Soldier_taunt_2",
  1654.     "description": "Red_Soldier_taunt_2",
  1655.     "input": {
  1656.         "items": [
  1657.             { "id": "diamond", "amount": 80 }
  1658.         ]
  1659.     },
  1660.     "output": {
  1661.         "items": [
  1662.             { "id": "Red_Soldier_taunt_2", "amount": 1 }
  1663.         ]
  1664.     },
  1665.  
  1666.     "slot": 4,
  1667.     "icon": "",
  1668.     "flags": 0
  1669. },
  1670. {
  1671.     "id": "Red_Soldier_taunt_3",
  1672.     "name": "Red_Soldier_taunt_3",
  1673.     "description": "Red_Soldier_taunt_3",
  1674.     "input": {
  1675.         "items": [
  1676.             { "id": "diamond", "amount": 120 }
  1677.         ]
  1678.     },
  1679.     "output": {
  1680.         "items": [
  1681.             { "id": "Red_Soldier_taunt_3", "amount": 1 }
  1682.         ]
  1683.     },
  1684.  
  1685.     "slot": 4,
  1686.     "icon": "",
  1687.     "flags": 0
  1688. },
  1689. // Red Tank taunts
  1690. {
  1691.     "id": "Red_Tank_taunt_default",
  1692.     "name": "Red_Tank_taunt_default",
  1693.     "description": "Red_Tank_taunt_default",
  1694.     "input": {
  1695.         "items": [
  1696.             { "id": "coin", "amount": 0 }
  1697.         ]
  1698.     },
  1699.     "output": {
  1700.         "items": [
  1701.             { "id": "Red_Tank_taunt_default", "amount": 1 }
  1702.         ]
  1703.     },
  1704.  
  1705.     "slot": 4,
  1706.     "icon": ""
  1707. },
  1708. {
  1709.     "id": "Red_Tank_taunt_1",
  1710.     "name": "Red_Tank_taunt_1",
  1711.     "description": "Red_Tank_taunt_1",
  1712.     "input": {
  1713.         "items": [
  1714.             { "id": "diamond", "amount": 40 }
  1715.         ]
  1716.     },
  1717.     "output": {
  1718.         "items": [
  1719.             { "id": "Red_Tank_taunt_1", "amount": 1 }
  1720.         ]
  1721.     },
  1722.  
  1723.     "slot": 4,
  1724.     "icon": "",
  1725.     "flags": 0
  1726. },
  1727. {
  1728.     "id": "Red_Tank_taunt_2",
  1729.     "name": "Red_Tank_taunt_2",
  1730.     "description": "Red_Tank_taunt_2",
  1731.     "input": {
  1732.         "items": [
  1733.             { "id": "diamond", "amount": 80 }
  1734.         ]
  1735.     },
  1736.     "output": {
  1737.         "items": [
  1738.             { "id": "Red_Tank_taunt_2", "amount": 1 }
  1739.         ]
  1740.     },
  1741.  
  1742.     "slot": 4,
  1743.     "icon": "",
  1744.     "flags": 0
  1745. },
  1746. {
  1747.     "id": "Red_Tank_taunt_3",
  1748.     "name": "Red_Tank_taunt_3",
  1749.     "description": "Red_Tank_taunt_3",
  1750.     "input": {
  1751.         "items": [
  1752.             { "id": "diamond", "amount": 120 }
  1753.         ]
  1754.     },
  1755.     "output": {
  1756.         "items": [
  1757.             { "id": "Red_Tank_taunt_3", "amount": 1 }
  1758.         ]
  1759.     },
  1760.  
  1761.     "slot": 4,
  1762.     "icon": "",
  1763.     "flags": 0
  1764. },
  1765. // Red Sniper taunts
  1766. {
  1767.     "id": "Red_Sniper_taunt_default",
  1768.     "name": "Red_Sniper_taunt_default",
  1769.     "description": "Red_Sniper_taunt_default",
  1770.     "input": {
  1771.         "items": [
  1772.             { "id": "coin", "amount": 0 }
  1773.         ]
  1774.     },
  1775.     "output": {
  1776.         "items": [
  1777.             { "id": "Red_Sniper_taunt_default", "amount": 1 }
  1778.         ]
  1779.     },
  1780.  
  1781.     "slot": 4,
  1782.     "icon": ""
  1783. },
  1784. {
  1785.     "id": "Red_Sniper_taunt_1",
  1786.     "name": "Red_Sniper_taunt_1",
  1787.     "description": "Red_Sniper_taunt_1",
  1788.     "input": {
  1789.         "items": [
  1790.             { "id": "diamond", "amount": 40 }
  1791.         ]
  1792.     },
  1793.     "output": {
  1794.         "items": [
  1795.             { "id": "Red_Sniper_taunt_1", "amount": 1 }
  1796.         ]
  1797.     },
  1798.  
  1799.     "slot": 4,
  1800.     "icon": "",
  1801.     "flags": 0
  1802. },
  1803. {
  1804.     "id": "Red_Sniper_taunt_2",
  1805.     "name": "Red_Sniper_taunt_2",
  1806.     "description": "Red_Sniper_taunt_2",
  1807.     "input": {
  1808.         "items": [
  1809.             { "id": "diamond", "amount": 80 }
  1810.         ]
  1811.     },
  1812.     "output": {
  1813.         "items": [
  1814.             { "id": "Red_Sniper_taunt_2", "amount": 1 }
  1815.         ]
  1816.     },
  1817.  
  1818.     "slot": 4,
  1819.     "icon": "",
  1820.     "flags": 0
  1821. },
  1822. {
  1823.     "id": "Red_Sniper_taunt_3",
  1824.     "name": "Red_Sniper_taunt_3",
  1825.     "description": "Red_Sniper_taunt_3",
  1826.     "input": {
  1827.         "items": [
  1828.             { "id": "diamond", "amount": 120 }
  1829.         ]
  1830.     },
  1831.     "output": {
  1832.         "items": [
  1833.             { "id": "Red_Sniper_taunt_3", "amount": 1 }
  1834.         ]
  1835.     },
  1836.  
  1837.     "slot": 4,
  1838.     "icon": "",
  1839.     "flags": 0
  1840. },
  1841. // Red Medic taunts
  1842. {
  1843.     "id": "Red_Medic_taunt_default",
  1844.     "name": "Red_Medic_taunt_default",
  1845.     "description": "Red_Medic_taunt_default",
  1846.     "input": {
  1847.         "items": [
  1848.             { "id": "coin", "amount": 0 }
  1849.         ]
  1850.     },
  1851.     "output": {
  1852.         "items": [
  1853.             { "id": "Red_Medic_taunt_default", "amount": 1 }
  1854.         ]
  1855.     },
  1856.  
  1857.     "slot": 4,
  1858.     "icon": ""
  1859. },
  1860. {
  1861.     "id": "Red_Medic_taunt_1",
  1862.     "name": "Red_Medic_taunt_1",
  1863.     "description": "Red_Medic_taunt_1",
  1864.     "input": {
  1865.         "items": [
  1866.             { "id": "diamond", "amount": 80 }
  1867.         ]
  1868.     },
  1869.     "output": {
  1870.         "items": [
  1871.             { "id": "Red_Medic_taunt_1", "amount": 1 }
  1872.         ]
  1873.     },
  1874.  
  1875.     "slot": 4,
  1876.     "icon": "",
  1877.     "flags": 0
  1878. },
  1879. {
  1880.     "id": "Red_Medic_taunt_2",
  1881.     "name": "Red_Medic_taunt_2",
  1882.     "description": "Red_Medic_taunt_2",
  1883.     "input": {
  1884.         "items": [
  1885.             { "id": "diamond", "amount": 80 }
  1886.         ]
  1887.     },
  1888.     "output": {
  1889.         "items": [
  1890.             { "id": "Red_Medic_taunt_2", "amount": 1 }
  1891.         ]
  1892.     },
  1893.  
  1894.     "slot": 4,
  1895.     "icon": "",
  1896.     "flags": 0
  1897. },
  1898. {
  1899.     "id": "Red_Medic_taunt_3",
  1900.     "name": "Red_Medic_taunt_3",
  1901.     "description": "Red_Medic_taunt_3",
  1902.     "input": {
  1903.         "items": [
  1904.             { "id": "diamond", "amount": 120 }
  1905.         ]
  1906.     },
  1907.     "output": {
  1908.         "items": [
  1909.             { "id": "Red_Medic_taunt_3", "amount": 1 }
  1910.         ]
  1911.     },
  1912.  
  1913.     "slot": 4,
  1914.     "icon": "",
  1915.     "flags": 0
  1916. },
  1917. // Red Stealth taunts
  1918. {
  1919.     "id": "Red_Stealth_taunt_default",
  1920.     "name": "Red_Stealth_taunt_default",
  1921.     "description": "Red_Stealth_taunt_default",
  1922.     "input": {
  1923.         "items": [
  1924.             { "id": "coin", "amount": 0 }
  1925.         ]
  1926.     },
  1927.     "output": {
  1928.         "items": [
  1929.             { "id": "Red_Stealth_taunt_default", "amount": 1 }
  1930.         ]
  1931.     },
  1932.  
  1933.     "slot": 4,
  1934.     "icon": ""
  1935. },
  1936. {
  1937.     "id": "Red_Stealth_taunt_1",
  1938.     "name": "Red_Stealth_taunt_1",
  1939.     "description": "Red_Stealth_taunt_1",
  1940.     "input": {
  1941.         "items": [
  1942.             { "id": "diamond", "amount": 40 }
  1943.         ]
  1944.     },
  1945.     "output": {
  1946.         "items": [
  1947.             { "id": "Red_Stealth_taunt_1", "amount": 1 }
  1948.         ]
  1949.     },
  1950.  
  1951.     "slot": 4,
  1952.     "icon": "",
  1953.     "flags": 0
  1954. },
  1955. {
  1956.     "id": "Red_Stealth_taunt_2",
  1957.     "name": "Red_Stealth_taunt_2",
  1958.     "description": "Red_Stealth_taunt_2",
  1959.     "input": {
  1960.         "items": [
  1961.             { "id": "diamond", "amount": 80 }
  1962.         ]
  1963.     },
  1964.     "output": {
  1965.         "items": [
  1966.             { "id": "Red_Stealth_taunt_2", "amount": 1 }
  1967.         ]
  1968.     },
  1969.  
  1970.     "slot": 4,
  1971.     "icon": "",
  1972.     "flags": 0
  1973. },
  1974. {
  1975.     "id": "Red_Stealth_taunt_3",
  1976.     "name": "Red_Stealth_taunt_3",
  1977.     "description": "Red_Stealth_taunt_3",
  1978.     "input": {
  1979.         "items": [
  1980.             { "id": "diamond", "amount": 120 }
  1981.         ]
  1982.     },
  1983.     "output": {
  1984.         "items": [
  1985.             { "id": "Red_Stealth_taunt_3", "amount": 1 }
  1986.         ]
  1987.     },
  1988.  
  1989.     "slot": 4,
  1990.     "icon": "",
  1991.     "flags": 0
  1992. },
  1993. // --- Blue Soldier greetings
  1994. {
  1995.     "id": "Blue_Soldier_greeting_default",
  1996.     "name": "Blue_Soldier_greeting_default",
  1997.     "description": "Blue_Soldier_greeting_default",
  1998.     "input": {
  1999.         "items": [
  2000.             { "id": "coin", "amount": 0 }
  2001.         ]
  2002.     },
  2003.     "output": {
  2004.         "items": [
  2005.             { "id": "Blue_Soldier_greeting_default", "amount": 1 }
  2006.         ]
  2007.     },
  2008.  
  2009.     "slot": 4,
  2010.     "icon": ""
  2011. },
  2012. {
  2013.     "id": "Blue_Soldier_greeting_1",
  2014.     "name": "Blue_Soldier_greeting_1",
  2015.     "description": "Blue_Soldier_greeting_1",
  2016.     "input": {
  2017.         "items": [
  2018.             { "id": "diamond", "amount": 30 }
  2019.         ]
  2020.     },
  2021.     "output": {
  2022.         "items": [
  2023.             { "id": "Blue_Soldier_greeting_1", "amount": 1 }
  2024.         ]
  2025.     },
  2026.  
  2027.     "slot": 4,
  2028.     "icon": "",
  2029.     "flags": 0
  2030. },
  2031. {
  2032.     "id": "Blue_Soldier_greeting_2",
  2033.     "name": "Blue_Soldier_greeting_2",
  2034.     "description": "Blue_Soldier_greeting_2",
  2035.     "input": {
  2036.         "items": [
  2037.             { "id": "diamond", "amount": 30 }
  2038.         ]
  2039.     },
  2040.     "output": {
  2041.         "items": [
  2042.             { "id": "Blue_Soldier_greeting_2", "amount": 1 }
  2043.         ]
  2044.     },
  2045.  
  2046.     "slot": 4,
  2047.     "icon": "",
  2048.     "flags": 0
  2049. },
  2050. // --- Blue Tank greetings
  2051. {
  2052.     "id": "Blue_Tank_greeting_default",
  2053.     "name": "Blue_Tank_greeting_default",
  2054.     "description": "Blue_Tank_greeting_default",
  2055.     "input": {
  2056.         "items": [
  2057.             { "id": "diamond", "amount": 0 }
  2058.         ]
  2059.     },
  2060.     "output": {
  2061.         "items": [
  2062.             { "id": "Blue_Tank_greeting_default", "amount": 1 }
  2063.         ]
  2064.     },
  2065.  
  2066.     "slot": 4,
  2067.     "icon": ""
  2068. },
  2069. {
  2070.     "id": "Blue_Tank_greeting_1",
  2071.     "name": "Blue_Tank_greeting_1",
  2072.     "description": "Blue_Tank_greeting_1",
  2073.     "input": {
  2074.         "items": [
  2075.             { "id": "diamond", "amount": 30 }
  2076.         ]
  2077.     },
  2078.     "output": {
  2079.         "items": [
  2080.             { "id": "Blue_Tank_greeting_1", "amount": 1 }
  2081.         ]
  2082.     },
  2083.  
  2084.     "slot": 4,
  2085.     "icon": "",
  2086.     "flags": 0
  2087. },
  2088. {
  2089.     "id": "Blue_Tank_greeting_2",
  2090.     "name": "Blue_Tank_greeting_2",
  2091.     "description": "Blue_Tank_greeting_2",
  2092.     "input": {
  2093.         "items": [
  2094.             { "id": "diamond", "amount": 30 }
  2095.         ]
  2096.     },
  2097.     "output": {
  2098.         "items": [
  2099.             { "id": "Blue_Tank_greeting_2", "amount": 1 }
  2100.         ]
  2101.     },
  2102.  
  2103.     "slot": 4,
  2104.     "icon": "",
  2105.     "flags": 0
  2106. },
  2107. // --- Blue Sniper greetings
  2108. {
  2109.     "id": "Blue_Sniper_greeting_default",
  2110.     "name": "Blue_Sniper_greeting_default",
  2111.     "description": "Blue_Sniper_greeting_default",
  2112.     "input": {
  2113.         "items": [
  2114.             { "id": "coin", "amount": 0 }
  2115.         ]
  2116.     },
  2117.     "output": {
  2118.         "items": [
  2119.             { "id": "Blue_Sniper_greeting_default", "amount": 1 }
  2120.         ]
  2121.     },
  2122.  
  2123.     "slot": 4,
  2124.     "icon": ""
  2125. },
  2126. {
  2127.     "id": "Blue_Sniper_greeting_1",
  2128.     "name": "Blue_Sniper_greeting_1",
  2129.     "description": "Blue_Sniper_greeting_1",
  2130.     "input": {
  2131.         "items": [
  2132.             { "id": "diamond", "amount": 30 }
  2133.         ]
  2134.     },
  2135.     "output": {
  2136.         "items": [
  2137.             { "id": "Blue_Sniper_greeting_1", "amount": 1 }
  2138.         ]
  2139.     },
  2140.  
  2141.     "slot": 4,
  2142.     "icon": "",
  2143.     "flags": 0
  2144. },
  2145. {
  2146.     "id": "Blue_Sniper_greeting_2",
  2147.     "name": "Blue_Sniper_greeting_2",
  2148.     "description": "Blue_Sniper_greeting_2",
  2149.     "input": {
  2150.         "items": [
  2151.             { "id": "diamond", "amount": 30 }
  2152.         ]
  2153.     },
  2154.     "output": {
  2155.         "items": [
  2156.             { "id": "Blue_Sniper_greeting_2", "amount": 1 }
  2157.         ]
  2158.     },
  2159.  
  2160.     "slot": 4,
  2161.     "icon": "",
  2162.     "flags": 0
  2163. },
  2164. // --- Blue Medic greetings
  2165. {
  2166.     "id": "Blue_Medic_greeting_default",
  2167.     "name": "Blue_Medic_greeting_default",
  2168.     "description": "Blue_Medic_greeting_default",
  2169.     "input": {
  2170.         "items": [
  2171.             { "id": "coin", "amount": 0 }
  2172.         ]
  2173.     },
  2174.     "output": {
  2175.         "items": [
  2176.             { "id": "Blue_Medic_greeting_default", "amount": 1 }
  2177.         ]
  2178.     },
  2179.  
  2180.     "slot": 4,
  2181.     "icon": ""
  2182. },
  2183. {
  2184.     "id": "Blue_Medic_greeting_1",
  2185.     "name": "Blue_Medic_greeting_1",
  2186.     "description": "Blue_Medic_greeting_1",
  2187.     "input": {
  2188.         "items": [
  2189.             { "id": "diamond", "amount": 30 }
  2190.         ]
  2191.     },
  2192.     "output": {
  2193.         "items": [
  2194.             { "id": "Blue_Medic_greeting_1", "amount": 1 }
  2195.         ]
  2196.     },
  2197.  
  2198.     "slot": 4,
  2199.     "icon": "",
  2200.     "flags": 0
  2201. },
  2202. {
  2203.     "id": "Blue_Medic_greeting_2",
  2204.     "name": "Blue_Medic_greeting_2",
  2205.     "description": "Blue_Medic_greeting_2",
  2206.     "input": {
  2207.         "items": [
  2208.             { "id": "diamond", "amount": 30 }
  2209.         ]
  2210.     },
  2211.     "output": {
  2212.         "items": [
  2213.             { "id": "Blue_Medic_greeting_2", "amount": 1 }
  2214.         ]
  2215.     },
  2216.  
  2217.     "slot": 4,
  2218.     "icon": "",
  2219.     "flags": 0
  2220. },
  2221. // --- Blue Stealth greetings
  2222. {
  2223.     "id": "Blue_Stealth_greeting_default",
  2224.     "name": "Blue_Stealth_greeting_default",
  2225.     "description": "Blue_Stealth_greeting_default",
  2226.     "input": {
  2227.         "items": [
  2228.             { "id": "coin", "amount": 0 }
  2229.         ]
  2230.     },
  2231.     "output": {
  2232.         "items": [
  2233.             { "id": "Blue_Stealth_greeting_default", "amount": 1 }
  2234.         ]
  2235.     },
  2236.  
  2237.     "slot": 4,
  2238.     "icon": ""
  2239. },
  2240. {
  2241.     "id": "Blue_Stealth_greeting_1",
  2242.     "name": "Blue_Stealth_greeting_1",
  2243.     "description": "Blue_Stealth_greeting_1",
  2244.     "input": {
  2245.         "items": [
  2246.             { "id": "diamond", "amount": 30 }
  2247.         ]
  2248.     },
  2249.     "output": {
  2250.         "items": [
  2251.             { "id": "Blue_Stealth_greeting_1", "amount": 1 }
  2252.         ]
  2253.     },
  2254.  
  2255.     "slot": 4,
  2256.     "icon": "",
  2257.     "flags": 0
  2258. },
  2259. {
  2260.     "id": "Blue_Stealth_greeting_2",
  2261.     "name": "Blue_Stealth_greeting_2",
  2262.     "description": "Blue_Stealth_greeting_2",
  2263.     "input": {
  2264.         "items": [
  2265.             { "id": "diamond", "amount": 30 }
  2266.         ]
  2267.     },
  2268.     "output": {
  2269.         "items": [
  2270.             { "id": "Blue_Stealth_greeting_2", "amount": 1 }
  2271.         ]
  2272.     },
  2273.  
  2274.     "slot": 4,
  2275.     "icon": "",
  2276.     "flags": 0
  2277. },
  2278. // --- Red Soldier greetings
  2279. {
  2280.     "id": "Red_Soldier_greeting_default",
  2281.     "name": "Red_Soldier_greeting_default",
  2282.     "description": "Red_Soldier_greeting_default",
  2283.     "input": {
  2284.         "items": [
  2285.             { "id": "coin", "amount": 0 }
  2286.         ]
  2287.     },
  2288.     "output": {
  2289.         "items": [
  2290.             { "id": "Red_Soldier_greeting_default", "amount": 1 }
  2291.         ]
  2292.     },
  2293.  
  2294.     "slot": 4,
  2295.     "icon": ""
  2296. },
  2297. {
  2298.     "id": "Red_Soldier_greeting_1",
  2299.     "name": "Red_Soldier_greeting_1",
  2300.     "description": "Red_Soldier_greeting_1",
  2301.     "input": {
  2302.         "items": [
  2303.             { "id": "diamond", "amount": 30 }
  2304.         ]
  2305.     },
  2306.     "output": {
  2307.         "items": [
  2308.             { "id": "Red_Soldier_greeting_1", "amount": 1 }
  2309.         ]
  2310.     },
  2311.  
  2312.     "slot": 4,
  2313.     "icon": "",
  2314.     "flags": 0
  2315. },
  2316. {
  2317.     "id": "Red_Soldier_greeting_2",
  2318.     "name": "Red_Soldier_greeting_2",
  2319.     "description": "Red_Soldier_greeting_2",
  2320.     "input": {
  2321.         "items": [
  2322.             { "id": "diamond", "amount": 30 }
  2323.         ]
  2324.     },
  2325.     "output": {
  2326.         "items": [
  2327.             { "id": "Red_Soldier_greeting_2", "amount": 1 }
  2328.         ]
  2329.     },
  2330.  
  2331.     "slot": 4,
  2332.     "icon": "",
  2333.     "flags": 0
  2334. },
  2335. // --- Red Tank greetings
  2336. {
  2337.     "id": "Red_Tank_greeting_default",
  2338.     "name": "Red_Tank_greeting_default",
  2339.     "description": "Red_Tank_greeting_default",
  2340.     "input": {
  2341.         "items": [
  2342.             { "id": "coin", "amount": 0 }
  2343.         ]
  2344.     },
  2345.     "output": {
  2346.         "items": [
  2347.             { "id": "Red_Tank_greeting_default", "amount": 1 }
  2348.         ]
  2349.     },
  2350.  
  2351.     "slot": 4,
  2352.     "icon": ""
  2353. },
  2354. {
  2355.     "id": "Red_Tank_greeting_1",
  2356.     "name": "Red_Tank_greeting_1",
  2357.     "description": "Red_Tank_greeting_1",
  2358.     "input": {
  2359.         "items": [
  2360.             { "id": "diamond", "amount": 30 }
  2361.         ]
  2362.     },
  2363.     "output": {
  2364.         "items": [
  2365.             { "id": "Red_Tank_greeting_1", "amount": 1 }
  2366.         ]
  2367.     },
  2368.  
  2369.     "slot": 4,
  2370.     "icon": "",
  2371.     "flags": 0
  2372. },
  2373. {
  2374.     "id": "Red_Tank_greeting_2",
  2375.     "name": "Red_Tank_greeting_2",
  2376.     "description": "Red_Tank_greeting_2",
  2377.     "input": {
  2378.         "items": [
  2379.             { "id": "diamond", "amount": 30 }
  2380.         ]
  2381.     },
  2382.     "output": {
  2383.         "items": [
  2384.             { "id": "Red_Tank_greeting_2", "amount": 1 }
  2385.         ]
  2386.     },
  2387.  
  2388.     "slot": 4,
  2389.     "icon": "",
  2390.     "flags": 0
  2391. },
  2392. // --- Red Sniper greetings
  2393. {
  2394.     "id": "Red_Sniper_greeting_default",
  2395.     "name": "Red_Sniper_greeting_default",
  2396.     "description": "Red_Sniper_greeting_default",
  2397.     "input": {
  2398.         "items": [
  2399.             { "id": "coin", "amount": 0 }
  2400.         ]
  2401.     },
  2402.     "output": {
  2403.         "items": [
  2404.             { "id": "Red_Sniper_greeting_default", "amount": 1 }
  2405.         ]
  2406.     },
  2407.  
  2408.     "slot": 4,
  2409.     "icon": ""
  2410. },
  2411. {
  2412.     "id": "Red_Sniper_greeting_1",
  2413.     "name": "Red_Sniper_greeting_1",
  2414.     "description": "Red_Sniper_greeting_1",
  2415.     "input": {
  2416.         "items": [
  2417.             { "id": "diamond", "amount": 30 }
  2418.         ]
  2419.     },
  2420.     "output": {
  2421.         "items": [
  2422.             { "id": "Red_Sniper_greeting_1", "amount": 1 }
  2423.         ]
  2424.     },
  2425.  
  2426.     "slot": 4,
  2427.     "icon": "",
  2428.     "flags": 0
  2429. },
  2430. {
  2431.     "id": "Red_Sniper_greeting_2",
  2432.     "name": "Red_Sniper_greeting_2",
  2433.     "description": "Red_Sniper_greeting_2",
  2434.     "input": {
  2435.         "items": [
  2436.             { "id": "diamond", "amount": 30 }
  2437.         ]
  2438.     },
  2439.     "output": {
  2440.         "items": [
  2441.             { "id": "Red_Sniper_greeting_2", "amount": 1 }
  2442.         ]
  2443.     },
  2444.  
  2445.     "slot": 4,
  2446.     "icon": "",
  2447.     "flags": 0
  2448. },
  2449. // --- Red Medic greetings
  2450. {
  2451.     "id": "Red_Medic_greeting_default",
  2452.     "name": "Red_Medic_greeting_default",
  2453.     "description": "Red_Medic_greeting_default",
  2454.     "input": {
  2455.         "items": [
  2456.             { "id": "coin", "amount": 0 }
  2457.         ]
  2458.     },
  2459.     "output": {
  2460.         "items": [
  2461.             { "id": "Red_Medic_greeting_default", "amount": 1 }
  2462.         ]
  2463.     },
  2464.  
  2465.     "slot": 4,
  2466.     "icon": ""
  2467. },
  2468. {
  2469.     "id": "Red_Medic_greeting_1",
  2470.     "name": "Red_Medic_greeting_1",
  2471.     "description": "Red_Medic_greeting_1",
  2472.     "input": {
  2473.         "items": [
  2474.             { "id": "diamond", "amount": 30 }
  2475.         ]
  2476.     },
  2477.     "output": {
  2478.         "items": [
  2479.             { "id": "Red_Medic_greeting_1", "amount": 1 }
  2480.         ]
  2481.     },
  2482.  
  2483.     "slot": 4,
  2484.     "icon": "",
  2485.     "flags": 0
  2486. },
  2487. {
  2488.     "id": "Red_Medic_greeting_2",
  2489.     "name": "Red_Medic_greeting_2",
  2490.     "description": "Red_Medic_greeting_2",
  2491.     "input": {
  2492.         "items": [
  2493.             { "id": "diamond", "amount": 30 }
  2494.         ]
  2495.     },
  2496.     "output": {
  2497.         "items": [
  2498.             { "id": "Red_Medic_greeting_2", "amount": 1 }
  2499.         ]
  2500.     },
  2501.  
  2502.     "slot": 4,
  2503.     "icon": "",
  2504.     "flags": 0
  2505. },
  2506. // --- Red Stealth greetings
  2507. {
  2508.     "id": "Red_Stealth_greeting_default",
  2509.     "name": "Red_Stealth_greeting_default",
  2510.     "description": "Red_Stealth_greeting_default",
  2511.     "input": {
  2512.         "items": [
  2513.             { "id": "coin", "amount": 0 }
  2514.         ]
  2515.     },
  2516.     "output": {
  2517.         "items": [
  2518.             { "id": "Red_Stealth_greeting_default", "amount": 1 }
  2519.         ]
  2520.     },
  2521.  
  2522.     "slot": 4,
  2523.     "icon": ""
  2524. },
  2525. {
  2526.     "id": "Red_Stealth_greeting_1",
  2527.     "name": "Red_Stealth_greeting_1",
  2528.     "description": "Red_Stealth_greeting_1",
  2529.     "input": {
  2530.         "items": [
  2531.             { "id": "diamond", "amount": 30 }
  2532.         ]
  2533.     },
  2534.     "output": {
  2535.         "items": [
  2536.             { "id": "Red_Stealth_greeting_1", "amount": 1 }
  2537.         ]
  2538.     },
  2539.  
  2540.     "slot": 4,
  2541.     "icon": "",
  2542.     "flags": 0
  2543. },
  2544. {
  2545.     "id": "Red_Stealth_greeting_2",
  2546.     "name": "Red_Stealth_greeting_2",
  2547.     "description": "Red_Stealth_greeting_2",
  2548.     "input": {
  2549.         "items": [
  2550.             { "id": "diamond", "amount": 30 }
  2551.         ]
  2552.     },
  2553.     "output": {
  2554.         "items": [
  2555.             { "id": "Red_Stealth_greeting_2", "amount": 1 }
  2556.         ]
  2557.     },
  2558.  
  2559.     "slot": 4,
  2560.     "icon": "",
  2561.     "flags": 0
  2562. },
  2563. // --- Blue Soldier kill signatures
  2564. {
  2565.     "id": "Blue_Soldier_kill_signature_default",
  2566.     "name": "Blue_Soldier_kill_signature_default",
  2567.     "description": "Blue_Soldier_kill_signature_default",
  2568.     "input": {
  2569.         "items": [
  2570.             { "id": "diamond", "amount": 50 }
  2571.         ]
  2572.     },
  2573.     "output": {
  2574.         "items": [
  2575.             { "id": "Blue_Soldier_kill_signature_default", "amount": 1 }
  2576.         ]
  2577.     },
  2578.  
  2579.     "slot": 4,
  2580.     "icon": ""
  2581. },
  2582. {
  2583.     "id": "Blue_Soldier_kill_signature_1",
  2584.     "name": "Blue_Soldier_kill_signature_1",
  2585.     "description": "Blue_Soldier_kill_signature_1",
  2586.     "input": {
  2587.         "items": [
  2588.             { "id": "diamond", "amount": 50 }
  2589.         ]
  2590.     },
  2591.     "output": {
  2592.         "items": [
  2593.             { "id": "Blue_Soldier_kill_signature_1", "amount": 1 }
  2594.         ]
  2595.     },
  2596.  
  2597.     "slot": 4,
  2598.     "icon": "",
  2599.     "flags": 0
  2600. },
  2601. {
  2602.     "id": "Blue_Soldier_kill_signature_2",
  2603.     "name": "Blue_Soldier_kill_signature_2",
  2604.     "description": "Blue_Soldier_kill_signature_2",
  2605.     "input": {
  2606.         "items": [
  2607.             { "id": "diamond", "amount": 50 }
  2608.         ]
  2609.     },
  2610.     "output": {
  2611.         "items": [
  2612.             { "id": "Blue_Soldier_kill_signature_2", "amount": 1 }
  2613.         ]
  2614.     },
  2615.  
  2616.     "slot": 4,
  2617.     "icon": "",
  2618.     "flags": 0
  2619. },
  2620. {
  2621.     "id": "Blue_Soldier_kill_signature_3",
  2622.     "name": "Blue_Soldier_kill_signature_3",
  2623.     "description": "Blue_Soldier_kill_signature_3",
  2624.     "input": {
  2625.         "items": [
  2626.             { "id": "diamond", "amount": 100 }
  2627.         ]
  2628.     },
  2629.     "output": {
  2630.         "items": [
  2631.             { "id": "Blue_Soldier_kill_signature_3", "amount": 1 }
  2632.         ]
  2633.     },
  2634.  
  2635.     "slot": 4,
  2636.     "icon": "",
  2637.     "flags": 0
  2638. },
  2639. // --- Blue Tank kill signatures
  2640. {
  2641.     "id": "Blue_Tank_kill_signature_default",
  2642.     "name": "Blue_Tank_kill_signature_default",
  2643.     "description": "Blue_Tank_kill_signature_default",
  2644.     "input": {
  2645.         "items": [
  2646.             { "id": "diamond", "amount": 50 }
  2647.         ]
  2648.     },
  2649.     "output": {
  2650.         "items": [
  2651.             { "id": "Blue_Tank_kill_signature_default", "amount": 1 }
  2652.         ]
  2653.     },
  2654.  
  2655.     "slot": 4,
  2656.     "icon": ""
  2657. },
  2658. {
  2659.     "id": "Blue_Tank_kill_signature_1",
  2660.     "name": "Blue_Tank_kill_signature_1",
  2661.     "description": "Blue_Tank_kill_signature_1",
  2662.     "input": {
  2663.         "items": [
  2664.             { "id": "diamond", "amount": 50 }
  2665.         ]
  2666.     },
  2667.     "output": {
  2668.         "items": [
  2669.             { "id": "Blue_Tank_kill_signature_1", "amount": 1 }
  2670.         ]
  2671.     },
  2672.  
  2673.     "slot": 4,
  2674.     "icon": "",
  2675.     "flags": 0
  2676. },
  2677. {
  2678.     "id": "Blue_Tank_kill_signature_2",
  2679.     "name": "Blue_Tank_kill_signature_2",
  2680.     "description": "Blue_Tank_kill_signature_2",
  2681.     "input": {
  2682.         "items": [
  2683.             { "id": "diamond", "amount": 50 }
  2684.         ]
  2685.     },
  2686.     "output": {
  2687.         "items": [
  2688.             { "id": "Blue_Tank_kill_signature_2", "amount": 1 }
  2689.         ]
  2690.     },
  2691.  
  2692.     "slot": 4,
  2693.     "icon": "",
  2694.     "flags": 0
  2695. },
  2696. {
  2697.     "id": "Blue_Tank_kill_signature_3",
  2698.     "name": "Blue_Tank_kill_signature_3",
  2699.     "description": "Blue_Tank_kill_signature_3",
  2700.     "input": {
  2701.         "items": [
  2702.             { "id": "diamond", "amount": 100 }
  2703.         ]
  2704.     },
  2705.     "output": {
  2706.         "items": [
  2707.             { "id": "Blue_Tank_kill_signature_3", "amount": 1 }
  2708.         ]
  2709.     },
  2710.  
  2711.     "slot": 4,
  2712.     "icon": "",
  2713.     "flags": 0
  2714. },
  2715. // --- Blue Sniper kill signatures
  2716. {
  2717.     "id": "Blue_Sniper_kill_signature_default",
  2718.     "name": "Blue_Sniper_kill_signature_default",
  2719.     "description": "Blue_Sniper_kill_signature_default",
  2720.     "input": {
  2721.         "items": [
  2722.             { "id": "diamond", "amount": 50 }
  2723.         ]
  2724.     },
  2725.     "output": {
  2726.         "items": [
  2727.             { "id": "Blue_Sniper_kill_signature_default", "amount": 1 }
  2728.         ]
  2729.     },
  2730.  
  2731.     "slot": 4,
  2732.     "icon": ""
  2733. },
  2734. {
  2735.     "id": "Blue_Sniper_kill_signature_1",
  2736.     "name": "Blue_Sniper_kill_signature_1",
  2737.     "description": "Blue_Sniper_kill_signature_1",
  2738.     "input": {
  2739.         "items": [
  2740.             { "id": "diamond", "amount": 50 }
  2741.         ]
  2742.     },
  2743.     "output": {
  2744.         "items": [
  2745.             { "id": "Blue_Sniper_kill_signature_1", "amount": 1 }
  2746.         ]
  2747.     },
  2748.  
  2749.     "slot": 4,
  2750.     "icon": "",
  2751.     "flags": 0
  2752. },
  2753. {
  2754.     "id": "Blue_Sniper_kill_signature_2",
  2755.     "name": "Blue_Sniper_kill_signature_2",
  2756.     "description": "Blue_Sniper_kill_signature_2",
  2757.     "input": {
  2758.         "items": [
  2759.             { "id": "diamond", "amount": 50 }
  2760.         ]
  2761.     },
  2762.     "output": {
  2763.         "items": [
  2764.             { "id": "Blue_Sniper_kill_signature_2", "amount": 1 }
  2765.         ]
  2766.     },
  2767.  
  2768.     "slot": 4,
  2769.     "icon": "",
  2770.     "flags": 0
  2771. },
  2772. {
  2773.     "id": "Blue_Sniper_kill_signature_3",
  2774.     "name": "Blue_Sniper_kill_signature_3",
  2775.     "description": "Blue_Sniper_kill_signature_3",
  2776.     "input": {
  2777.         "items": [
  2778.             { "id": "diamond", "amount": 100 }
  2779.         ]
  2780.     },
  2781.     "output": {
  2782.         "items": [
  2783.             { "id": "Blue_Sniper_kill_signature_3", "amount": 1 }
  2784.         ]
  2785.     },
  2786.  
  2787.     "slot": 4,
  2788.     "icon": "",
  2789.     "flags": 0
  2790. },
  2791. // --- Blue Medic kill signatures
  2792. {
  2793.     "id": "Blue_Medic_kill_signature_default",
  2794.     "name": "Blue_Medic_kill_signature_default",
  2795.     "description": "Blue_Medic_kill_signature_default",
  2796.     "input": {
  2797.         "items": [
  2798.             { "id": "diamond", "amount": 50 }
  2799.         ]
  2800.     },
  2801.     "output": {
  2802.         "items": [
  2803.             { "id": "Blue_Medic_kill_signature_default", "amount": 1 }
  2804.         ]
  2805.     },
  2806.  
  2807.     "slot": 4,
  2808.     "icon": ""
  2809. },
  2810. {
  2811.     "id": "Blue_Medic_kill_signature_1",
  2812.     "name": "Blue_Medic_kill_signature_1",
  2813.     "description": "Blue_Medic_kill_signature_1",
  2814.     "input": {
  2815.         "items": [
  2816.             { "id": "diamond", "amount": 50 }
  2817.         ]
  2818.     },
  2819.     "output": {
  2820.         "items": [
  2821.             { "id": "Blue_Medic_kill_signature_1", "amount": 1 }
  2822.         ]
  2823.     },
  2824.  
  2825.     "slot": 4,
  2826.     "icon": "",
  2827.     "flags": 0
  2828. },
  2829. {
  2830.     "id": "Blue_Medic_kill_signature_2",
  2831.     "name": "Blue_Medic_kill_signature_2",
  2832.     "description": "Blue_Medic_kill_signature_2",
  2833.     "input": {
  2834.         "items": [
  2835.             { "id": "diamond", "amount": 50 }
  2836.         ]
  2837.     },
  2838.     "output": {
  2839.         "items": [
  2840.             { "id": "Blue_Medic_kill_signature_2", "amount": 1 }
  2841.         ]
  2842.     },
  2843.  
  2844.     "slot": 4,
  2845.     "icon": "",
  2846.     "flags": 0
  2847. },
  2848. {
  2849.     "id": "Blue_Medic_kill_signature_3",
  2850.     "name": "Blue_Medic_kill_signature_3",
  2851.     "description": "Blue_Medic_kill_signature_3",
  2852.     "input": {
  2853.         "items": [
  2854.             { "id": "diamond", "amount": 100 }
  2855.         ]
  2856.     },
  2857.     "output": {
  2858.         "items": [
  2859.             { "id": "Blue_Medic_kill_signature_3", "amount": 1 }
  2860.         ]
  2861.     },
  2862.  
  2863.     "slot": 4,
  2864.     "icon": "",
  2865.     "flags": 0
  2866. },
  2867. // --- Blue Stealth kill signatures
  2868. {
  2869.     "id": "Blue_Stealth_kill_signature_default",
  2870.     "name": "Blue_Stealth_kill_signature_default",
  2871.     "description": "Blue_Stealth_kill_signature_default",
  2872.     "input": {
  2873.         "items": [
  2874.             { "id": "diamond", "amount": 50 }
  2875.         ]
  2876.     },
  2877.     "output": {
  2878.         "items": [
  2879.             { "id": "Blue_Stealth_kill_signature_default", "amount": 1 }
  2880.         ]
  2881.     },
  2882.  
  2883.     "slot": 4,
  2884.     "icon": ""
  2885. },
  2886. {
  2887.     "id": "Blue_Stealth_kill_signature_1",
  2888.     "name": "Blue_Stealth_kill_signature_1",
  2889.     "description": "Blue_Stealth_kill_signature_1",
  2890.     "input": {
  2891.         "items": [
  2892.             { "id": "diamond", "amount": 50 }
  2893.         ]
  2894.     },
  2895.     "output": {
  2896.         "items": [
  2897.             { "id": "Blue_Stealth_kill_signature_1", "amount": 1 }
  2898.         ]
  2899.     },
  2900.  
  2901.     "slot": 4,
  2902.     "icon": "",
  2903.     "flags": 0
  2904. },
  2905. {
  2906.     "id": "Blue_Stealth_kill_signature_2",
  2907.     "name": "Blue_Stealth_kill_signature_2",
  2908.     "description": "Blue_Stealth_kill_signature_2",
  2909.     "input": {
  2910.         "items": [
  2911.             { "id": "diamond", "amount": 50 }
  2912.         ]
  2913.     },
  2914.     "output": {
  2915.         "items": [
  2916.             { "id": "Blue_Stealth_kill_signature_2", "amount": 1 }
  2917.         ]
  2918.     },
  2919.  
  2920.     "slot": 4,
  2921.     "icon": "",
  2922.     "flags": 0
  2923. },
  2924. {
  2925.     "id": "Blue_Stealth_kill_signature_3",
  2926.     "name": "Blue_Stealth_kill_signature_3",
  2927.     "description": "Blue_Stealth_kill_signature_3",
  2928.     "input": {
  2929.         "items": [
  2930.             { "id": "diamond", "amount": 100 }
  2931.         ]
  2932.     },
  2933.     "output": {
  2934.         "items": [
  2935.             { "id": "Blue_Stealth_kill_signature_3", "amount": 1 }
  2936.         ]
  2937.     },
  2938.  
  2939.     "slot": 4,
  2940.     "icon": "",
  2941.     "flags": 0
  2942. },
  2943. // --- Red Soldier kill signatures
  2944. {
  2945.     "id": "Red_Soldier_kill_signature_default",
  2946.     "name": "Red_Soldier_kill_signature_default",
  2947.     "description": "Red_Soldier_kill_signature_default",
  2948.     "input": {
  2949.         "items": [
  2950.             { "id": "diamond", "amount": 50 }
  2951.         ]
  2952.     },
  2953.     "output": {
  2954.         "items": [
  2955.             { "id": "Red_Soldier_kill_signature_default", "amount": 1 }
  2956.         ]
  2957.     },
  2958.  
  2959.     "slot": 4,
  2960.     "icon": ""
  2961. },
  2962. {
  2963.     "id": "Red_Soldier_kill_signature_1",
  2964.     "name": "Red_Soldier_kill_signature_1",
  2965.     "description": "Red_Soldier_kill_signature_1",
  2966.     "input": {
  2967.         "items": [
  2968.             { "id": "diamond", "amount": 50 }
  2969.         ]
  2970.     },
  2971.     "output": {
  2972.         "items": [
  2973.             { "id": "Red_Soldier_kill_signature_1", "amount": 1 }
  2974.         ]
  2975.     },
  2976.  
  2977.     "slot": 4,
  2978.     "icon": "",
  2979.     "flags": 0
  2980. },
  2981. {
  2982.     "id": "Red_Soldier_kill_signature_2",
  2983.     "name": "Red_Soldier_kill_signature_2",
  2984.     "description": "Red_Soldier_kill_signature_2",
  2985.     "input": {
  2986.         "items": [
  2987.             { "id": "diamond", "amount": 50 }
  2988.         ]
  2989.     },
  2990.     "output": {
  2991.         "items": [
  2992.             { "id": "Red_Soldier_kill_signature_2", "amount": 1 }
  2993.         ]
  2994.     },
  2995.  
  2996.     "slot": 4,
  2997.     "icon": "",
  2998.     "flags": 0
  2999. },
  3000. {
  3001.     "id": "Red_Soldier_kill_signature_3",
  3002.     "name": "Red_Soldier_kill_signature_3",
  3003.     "description": "Red_Soldier_kill_signature_3",
  3004.     "input": {
  3005.         "items": [
  3006.             { "id": "diamond", "amount": 100 }
  3007.         ]
  3008.     },
  3009.     "output": {
  3010.         "items": [
  3011.             { "id": "Red_Soldier_kill_signature_3", "amount": 1 }
  3012.         ]
  3013.     },
  3014.  
  3015.     "slot": 4,
  3016.     "icon": "",
  3017.     "flags": 0
  3018. },
  3019. // --- Red Tank kill signatures
  3020. {
  3021.     "id": "Red_Tank_kill_signature_default",
  3022.     "name": "Red_Tank_kill_signature_default",
  3023.     "description": "Red_Tank_kill_signature_default",
  3024.     "input": {
  3025.         "items": [
  3026.             { "id": "diamond", "amount": 50 }
  3027.         ]
  3028.     },
  3029.     "output": {
  3030.         "items": [
  3031.             { "id": "Red_Tank_kill_signature_default", "amount": 1 }
  3032.         ]
  3033.     },
  3034.  
  3035.     "slot": 4,
  3036.     "icon": ""
  3037. },
  3038. {
  3039.     "id": "Red_Tank_kill_signature_1",
  3040.     "name": "Red_Tank_kill_signature_1",
  3041.     "description": "Red_Tank_kill_signature_1",
  3042.     "input": {
  3043.         "items": [
  3044.             { "id": "diamond", "amount": 50 }
  3045.         ]
  3046.     },
  3047.     "output": {
  3048.         "items": [
  3049.             { "id": "Red_Tank_kill_signature_1", "amount": 1 }
  3050.         ]
  3051.     },
  3052.  
  3053.     "slot": 4,
  3054.     "icon": "",
  3055.     "flags": 0
  3056. },
  3057. {
  3058.     "id": "Red_Tank_kill_signature_2",
  3059.     "name": "Red_Tank_kill_signature_2",
  3060.     "description": "Red_Tank_kill_signature_2",
  3061.     "input": {
  3062.         "items": [
  3063.             { "id": "diamond", "amount": 50 }
  3064.         ]
  3065.     },
  3066.     "output": {
  3067.         "items": [
  3068.             { "id": "Red_Tank_kill_signature_2", "amount": 1 }
  3069.         ]
  3070.     },
  3071.  
  3072.     "slot": 4,
  3073.     "icon": "",
  3074.     "flags": 0
  3075. },
  3076. {
  3077.     "id": "Red_Tank_kill_signature_3",
  3078.     "name": "Red_Tank_kill_signature_3",
  3079.     "description": "Red_Tank_kill_signature_3",
  3080.     "input": {
  3081.         "items": [
  3082.             { "id": "diamond", "amount": 100 }
  3083.         ]
  3084.     },
  3085.     "output": {
  3086.         "items": [
  3087.             { "id": "Red_Tank_kill_signature_3", "amount": 1 }
  3088.         ]
  3089.     },
  3090.  
  3091.     "slot": 4,
  3092.     "icon": "",
  3093.     "flags": 0
  3094. },
  3095. // --- Red Sniper kill signatures
  3096. {
  3097.     "id": "Red_Sniper_kill_signature_default",
  3098.     "name": "Red_Sniper_kill_signature_default",
  3099.     "description": "Red_Sniper_kill_signature_default",
  3100.     "input": {
  3101.         "items": [
  3102.             { "id": "diamond", "amount": 50 }
  3103.         ]
  3104.     },
  3105.     "output": {
  3106.         "items": [
  3107.             { "id": "Red_Sniper_kill_signature_default", "amount": 1 }
  3108.         ]
  3109.     },
  3110.  
  3111.     "slot": 4,
  3112.     "icon": ""
  3113. },
  3114. {
  3115.     "id": "Red_Sniper_kill_signature_1",
  3116.     "name": "Red_Sniper_kill_signature_1",
  3117.     "description": "Red_Sniper_kill_signature_1",
  3118.     "input": {
  3119.         "items": [
  3120.             { "id": "diamond", "amount": 50 }
  3121.         ]
  3122.     },
  3123.     "output": {
  3124.         "items": [
  3125.             { "id": "Red_Sniper_kill_signature_1", "amount": 1 }
  3126.         ]
  3127.     },
  3128.  
  3129.     "slot": 4,
  3130.     "icon": "",
  3131.     "flags": 0
  3132. },
  3133. {
  3134.     "id": "Red_Sniper_kill_signature_2",
  3135.     "name": "Red_Sniper_kill_signature_2",
  3136.     "description": "Red_Sniper_kill_signature_2",
  3137.     "input": {
  3138.         "items": [
  3139.             { "id": "diamond", "amount": 50 }
  3140.         ]
  3141.     },
  3142.     "output": {
  3143.         "items": [
  3144.             { "id": "Red_Sniper_kill_signature_2", "amount": 1 }
  3145.         ]
  3146.     },
  3147.  
  3148.     "slot": 4,
  3149.     "icon": "",
  3150.     "flags": 0
  3151. },
  3152. {
  3153.     "id": "Red_Sniper_kill_signature_3",
  3154.     "name": "Red_Sniper_kill_signature_3",
  3155.     "description": "Red_Sniper_kill_signature_3",
  3156.     "input": {
  3157.         "items": [
  3158.             { "id": "diamond", "amount": 100 }
  3159.         ]
  3160.     },
  3161.     "output": {
  3162.         "items": [
  3163.             { "id": "Red_Sniper_kill_signature_3", "amount": 1 }
  3164.         ]
  3165.     },
  3166.  
  3167.     "slot": 4,
  3168.     "icon": "",
  3169.     "flags": 0
  3170. },
  3171. // --- Red Medic kill signatures
  3172. {
  3173.     "id": "Red_Medic_kill_signature_default",
  3174.     "name": "Red_Medic_kill_signature_default",
  3175.     "description": "Red_Medic_kill_signature_default",
  3176.     "input": {
  3177.         "items": [
  3178.             { "id": "diamond", "amount": 50 }
  3179.         ]
  3180.     },
  3181.     "output": {
  3182.         "items": [
  3183.             { "id": "Red_Medic_kill_signature_default", "amount": 1 }
  3184.         ]
  3185.     },
  3186.  
  3187.     "slot": 4,
  3188.     "icon": ""
  3189. },
  3190. {
  3191.     "id": "Red_Medic_kill_signature_1",
  3192.     "name": "Red_Medic_kill_signature_1",
  3193.     "description": "Red_Medic_kill_signature_1",
  3194.     "input": {
  3195.         "items": [
  3196.             { "id": "diamond", "amount": 50 }
  3197.         ]
  3198.     },
  3199.     "output": {
  3200.         "items": [
  3201.             { "id": "Red_Medic_kill_signature_1", "amount": 1 }
  3202.         ]
  3203.     },
  3204.  
  3205.     "slot": 4,
  3206.     "icon": "",
  3207.     "flags": 0
  3208. },
  3209. {
  3210.     "id": "Red_Medic_kill_signature_2",
  3211.     "name": "Red_Medic_kill_signature_2",
  3212.     "description": "Red_Medic_kill_signature_2",
  3213.     "input": {
  3214.         "items": [
  3215.             { "id": "diamond", "amount": 50 }
  3216.         ]
  3217.     },
  3218.     "output": {
  3219.         "items": [
  3220.             { "id": "Red_Medic_kill_signature_2", "amount": 1 }
  3221.         ]
  3222.     },
  3223.  
  3224.     "slot": 4,
  3225.     "icon": "",
  3226.     "flags": 0
  3227. },
  3228. {
  3229.     "id": "Red_Medic_kill_signature_3",
  3230.     "name": "Red_Medic_kill_signature_3",
  3231.     "description": "Red_Medic_kill_signature_3",
  3232.     "input": {
  3233.         "items": [
  3234.             { "id": "diamond", "amount": 100 }
  3235.         ]
  3236.     },
  3237.     "output": {
  3238.         "items": [
  3239.             { "id": "Red_Medic_kill_signature_3", "amount": 1 }
  3240.         ]
  3241.     },
  3242.  
  3243.     "slot": 4,
  3244.     "icon": "",
  3245.     "flags": 0
  3246. },
  3247. // --- Red Stealth kill signatures
  3248. {
  3249.     "id": "Red_Stealth_kill_signature_default",
  3250.     "name": "Red_Stealth_kill_signature_default",
  3251.     "description": "Red_Stealth_kill_signature_default",
  3252.     "input": {
  3253.         "items": [
  3254.             { "id": "diamond", "amount": 50 }
  3255.         ]
  3256.     },
  3257.     "output": {
  3258.         "items": [
  3259.             { "id": "Red_Stealth_kill_signature_default", "amount": 1 }
  3260.         ]
  3261.     },
  3262.  
  3263.     "slot": 4,
  3264.     "icon": ""
  3265. },
  3266. {
  3267.     "id": "Red_Stealth_kill_signature_1",
  3268.     "name": "Red_Stealth_kill_signature_1",
  3269.     "description": "Red_Stealth_kill_signature_1",
  3270.     "input": {
  3271.         "items": [
  3272.             { "id": "diamond", "amount": 50 }
  3273.         ]
  3274.     },
  3275.     "output": {
  3276.         "items": [
  3277.             { "id": "Red_Stealth_kill_signature_1", "amount": 1 }
  3278.         ]
  3279.     },
  3280.  
  3281.     "slot": 4,
  3282.     "icon": "",
  3283.     "flags": 0
  3284. },
  3285. {
  3286.     "id": "Red_Stealth_kill_signature_2",
  3287.     "name": "Red_Stealth_kill_signature_2",
  3288.     "description": "Red_Stealth_kill_signature_2",
  3289.     "input": {
  3290.         "items": [
  3291.             { "id": "diamond", "amount": 50 }
  3292.         ]
  3293.     },
  3294.     "output": {
  3295.         "items": [
  3296.             { "id": "Red_Stealth_kill_signature_2", "amount": 1 }
  3297.         ]
  3298.     },
  3299.  
  3300.     "slot": 4,
  3301.     "icon": "",
  3302.     "flags": 0
  3303. },
  3304. {
  3305.     "id": "Red_Stealth_kill_signature_3",
  3306.     "name": "Red_Stealth_kill_signature_3",
  3307.     "description": "Red_Stealth_kill_signature_3",
  3308.     "input": {
  3309.         "items": [
  3310.             { "id": "diamond", "amount": 100 }
  3311.         ]
  3312.     },
  3313.     "output": {
  3314.         "items": [
  3315.             { "id": "Red_Stealth_kill_signature_3", "amount": 1 }
  3316.         ]
  3317.     },
  3318.  
  3319.     "slot": 4,
  3320.     "icon": "",
  3321.     "flags": 0
  3322. },
  3323. // --- Classes
  3324. {
  3325.     "id": "SniperClass",
  3326.     "name": "SniperClass",
  3327.     "description": "SniperClass",
  3328.     "input": {
  3329.         "items": [
  3330.             { "id": "diamond", "amount": 150 }
  3331.         ]
  3332.     },
  3333.     "output": {
  3334.         "items": [
  3335.             { "id": "SniperClass", "amount": 1 }
  3336.         ]
  3337.     },
  3338.  
  3339.     "slot": 7, // --- unlocks
  3340.     "icon": ""
  3341. },
  3342. {
  3343.     "id": "StealthClass",
  3344.     "name": "StealthClass",
  3345.     "description": "StealthClass",
  3346.     "input": {
  3347.         "items": [
  3348.             { "id": "diamond", "amount": 200 }
  3349.         ]
  3350.     },
  3351.     "output": {
  3352.         "items": [
  3353.             { "id": "StealthClass", "amount": 1 }
  3354.         ]
  3355.     },
  3356.  
  3357.     "slot": 7, // --- unlocks
  3358.     "icon": ""
  3359. },
  3360. {
  3361.     "id": "Cheat",
  3362.     "name": "Cheat",
  3363.     "description": "Cheat",
  3364.     "input": {
  3365.         "items": [
  3366.             { "id": "coin", "amount": 0 }
  3367.         ]
  3368.     },
  3369.     "output": {
  3370.         "items": [
  3371.             { "id": "coin", "amount": 150000 },
  3372.             { "id": "diamond", "amount": 1000 }
  3373.         ]
  3374.     },
  3375.  
  3376.     //"valid": { "rate": 2, "period": 3, "um": "week", "interval": false }, // --- um may be: hour, day, week, month, year
  3377.     "slot": 4,
  3378.     "icon": ""
  3379. },
  3380. {
  3381.     "id": "WoodChest Free",
  3382.     "name": "",
  3383.     "description": "",
  3384.     "input": {
  3385.         "items": [
  3386.             { "id": "coin", "amount": 0 }
  3387.         ]
  3388.     },
  3389.     "output": {
  3390.         "items": [
  3391.             { "id": "WoodChest", "amount": 1 }
  3392.         ]
  3393.     },
  3394.  
  3395.     "slot": 14, // --- chests
  3396.     "icon": "",
  3397.     "replaces": "WoodChest Premium",
  3398.     "valid": { "rate": 1, "um": "day", "interval": false }  // --- um may be: hour, day, week, month, year
  3399. },
  3400. {
  3401.     "id": "WoodChest Premium",
  3402.     "name": "",
  3403.     "description": "",
  3404.     "input": {
  3405.         "items": [
  3406.             { "id": "coin", "amount": 10000 }
  3407.         ]
  3408.     },
  3409.     "output": {
  3410.         "items": [
  3411.             { "id": "WoodChest", "amount": 1 }
  3412.         ]
  3413.     },
  3414.  
  3415.     "slot": 14, // --- chests
  3416.     "icon": ""
  3417. },
  3418. {
  3419.     "id": "IronChest Premium",
  3420.     "name": "",
  3421.     "description": "",
  3422.     "input": {
  3423.         "items": [
  3424.             { "id": "coin", "amount": 50000 }
  3425.         ]
  3426.     },
  3427.     "output": {
  3428.         "items": [
  3429.             { "id": "IronChest", "amount": 1 }
  3430.         ]
  3431.     },
  3432.  
  3433.     "slot": 14, // --- chests
  3434.     "icon": ""
  3435. },
  3436. {
  3437.     "id": "StoneChest Premium",
  3438.     "name": "",
  3439.     "description": "",
  3440.     "input": {
  3441.         "items": [
  3442.             { "id": "diamond", "amount": 100 }
  3443.         ]
  3444.     },
  3445.     "output": {
  3446.         "items": [
  3447.             { "id": "StoneChest", "amount": 1 }
  3448.         ]
  3449.     },
  3450.  
  3451.     "slot": 14, // --- chests
  3452.     "icon": ""
  3453. },
  3454. // --- Grenades
  3455. {
  3456.     "id": "Flash_Bang_Grenade_FP",
  3457.     "name": "Flash_Bang_Grenade_FP",
  3458.     "description": "Flashes",
  3459.     "input": {
  3460.         "items": [
  3461.             { "id": "coin", "amount": 1000 }
  3462.         ]
  3463.     },
  3464.     "output": {
  3465.         "items": [
  3466.             { "id": "Flash_Bang_Grenade_FP", "amount": 5 }
  3467.         ]
  3468.     },
  3469.     "promo_by": 10,
  3470.     "promo_until": "2012-11-05",
  3471.  
  3472.     "slot": 5,
  3473.     "icon": ""
  3474. },
  3475. {
  3476.     "id": "Flash_Bang_Grenade_FP_Cash",
  3477.     "name": "Flash_Bang_Grenade_FP",
  3478.     "description": "Flashes",
  3479.     "input": {
  3480.         "items": [
  3481.             { "id": "diamond", "amount": 1 }
  3482.         ]
  3483.     },
  3484.     "output": {
  3485.         "items": [
  3486.             { "id": "Flash_Bang_Grenade_FP", "amount": 5 }
  3487.         ]
  3488.     },
  3489.     "promo_by": 10,
  3490.     "promo_until": "2012-11-05",
  3491.  
  3492.     "slot": 5,
  3493.     "icon": ""
  3494. },
  3495. {
  3496.     "id": "Frag_Grenade_FP",
  3497.     "name": "Frag_Grenade_FP",
  3498.     "description": "Frags",
  3499.     "input": {
  3500.         "items": [
  3501.             { "id": "coin", "amount": 1000 }
  3502.         ]
  3503.     },
  3504.     "output": {
  3505.         "items": [
  3506.             { "id": "Frag_Grenade_FP", "amount": 5 }
  3507.         ]
  3508.     },
  3509.  
  3510.     "slot": 5,
  3511.     "icon": ""
  3512. },
  3513. {
  3514.     "id": "Frag_Grenade_FP_Cash",
  3515.     "name": "Frag_Grenade_FP",
  3516.     "description": "Frags",
  3517.     "input": {
  3518.         "items": [
  3519.             { "id": "diamond", "amount": 1 }
  3520.         ]
  3521.     },
  3522.     "output": {
  3523.         "items": [
  3524.             { "id": "Frag_Grenade_FP", "amount": 5 }
  3525.         ]
  3526.     },
  3527.  
  3528.     "slot": 5,
  3529.     "icon": ""
  3530. },
  3531. {
  3532.     "id": "Incendiary_Grenade_FP",
  3533.     "name": "Incendiary_Grenade_FP",
  3534.     "description": "Sets stuff on fire",
  3535.     "input": {
  3536.         "items": [
  3537.             { "id": "coin", "amount": 2000 }
  3538.         ]
  3539.     },
  3540.     "output": {
  3541.         "items": [
  3542.             { "id": "Incendiary_Grenade_FP", "amount": 5 }
  3543.         ]
  3544.     },
  3545.  
  3546.     "slot": 5,
  3547.     "icon": ""
  3548. },
  3549. {
  3550.     "id": "Incendiary_Grenade_FP_Cash",
  3551.     "name": "Incendiary_Grenade_FP",
  3552.     "description": "Sets stuff on fire",
  3553.     "input": {
  3554.         "items": [
  3555.             { "id": "diamond", "amount": 2 }
  3556.         ]
  3557.     },
  3558.     "output": {
  3559.         "items": [
  3560.             { "id": "Incendiary_Grenade_FP", "amount": 5 }
  3561.         ]
  3562.     },
  3563.  
  3564.     "slot": 5,
  3565.     "icon": ""
  3566. },
  3567. {
  3568.     "id": "Laughing_Gas_Grenade_FP",
  3569.     "name": "Laughing_Gas_Grenade_FP",
  3570.     "description": "Guts and gore",
  3571.     "input": {
  3572.         "items": [
  3573.             { "id": "coin", "amount": 4000 }
  3574.         ]
  3575.     },
  3576.     "output": {
  3577.         "items": [
  3578.             { "id": "Laughing_Gas_Grenade_FP", "amount": 5 }
  3579.         ]
  3580.     },
  3581.  
  3582.     "slot": 5,
  3583.     "icon": ""
  3584. },
  3585. {
  3586.     "id": "Laughing_Gas_Grenade_FP_Cash",
  3587.     "name": "Laughing_Gas_Grenade_FP",
  3588.     "description": "Guts and gore",
  3589.     "input": {
  3590.         "items": [
  3591.             { "id": "diamond", "amount": 4 }
  3592.         ]
  3593.     },
  3594.     "output": {
  3595.         "items": [
  3596.             { "id": "Laughing_Gas_Grenade_FP", "amount": 5 }
  3597.         ]
  3598.     },
  3599.  
  3600.     "slot": 5,
  3601.     "icon": ""
  3602. },
  3603. {
  3604.     "id": "Sticky_Grenade_FP",
  3605.     "name": "Sticky_Grenade_FP",
  3606.     "description": "Sticks",
  3607.     "input": {
  3608.         "items": [
  3609.             { "id": "coin", "amount": 3500 }
  3610.         ]
  3611.     },
  3612.     "output": {
  3613.         "items": [
  3614.             { "id": "Sticky_Grenade_FP", "amount": 5 }
  3615.         ]
  3616.     },
  3617.  
  3618.     "slot": 5,
  3619.     "icon": ""
  3620. },
  3621. {
  3622.     "id": "Sticky_Grenade_FP_Cash",
  3623.     "name": "Sticky_Grenade_FP",
  3624.     "description": "Sticks",
  3625.     "input": {
  3626.         "items": [
  3627.             { "id": "diamond", "amount": 3 }
  3628.         ]
  3629.     },
  3630.     "output": {
  3631.         "items": [
  3632.             { "id": "Sticky_Grenade_FP", "amount": 5 }
  3633.         ]
  3634.     },
  3635.  
  3636.     "slot": 5,
  3637.     "icon": ""
  3638. },
  3639. {
  3640.     "id": "Autoinjector_FP",
  3641.     "name": "Autoinjector_FP",
  3642.     "description": "Injects",
  3643.     "input": {
  3644.         "items": [
  3645.             { "id": "coin", "amount": 25000 }
  3646.         ]
  3647.     },
  3648.     "output": {
  3649.         "items": [
  3650.             { "id": "Autoinjector_FP", "amount": 5 }
  3651.         ]
  3652.     },
  3653.  
  3654.     "slot": 5,
  3655.     "icon": ""
  3656. },
  3657. {
  3658.     "id": "Autoinjector_FP_Cash",
  3659.     "name": "Autoinjector_FP",
  3660.     "description": "Injects",
  3661.     "input": {
  3662.         "items": [
  3663.             { "id": "diamond", "amount": 20 }
  3664.         ]
  3665.     },
  3666.     "output": {
  3667.         "items": [
  3668.             { "id": "Autoinjector_FP", "amount": 5 }
  3669.         ]
  3670.     },
  3671.  
  3672.     "slot": 5,
  3673.     "icon": ""
  3674. },
  3675. {
  3676.     "id": "Autoinjector_FP promo",
  3677.     "name": "Autoinjector_FP",
  3678.     "description": "Injects",
  3679.     "input": {
  3680.         "items": [
  3681.             { "id": "coin", "amount": 9000 }
  3682.         ]
  3683.     },
  3684.     "output": {
  3685.         "items": [
  3686.             { "id": "Autoinjector_FP", "amount": 5 }
  3687.         ]
  3688.     },
  3689.     "promo": true,
  3690.     "end": "2012-11-05",
  3691.     "replaces": "Autoinjector_FP",
  3692.  
  3693.     "slot": 5,
  3694.     "icon": ""
  3695. },
  3696. {
  3697.     "id": "Buy Respawn",
  3698.     "input": {
  3699.         "items": [
  3700.             { "id": "coin", "amount": 500 }
  3701.         ]
  3702.     },
  3703.  
  3704.     "slot": 15  // --- various non-item offers
  3705. },
  3706. {
  3707.     "id": "Buy Stage Unlock",
  3708.     "input": {
  3709.         "items": [
  3710.             { "id": "diamond", "amount": 10 }
  3711.         ]
  3712.     },
  3713.  
  3714.     "slot": 15  // --- various non-item offers
  3715. },
  3716. {
  3717.     "id": "Buy Puzzle Unlock",
  3718.     "input": {
  3719.         "items": [
  3720.             { "id": "diamond", "amount": 10 }
  3721.         ]
  3722.     },
  3723.  
  3724.     "slot": 15  // --- various non-item offers
  3725. },
  3726. {
  3727.     "id": "Buy Level Unlock",
  3728.     "input": {
  3729.         "items": [
  3730.             { "id": "diamond", "amount": 1 }
  3731.         ]
  3732.     },
  3733.  
  3734.     "slot": 15  // --- various non-item offers
  3735. },
  3736. {
  3737.     "id": "Unlock Level Price",
  3738.     "input": {
  3739.         "items": [
  3740.             { "id": "diamond", "amount": 1 }
  3741.         ]
  3742.     },
  3743.  
  3744.     "slot": 15  // --- various non-item offers
  3745. }
  3746. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement