Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. module.exports.items = {
  2. "csgo keys": {
  3. "appid": 730,
  4. "context": 2,
  5. "long slang": "CS:GO Key(s)",
  6. "short slang":"CS:GO",
  7. "very short slang":"cs",
  8. "hash": [
  9. "Chroma 2 Case Key",
  10. "Huntsman Case Key",
  11. "Chroma Case Key",
  12. "eSports Key",
  13. "Winter Offensive Case Key",
  14. "Revolver Case Key",
  15. "Operation Vanguard Case Key",
  16. "Shadow Case Key",
  17. "Operation Wildfire Case Key",
  18. "Falchion Case Key",
  19. "Spectrum Case Key",
  20. "Operation Breakout Case Key",
  21. "Chroma 3 Case Key",
  22. "CS:GO Case Key",
  23. "Operation Phoenix Case Key",
  24. "Gamma Case Key",
  25. "Gamma 2 Case Key",
  26. "Glove Case Key",
  27. "Spectrum 2 Case Key",
  28. "Horizon Case Key",
  29. "Clutch Case Key"
  30. ],
  31. },
  32. "tf keys": {
  33. "appid": 440,
  34. "context": 2,
  35. "long slang": "TF2 Key(s)",
  36. "short slang":"TF2",
  37. "very short slang":"tf",
  38. "hash": [
  39. "Mann Co. Supply Crate Key"
  40. ],
  41. },
  42. "gems": {
  43. "appid": 753,
  44. "context": 6,
  45. "long slang": "Gems",
  46. "short slang":"Gems",
  47. "very short slang":"gems",
  48. "hash": [
  49. "753-Gems"
  50. ],
  51. },
  52. "hydra keys": {
  53. "appid": 730,
  54. "context": 2,
  55. "long slang": "Hydra Key(s)",
  56. "short slang":"Hydra",
  57. "very short slang":"hydra",
  58. "hash": [
  59. "Operation Hydra Case Key"
  60. ],
  61. },
  62. "Ref": {
  63. "appid": 440,
  64. "context": 2,
  65. "long slang": "Refined metal",
  66. "short slang":"Ref",
  67. "very short slang":"ref",
  68. "hash": [
  69. "Refined Metal"
  70. ],
  71. }
  72. }
  73.  
  74. module.exports = {
  75. "Swaps":[
  76. {
  77. "items":module.exports["items"]["csgo keys"]["short slang"]+" "+module.exports["items"]["tf keys"]["short slang"],
  78. "description": "Trade your CS:GO key(s) sets for my TF2 Key(s).",
  79. "display in rates": false,
  80. "disabled": false,
  81.  
  82. "maxAmount":100,
  83. "amount of user items": 1,
  84. "amount of bot items": 1,
  85. "user item": module.exports["items"]["csgo keys"],
  86. "bot item": module.exports["items"]["tf keys"],
  87. },
  88. ],
  89.  
  90. "items": module.exports["items"],
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement