rayzox57

all cards !

Feb 19th, 2023
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 98.91 KB | None | 0 0
  1.  
  2. -- Progress URL : https://static.wikia.nocookie.net/callofduty/images/a/ac/Progress_CallingCard_MWII.png
  3. cfg:addCard("MW2_Progress", {
  4.     name = "Progress",
  5.     price = 10000,
  6.     src = "static/Progress",
  7.     category = "MW2"
  8. })
  9.  
  10. -- Pride1 URL : https://static.wikia.nocookie.net/callofduty/images/b/b4/Pride1_CallingCard_MWII.png
  11. cfg:addCard("MW2_Pride1", {
  12.     name = "Pride1",
  13.     price = 10000,
  14.     src = "static/Pride1",
  15.     category = "MW2"
  16. })
  17.  
  18. -- Pride2 URL : https://static.wikia.nocookie.net/callofduty/images/c/ca/Pride2_CallingCard_MWII.png
  19. cfg:addCard("MW2_Pride2", {
  20.     name = "Pride2",
  21.     price = 10000,
  22.     src = "static/Pride2",
  23.     category = "MW2"
  24. })
  25.  
  26. -- Pride3 URL : https://static.wikia.nocookie.net/callofduty/images/2/29/Pride3_CallingCard_MWII.png
  27. cfg:addCard("MW2_Pride3", {
  28.     name = "Pride3",
  29.     price = 10000,
  30.     src = "static/Pride3",
  31.     category = "MW2"
  32. })
  33.  
  34. -- Pride4 URL : https://static.wikia.nocookie.net/callofduty/images/1/13/Pride4_CallingCard_MWII.png
  35. cfg:addCard("MW2_Pride4", {
  36.     name = "Pride4",
  37.     price = 10000,
  38.     src = "static/Pride4",
  39.     category = "MW2"
  40. })
  41.  
  42. -- Pride5 URL : https://static.wikia.nocookie.net/callofduty/images/a/a7/Pride5_CallingCard_MWII.png
  43. cfg:addCard("MW2_Pride5", {
  44.     name = "Pride5",
  45.     price = 10000,
  46.     src = "static/Pride5",
  47.     category = "MW2"
  48. })
  49.  
  50. -- Pride6 URL : https://static.wikia.nocookie.net/callofduty/images/5/53/Pride6_CallingCard_MWII.png
  51. cfg:addCard("MW2_Pride6", {
  52.     name = "Pride6",
  53.     price = 10000,
  54.     src = "static/Pride6",
  55.     category = "MW2"
  56. })
  57.  
  58. -- ChopperDown URL : https://static.wikia.nocookie.net/callofduty/images/5/57/ChopperDown_CallingCard_MWII.png
  59. cfg:addCard("MW2_ChopperDown", {
  60.     name = "ChopperDown",
  61.     price = 10000,
  62.     src = "static/ChopperDown",
  63.     category = "MW2"
  64. })
  65.  
  66. -- HighGround URL : https://static.wikia.nocookie.net/callofduty/images/4/40/HighGround_CallingCard_MWII.png
  67. cfg:addCard("MW2_HighGround", {
  68.     name = "HighGround",
  69.     price = 10000,
  70.     src = "static/HighGround",
  71.     category = "MW2"
  72. })
  73.  
  74. -- DontBunchUp URL : https://static.wikia.nocookie.net/callofduty/images/c/c6/DontBunchUp_CallingCard_MWII.png
  75. cfg:addCard("MW2_DontBunchUp", {
  76.     name = "DontBunchUp",
  77.     price = 10000,
  78.     src = "static/DontBunchUp",
  79.     category = "MW2"
  80. })
  81.  
  82. -- StayFrosty URL : https://static.wikia.nocookie.net/callofduty/images/0/0e/StayFrosty_CallingCard_MWII.png
  83. cfg:addCard("MW2_StayFrosty", {
  84.     name = "StayFrosty",
  85.     price = 10000,
  86.     src = "static/StayFrosty",
  87.     category = "MW2"
  88. })
  89.  
  90. -- BlueLagoon URL : https://static.wikia.nocookie.net/callofduty/images/b/bb/BlueLagoon_CallingCard_MWII.png
  91. cfg:addCard("MW2_BlueLagoon", {
  92.     name = "BlueLagoon",
  93.     price = 10000,
  94.     src = "static/BlueLagoon",
  95.     category = "MW2"
  96. })
  97.  
  98. -- Pride7 URL : https://static.wikia.nocookie.net/callofduty/images/4/46/Pride7_CallingCard_MWII.png
  99. cfg:addCard("MW2_Pride7", {
  100.     name = "Pride7",
  101.     price = 10000,
  102.     src = "static/Pride7",
  103.     category = "MW2"
  104. })
  105.  
  106. -- Pride8 URL : https://static.wikia.nocookie.net/callofduty/images/8/87/Pride8_CallingCard_MWII.png
  107. cfg:addCard("MW2_Pride8", {
  108.     name = "Pride8",
  109.     price = 10000,
  110.     src = "static/Pride8",
  111.     category = "MW2"
  112. })
  113.  
  114. -- Pride9 URL : https://static.wikia.nocookie.net/callofduty/images/8/8f/Pride9_CallingCard_MWII.png
  115. cfg:addCard("MW2_Pride9", {
  116.     name = "Pride9",
  117.     price = 10000,
  118.     src = "static/Pride9",
  119.     category = "MW2"
  120. })
  121.  
  122. -- Pride10 URL : https://static.wikia.nocookie.net/callofduty/images/3/35/Pride10_CallingCard_MWII.png
  123. cfg:addCard("MW2_Pride10", {
  124.     name = "Pride10",
  125.     price = 10000,
  126.     src = "static/Pride10",
  127.     category = "MW2"
  128. })
  129.  
  130. -- Pride11 URL : https://static.wikia.nocookie.net/callofduty/images/a/a2/Pride11_CallingCard_MWII.png
  131. cfg:addCard("MW2_Pride11", {
  132.     name = "Pride11",
  133.     price = 10000,
  134.     src = "static/Pride11",
  135.     category = "MW2"
  136. })
  137.  
  138. -- Pride12 URL : https://static.wikia.nocookie.net/callofduty/images/8/85/Pride12_CallingCard_MWII.png
  139. cfg:addCard("MW2_Pride12", {
  140.     name = "Pride12",
  141.     price = 10000,
  142.     src = "static/Pride12",
  143.     category = "MW2"
  144. })
  145.  
  146. -- Pride13 URL : https://static.wikia.nocookie.net/callofduty/images/1/10/Pride13_CallingCard_MWII.png
  147. cfg:addCard("MW2_Pride13", {
  148.     name = "Pride13",
  149.     price = 10000,
  150.     src = "static/Pride13",
  151.     category = "MW2"
  152. })
  153.  
  154. -- Naughty URL : https://static.wikia.nocookie.net/callofduty/images/e/e2/Naughty_CallingCard_MWII.gif
  155. cfg:addAnimatedCard("MW2_Naughty", {
  156.     name = "Naughty",
  157.     price = 50000,
  158.     src = "animated/naughty",
  159.     times = { 0.06, 0.06 },
  160.     category = "MW2"
  161. })
  162.  
  163. -- AlmostEaten URL : https://static.wikia.nocookie.net/callofduty/images/e/ef/AlmostEaten_CallingCard_MWII.gif
  164. cfg:addAnimatedCard("MW2_AlmostEaten", {
  165.     name = "AlmostEaten",
  166.     price = 50000,
  167.     src = "animated/almosteaten",
  168.     times = { 0.06, 0.06 },
  169.     category = "MW2"
  170. })
  171.  
  172. -- GoldenOni URL : https://static.wikia.nocookie.net/callofduty/images/6/63/GoldenOni_CallingCard_MWII.gif
  173. cfg:addAnimatedCard("MW2_GoldenOni", {
  174.     name = "GoldenOni",
  175.     price = 50000,
  176.     src = "animated/goldenoni",
  177.     times = { 0.06, 0.06 },
  178.     category = "MW2"
  179. })
  180.  
  181. -- Mermen URL : https://static.wikia.nocookie.net/callofduty/images/8/8e/Mermen_CallingCard_MWII.png
  182. cfg:addCard("MW2_Mermen", {
  183.     name = "Mermen",
  184.     price = 10000,
  185.     src = "static/Mermen",
  186.     category = "MW2"
  187. })
  188.  
  189. -- ReadyForAnything URL : https://static.wikia.nocookie.net/callofduty/images/5/5b/ReadyForAnything_CallingCard_MWII.gif
  190. cfg:addAnimatedCard("MW2_ReadyForAnything", {
  191.     name = "ReadyForAnything",
  192.     price = 50000,
  193.     src = "animated/readyforanything",
  194.     times = { 0.06, 0.06 },
  195.     category = "MW2"
  196. })
  197.  
  198. -- SparksFly URL : https://static.wikia.nocookie.net/callofduty/images/2/29/SparksFly_CallingCard_MWII.png
  199. cfg:addCard("MW2_SparksFly", {
  200.     name = "SparksFly",
  201.     price = 10000,
  202.     src = "static/SparksFly",
  203.     category = "MW2"
  204. })
  205.  
  206. -- EasyMoney URL : https://static.wikia.nocookie.net/callofduty/images/5/5d/EasyMoney_CallingCard_MWII.png
  207. cfg:addCard("MW2_EasyMoney", {
  208.     name = "EasyMoney",
  209.     price = 10000,
  210.     src = "static/EasyMoney",
  211.     category = "MW2"
  212. })
  213.  
  214. -- PressF URL : https://static.wikia.nocookie.net/callofduty/images/d/de/PressF_CallingCard_MWII.gif
  215. cfg:addAnimatedCard("MW2_PressF", {
  216.     name = "PressF",
  217.     price = 50000,
  218.     src = "animated/pressf",
  219.     times = { 0.06, 0.06 },
  220.     category = "MW2"
  221. })
  222.  
  223. -- AtlantaFaze URL : https://static.wikia.nocookie.net/callofduty/images/5/50/AtlantaFaze_CallingCard_MWII.gif
  224. cfg:addAnimatedCard("MW2_AtlantaFaze", {
  225.     name = "AtlantaFaze",
  226.     price = 50000,
  227.     src = "animated/atlantafaze",
  228.     times = { 0.06, 0.06 },
  229.     category = "MW2"
  230. })
  231.  
  232. -- BostonBreach URL : https://static.wikia.nocookie.net/callofduty/images/3/3d/BostonBreach_CallingCard_MWII.gif
  233. cfg:addAnimatedCard("MW2_BostonBreach", {
  234.     name = "BostonBreach",
  235.     price = 50000,
  236.     src = "animated/bostonbreach",
  237.     times = { 0.06, 0.06 },
  238.     category = "MW2"
  239. })
  240.  
  241. -- FloridaMutineers URL : https://static.wikia.nocookie.net/callofduty/images/2/2c/FloridaMutineers_CallingCard_MWII.gif
  242. cfg:addAnimatedCard("MW2_FloridaMutineers", {
  243.     name = "FloridaMutineers",
  244.     price = 50000,
  245.     src = "animated/floridamutineers",
  246.     times = { 0.06, 0.06 },
  247.     category = "MW2"
  248. })
  249.  
  250. -- LondonRoyalRavens URL : https://static.wikia.nocookie.net/callofduty/images/e/ee/LondonRoyalRavens_CallingCard_MWII.gif
  251. cfg:addAnimatedCard("MW2_LondonRoyalRavens", {
  252.     name = "LondonRoyalRavens",
  253.     price = 50000,
  254.     src = "animated/londonroyalravens",
  255.     times = { 0.06, 0.06 },
  256.     category = "MW2"
  257. })
  258.  
  259. -- LosAngelesGuerrillas URL : https://static.wikia.nocookie.net/callofduty/images/4/4c/LosAngelesGuerrillas_CallingCard_MWII.gif
  260. cfg:addAnimatedCard("MW2_LosAngelesGuerrillas", {
  261.     name = "LosAngelesGuerrillas",
  262.     price = 50000,
  263.     src = "animated/losangelesguerrillas",
  264.     times = { 0.06, 0.06 },
  265.     category = "MW2"
  266. })
  267.  
  268. -- LosAngelesThieves URL : https://static.wikia.nocookie.net/callofduty/images/2/23/LosAngelesThieves_CallingCard_MWII.gif
  269. cfg:addAnimatedCard("MW2_LosAngelesThieves", {
  270.     name = "LosAngelesThieves",
  271.     price = 50000,
  272.     src = "animated/losangelesthieves",
  273.     times = { 0.06, 0.06 },
  274.     category = "MW2"
  275. })
  276.  
  277. -- MinnesotaRokkr URL : https://static.wikia.nocookie.net/callofduty/images/8/8f/MinnesotaRokkr_CallingCard_MWII.gif
  278. cfg:addAnimatedCard("MW2_MinnesotaRokkr", {
  279.     name = "MinnesotaRokkr",
  280.     price = 50000,
  281.     src = "animated/minnesotarokkr",
  282.     times = { 0.06, 0.06 },
  283.     category = "MW2"
  284. })
  285.  
  286. -- NewYorkSubliners URL : https://static.wikia.nocookie.net/callofduty/images/c/cf/NewYorkSubliners_CallingCard_MWII.gif
  287. cfg:addAnimatedCard("MW2_NewYorkSubliners", {
  288.     name = "NewYorkSubliners",
  289.     price = 50000,
  290.     src = "animated/newyorksubliners",
  291.     times = { 0.06, 0.06 },
  292.     category = "MW2"
  293. })
  294.  
  295. -- OpticTexas URL : https://static.wikia.nocookie.net/callofduty/images/8/83/OpticTexas_CallingCard_MWII.gif
  296. cfg:addAnimatedCard("MW2_OpticTexas", {
  297.     name = "OpticTexas",
  298.     price = 50000,
  299.     src = "animated/optictexas",
  300.     times = { 0.06, 0.06 },
  301.     category = "MW2"
  302. })
  303.  
  304. -- SeattleSurge URL : https://static.wikia.nocookie.net/callofduty/images/b/bc/SeattleSurge_CallingCard_MWII.gif
  305. cfg:addAnimatedCard("MW2_SeattleSurge", {
  306.     name = "SeattleSurge",
  307.     price = 50000,
  308.     src = "animated/seattlesurge",
  309.     times = { 0.06, 0.06 },
  310.     category = "MW2"
  311. })
  312.  
  313. -- TorontoUltra URL : https://static.wikia.nocookie.net/callofduty/images/6/69/TorontoUltra_CallingCard_MWII.gif
  314. cfg:addAnimatedCard("MW2_TorontoUltra", {
  315.     name = "TorontoUltra",
  316.     price = 50000,
  317.     src = "animated/torontoultra",
  318.     times = { 0.06, 0.06 },
  319.     category = "MW2"
  320. })
  321.  
  322. -- VegasLegion URL : https://static.wikia.nocookie.net/callofduty/images/4/46/VegasLegion_CallingCard_MWII.gif
  323. cfg:addAnimatedCard("MW2_VegasLegion", {
  324.     name = "VegasLegion",
  325.     price = 50000,
  326.     src = "animated/vegaslegion",
  327.     times = { 0.06, 0.06 },
  328.     category = "MW2"
  329. })
  330.  
  331. -- HiredSniper URL : https://static.wikia.nocookie.net/callofduty/images/4/4a/HiredSniper_CallingCard_MWII.gif
  332. cfg:addAnimatedCard("MW2_HiredSniper", {
  333.     name = "HiredSniper",
  334.     price = 50000,
  335.     src = "animated/hiredsniper",
  336.     times = { 0.06, 0.06 },
  337.     category = "MW2"
  338. })
  339.  
  340. -- AerialEntrance URL : https://static.wikia.nocookie.net/callofduty/images/3/3e/AerialEntrance_CallingCard_MWII.gif
  341. cfg:addAnimatedCard("MW2_AerialEntrance", {
  342.     name = "AerialEntrance",
  343.     price = 50000,
  344.     src = "animated/aerialentrance",
  345.     times = { 0.06, 0.06 },
  346.     category = "MW2"
  347. })
  348.  
  349. -- CornerCover URL : https://static.wikia.nocookie.net/callofduty/images/a/ac/CornerCover_CallingCard_MWII.gif
  350. cfg:addAnimatedCard("MW2_CornerCover", {
  351.     name = "CornerCover",
  352.     price = 50000,
  353.     src = "animated/cornercover",
  354.     times = { 0.06, 0.06 },
  355.     category = "MW2"
  356. })
  357.  
  358. -- ScalingAssassin URL : https://static.wikia.nocookie.net/callofduty/images/a/ae/ScalingAssassin_CallingCard_MWII.gif
  359. cfg:addAnimatedCard("MW2_ScalingAssassin", {
  360.     name = "ScalingAssassin",
  361.     price = 50000,
  362.     src = "animated/scalingassassin",
  363.     times = { 0.06, 0.06 },
  364.     category = "MW2"
  365. })
  366.  
  367. -- GatheredGents URL : https://static.wikia.nocookie.net/callofduty/images/9/97/GatheredGents_CallingCard_MWII.gif
  368. cfg:addAnimatedCard("MW2_GatheredGents", {
  369.     name = "GatheredGents",
  370.     price = 50000,
  371.     src = "animated/gatheredgents",
  372.     times = { 0.06, 0.06 },
  373.     category = "MW2"
  374. })
  375.  
  376. -- SoleSurvivor URL : https://static.wikia.nocookie.net/callofduty/images/2/2d/SoleSurvivor_CallingCard_MWII.gif
  377. cfg:addAnimatedCard("MW2_SoleSurvivor", {
  378.     name = "SoleSurvivor",
  379.     price = 50000,
  380.     src = "animated/solesurvivor",
  381.     times = { 0.06, 0.06 },
  382.     category = "MW2"
  383. })
  384.  
  385. -- PlaneSight URL : https://static.wikia.nocookie.net/callofduty/images/1/12/PlaneSight_CallingCard_MWII.gif
  386. cfg:addAnimatedCard("MW2_PlaneSight", {
  387.     name = "PlaneSight",
  388.     price = 50000,
  389.     src = "animated/planesight",
  390.     times = { 0.06, 0.06 },
  391.     category = "MW2"
  392. })
  393.  
  394. -- HyperX URL : https://static.wikia.nocookie.net/callofduty/images/1/1d/HyperX_CallingCard_MWII.gif
  395. cfg:addAnimatedCard("MW2_HyperX", {
  396.     name = "HyperX",
  397.     price = 50000,
  398.     src = "animated/hyperx",
  399.     times = { 0.06, 0.06 },
  400.     category = "MW2"
  401. })
  402.  
  403. -- PurpleThunder URL : https://static.wikia.nocookie.net/callofduty/images/8/84/PurpleThunder_CallingCard_MWII.gif
  404. cfg:addAnimatedCard("MW2_PurpleThunder", {
  405.     name = "PurpleThunder",
  406.     price = 50000,
  407.     src = "animated/purplethunder",
  408.     times = { 0.06, 0.06 },
  409.     category = "MW2"
  410. })
  411.  
  412. -- DewIt URL : https://static.wikia.nocookie.net/callofduty/images/9/96/DewIt_CallingCard_MWII.gif
  413. cfg:addAnimatedCard("MW2_DewIt", {
  414.     name = "DewIt",
  415.     price = 50000,
  416.     src = "animated/dewit",
  417.     times = { 0.06, 0.06 },
  418.     category = "MW2"
  419. })
  420.  
  421. -- PizzaPizza URL : https://static.wikia.nocookie.net/callofduty/images/5/56/PizzaPizza_CallingCard_MWII.gif
  422. cfg:addAnimatedCard("MW2_PizzaPizza", {
  423.     name = "PizzaPizza",
  424.     price = 50000,
  425.     src = "animated/pizzapizza",
  426.     times = { 0.06, 0.06 },
  427.     category = "MW2"
  428. })
  429.  
  430. -- TheGangsAllHere URL : https://static.wikia.nocookie.net/callofduty/images/9/94/TheGangsAllHere_CallingCard_MWII.png
  431. cfg:addCard("MW2_TheGangsAllHere", {
  432.     name = "TheGangsAllHere",
  433.     price = 10000,
  434.     src = "static/TheGangsAllHere",
  435.     category = "MW2"
  436. })
  437.  
  438. -- BigfootBite URL : https://static.wikia.nocookie.net/callofduty/images/3/3f/BigfootBite_CallingCard_MWII.gif
  439. cfg:addAnimatedCard("MW2_BigfootBite", {
  440.     name = "BigfootBite",
  441.     price = 50000,
  442.     src = "animated/bigfootbite",
  443.     times = { 0.06, 0.06 },
  444.     category = "MW2"
  445. })
  446.  
  447. -- UnoCuatroUno URL : https://static.wikia.nocookie.net/callofduty/images/3/34/UnoCuatroUno_CallingCard_MWII.gif
  448. cfg:addAnimatedCard("MW2_UnoCuatroUno", {
  449.     name = "UnoCuatroUno",
  450.     price = 50000,
  451.     src = "animated/unocuatrouno",
  452.     times = { 0.06, 0.06 },
  453.     category = "MW2"
  454. })
  455.  
  456. -- ScreamingSkulls URL : https://static.wikia.nocookie.net/callofduty/images/3/38/ScreamingSkulls_CallingCard_MWII.gif
  457. cfg:addAnimatedCard("MW2_ScreamingSkulls", {
  458.     name = "ScreamingSkulls",
  459.     price = 50000,
  460.     src = "animated/screamingskulls",
  461.     times = { 0.06, 0.06 },
  462.     category = "MW2"
  463. })
  464.  
  465. -- CODEBOWLIII URL : https://static.wikia.nocookie.net/callofduty/images/8/8e/CODEBOWLIII_CallingCard_MWII.png
  466. cfg:addCard("MW2_CODEBOWLIII", {
  467.     name = "CODEBOWLIII",
  468.     price = 10000,
  469.     src = "static/CODEBOWLIII",
  470.     category = "MW2"
  471. })
  472.  
  473. -- JumpIn URL : https://static.wikia.nocookie.net/callofduty/images/e/e0/JumpIn_CallingCard_MWII.png
  474. cfg:addCard("MW2_JumpIn", {
  475.     name = "JumpIn",
  476.     price = 10000,
  477.     src = "static/JumpIn",
  478.     category = "MW2"
  479. })
  480.  
  481. -- DropZone URL : https://static.wikia.nocookie.net/callofduty/images/d/d1/DropZone_CallingCard_MWII.png
  482. cfg:addCard("MW2_DropZone", {
  483.     name = "DropZone",
  484.     price = 10000,
  485.     src = "static/DropZone",
  486.     category = "MW2"
  487. })
  488.  
  489. -- Incendiary URL : https://static.wikia.nocookie.net/callofduty/images/d/d5/Incendiary_CallingCard_MWII.gif
  490. cfg:addAnimatedCard("MW2_Incendiary", {
  491.     name = "Incendiary",
  492.     price = 50000,
  493.     src = "animated/incendiary",
  494.     times = { 0.06, 0.06 },
  495.     category = "MW2"
  496. })
  497.  
  498. -- ThisIsWar URL : https://static.wikia.nocookie.net/callofduty/images/d/d2/ThisIsWar_CallingCard_MWII.gif
  499. cfg:addAnimatedCard("MW2_ThisIsWar", {
  500.     name = "ThisIsWar",
  501.     price = 50000,
  502.     src = "animated/thisiswar",
  503.     times = { 0.06, 0.06 },
  504.     category = "MW2"
  505. })
  506.  
  507. -- FirstTaste URL : https://static.wikia.nocookie.net/callofduty/images/d/d1/FirstTaste_CallingCard_MWII.gif
  508. cfg:addAnimatedCard("MW2_FirstTaste", {
  509.     name = "FirstTaste",
  510.     price = 50000,
  511.     src = "animated/firsttaste",
  512.     times = { 0.06, 0.06 },
  513.     category = "MW2"
  514. })
  515.  
  516. -- LimitTesting URL : https://static.wikia.nocookie.net/callofduty/images/2/23/LimitTesting_CallingCard_MWII.gif
  517. cfg:addAnimatedCard("MW2_LimitTesting", {
  518.     name = "LimitTesting",
  519.     price = 50000,
  520.     src = "animated/limittesting",
  521.     times = { 0.06, 0.06 },
  522.     category = "MW2"
  523. })
  524.  
  525. -- England URL : https://static.wikia.nocookie.net/callofduty/images/1/1f/England_CallingCard_MWII.gif
  526. cfg:addAnimatedCard("MW2_England", {
  527.     name = "England",
  528.     price = 50000,
  529.     src = "animated/england",
  530.     times = { 0.06, 0.06 },
  531.     category = "MW2"
  532. })
  533.  
  534. -- USA URL : https://static.wikia.nocookie.net/callofduty/images/1/16/USA_CallingCard_MWII.gif
  535. cfg:addAnimatedCard("MW2_USA", {
  536.     name = "USA",
  537.     price = 50000,
  538.     src = "animated/usa",
  539.     times = { 0.06, 0.06 },
  540.     category = "MW2"
  541. })
  542.  
  543. -- Argentina URL : https://static.wikia.nocookie.net/callofduty/images/2/2a/Argentina_CallingCard_MWII.gif
  544. cfg:addAnimatedCard("MW2_Argentina", {
  545.     name = "Argentina",
  546.     price = 50000,
  547.     src = "animated/argentina",
  548.     times = { 0.06, 0.06 },
  549.     category = "MW2"
  550. })
  551.  
  552. -- Spain URL : https://static.wikia.nocookie.net/callofduty/images/3/3d/Spain_CallingCard_MWII.gif
  553. cfg:addAnimatedCard("MW2_Spain", {
  554.     name = "Spain",
  555.     price = 50000,
  556.     src = "animated/spain",
  557.     times = { 0.06, 0.06 },
  558.     category = "MW2"
  559. })
  560.  
  561. -- Germany URL : https://static.wikia.nocookie.net/callofduty/images/c/c3/Germany_CallingCard_MWII.gif
  562. cfg:addAnimatedCard("MW2_Germany", {
  563.     name = "Germany",
  564.     price = 50000,
  565.     src = "animated/germany",
  566.     times = { 0.06, 0.06 },
  567.     category = "MW2"
  568. })
  569.  
  570. -- Ghana URL : https://static.wikia.nocookie.net/callofduty/images/1/1c/Ghana_CallingCard_MWII.gif
  571. cfg:addAnimatedCard("MW2_Ghana", {
  572.     name = "Ghana",
  573.     price = 50000,
  574.     src = "animated/ghana",
  575.     times = { 0.06, 0.06 },
  576.     category = "MW2"
  577. })
  578.  
  579. -- Tunisia URL : https://static.wikia.nocookie.net/callofduty/images/d/d2/Tunisia_CallingCard_MWII.gif
  580. cfg:addAnimatedCard("MW2_Tunisia", {
  581.     name = "Tunisia",
  582.     price = 50000,
  583.     src = "animated/tunisia",
  584.     times = { 0.06, 0.06 },
  585.     category = "MW2"
  586. })
  587.  
  588. -- Cameroon URL : https://static.wikia.nocookie.net/callofduty/images/3/3e/Cameroon_CallingCard_MWII.gif
  589. cfg:addAnimatedCard("MW2_Cameroon", {
  590.     name = "Cameroon",
  591.     price = 50000,
  592.     src = "animated/cameroon",
  593.     times = { 0.06, 0.06 },
  594.     category = "MW2"
  595. })
  596.  
  597. -- GoalBreaker URL : https://static.wikia.nocookie.net/callofduty/images/e/e3/GoalBreaker_CallingCard_MWII.gif
  598. cfg:addAnimatedCard("MW2_GoalBreaker", {
  599.     name = "GoalBreaker",
  600.     price = 50000,
  601.     src = "animated/goalbreaker",
  602.     times = { 0.06, 0.06 },
  603.     category = "MW2"
  604. })
  605.  
  606. -- DeathsAngel URL : https://static.wikia.nocookie.net/callofduty/images/0/07/DeathsAngel_CallingCard_MWII.gif
  607. cfg:addAnimatedCard("MW2_DeathsAngel", {
  608.     name = "DeathsAngel",
  609.     price = 50000,
  610.     src = "animated/deathsangel",
  611.     times = { 0.06, 0.06 },
  612.     category = "MW2"
  613. })
  614.  
  615. -- CDL2023 URL : https://static.wikia.nocookie.net/callofduty/images/5/59/CDL2023_CallingCard_MWII.png
  616. cfg:addCard("MW2_CDL2023", {
  617.     name = "CDL2023",
  618.     price = 10000,
  619.     src = "static/CDL2023",
  620.     category = "MW2"
  621. })
  622.  
  623. -- FullStreaks URL : https://static.wikia.nocookie.net/callofduty/images/3/3b/FullStreaks_CallingCard_MWII.png
  624. cfg:addCard("MW2_FullStreaks", {
  625.     name = "FullStreaks",
  626.     price = 10000,
  627.     src = "static/FullStreaks",
  628.     category = "MW2"
  629. })
  630.  
  631. -- SweatyHours URL : https://static.wikia.nocookie.net/callofduty/images/b/b5/SweatyHours_CallingCard_MWII.gif
  632. cfg:addAnimatedCard("MW2_SweatyHours", {
  633.     name = "SweatyHours",
  634.     price = 50000,
  635.     src = "animated/sweatyhours",
  636.     times = { 0.06, 0.06 },
  637.     category = "MW2"
  638. })
  639.  
  640. -- HallOfChampions URL : https://static.wikia.nocookie.net/callofduty/images/f/fe/HallOfChampions_CallingCard_MWII.png
  641. cfg:addCard("MW2_HallOfChampions", {
  642.     name = "HallOfChampions",
  643.     price = 10000,
  644.     src = "static/HallOfChampions",
  645.     category = "MW2"
  646. })
  647.  
  648. -- RouteManGetsPaid URL : https://static.wikia.nocookie.net/callofduty/images/e/ed/RouteManGetsPaid_CallingCard_MWII.png
  649. cfg:addCard("MW2_RouteManGetsPaid", {
  650.     name = "RouteManGetsPaid",
  651.     price = 10000,
  652.     src = "static/RouteManGetsPaid",
  653.     category = "MW2"
  654. })
  655.  
  656. -- CookingUpSomeDubs URL : https://static.wikia.nocookie.net/callofduty/images/3/3b/CookingUpSomeDubs_CallingCard_MWII.png
  657. cfg:addCard("MW2_CookingUpSomeDubs", {
  658.     name = "CookingUpSomeDubs",
  659.     price = 10000,
  660.     src = "static/CookingUpSomeDubs",
  661.     category = "MW2"
  662. })
  663.  
  664. -- SoapsDetermination URL : https://static.wikia.nocookie.net/callofduty/images/5/54/SoapsDetermination_CallingCard_MWII.png
  665. cfg:addCard("MW2_SoapsDetermination", {
  666.     name = "SoapsDetermination",
  667.     price = 10000,
  668.     src = "static/SoapsDetermination",
  669.     category = "MW2"
  670. })
  671.  
  672. -- Chainlinked URL : https://static.wikia.nocookie.net/callofduty/images/6/61/Chainlinked_CallingCard_MWII.gif
  673. cfg:addAnimatedCard("MW2_Chainlinked", {
  674.     name = "Chainlinked",
  675.     price = 50000,
  676.     src = "animated/chainlinked",
  677.     times = { 0.06, 0.06 },
  678.     category = "MW2"
  679. })
  680.  
  681. -- Gaz URL : https://static.wikia.nocookie.net/callofduty/images/8/8e/Gaz_CallingCard_MWII.png
  682. cfg:addCard("MW2_Gaz", {
  683.     name = "Gaz",
  684.     price = 10000,
  685.     src = "static/Gaz",
  686.     category = "MW2"
  687. })
  688.  
  689. -- ShadowCompanyOps URL : https://static.wikia.nocookie.net/callofduty/images/4/41/ShadowCompanyOps_CallingCard_MWII.gif
  690. cfg:addAnimatedCard("MW2_ShadowCompanyOps", {
  691.     name = "ShadowCompanyOps",
  692.     price = 50000,
  693.     src = "animated/shadowcompanyops",
  694.     times = { 0.06, 0.06 },
  695.     category = "MW2"
  696. })
  697.  
  698. -- AllMighty URL : https://static.wikia.nocookie.net/callofduty/images/9/96/AllMighty_CallingCard_MWII.png
  699. cfg:addCard("MW2_AllMighty", {
  700.     name = "AllMighty",
  701.     price = 10000,
  702.     src = "static/AllMighty",
  703.     category = "MW2"
  704. })
  705.  
  706. -- Treasure URL : https://static.wikia.nocookie.net/callofduty/images/b/b9/Treasure_CallingCard_MWII.png
  707. cfg:addCard("MW2_Treasure", {
  708.     name = "Treasure",
  709.     price = 10000,
  710.     src = "static/Treasure",
  711.     category = "MW2"
  712. })
  713.  
  714. -- GunsUp URL : https://static.wikia.nocookie.net/callofduty/images/b/b4/GunsUp_CallingCard_MWII.png
  715. cfg:addCard("MW2_GunsUp", {
  716.     name = "GunsUp",
  717.     price = 10000,
  718.     src = "static/GunsUp",
  719.     category = "MW2"
  720. })
  721.  
  722. -- EyesOn URL : https://static.wikia.nocookie.net/callofduty/images/c/c4/EyesOn_CallingCard_MWII.png
  723. cfg:addCard("MW2_EyesOn", {
  724.     name = "EyesOn",
  725.     price = 10000,
  726.     src = "static/EyesOn",
  727.     category = "MW2"
  728. })
  729.  
  730. -- TheButton URL : https://static.wikia.nocookie.net/callofduty/images/6/6e/TheButton_CallingCard_MWII.gif
  731. cfg:addAnimatedCard("MW2_TheButton", {
  732.     name = "TheButton",
  733.     price = 50000,
  734.     src = "animated/thebutton",
  735.     times = { 0.06, 0.06 },
  736.     category = "MW2"
  737. })
  738.  
  739. -- TheThief URL : https://static.wikia.nocookie.net/callofduty/images/3/3f/TheThief_CallingCard_MWII.gif
  740. cfg:addAnimatedCard("MW2_TheThief", {
  741.     name = "TheThief",
  742.     price = 50000,
  743.     src = "animated/thethief",
  744.     times = { 0.06, 0.06 },
  745.     category = "MW2"
  746. })
  747.  
  748. -- TheSabotage URL : https://static.wikia.nocookie.net/callofduty/images/8/80/TheSabotage_CallingCard_MWII.gif
  749. cfg:addAnimatedCard("MW2_TheSabotage", {
  750.     name = "TheSabotage",
  751.     price = 50000,
  752.     src = "animated/thesabotage",
  753.     times = { 0.06, 0.06 },
  754.     category = "MW2"
  755. })
  756.  
  757. -- DeadlyPrecision URL : https://static.wikia.nocookie.net/callofduty/images/2/2b/DeadlyPrecision_CallingCard_MWII.png
  758. cfg:addCard("MW2_DeadlyPrecision", {
  759.     name = "DeadlyPrecision",
  760.     price = 10000,
  761.     src = "static/DeadlyPrecision",
  762.     category = "MW2"
  763. })
  764.  
  765. -- ForestPrice URL : https://static.wikia.nocookie.net/callofduty/images/9/91/ForestPrice_CallingCard_MWII.gif
  766. cfg:addAnimatedCard("MW2_ForestPrice", {
  767.     name = "ForestPrice",
  768.     price = 50000,
  769.     src = "animated/forestprice",
  770.     times = { 0.06, 0.06 },
  771.     category = "MW2"
  772. })
  773.  
  774. -- GazsGaze URL : https://static.wikia.nocookie.net/callofduty/images/7/72/GazsGaze_CallingCard_MWII.png
  775. cfg:addCard("MW2_GazsGaze", {
  776.     name = "GazsGaze",
  777.     price = 10000,
  778.     src = "static/GazsGaze",
  779.     category = "MW2"
  780. })
  781.  
  782. -- ManOfAction URL : https://static.wikia.nocookie.net/callofduty/images/5/58/ManOfAction_CallingCard_MWII.png
  783. cfg:addCard("MW2_ManOfAction", {
  784.     name = "ManOfAction",
  785.     price = 10000,
  786.     src = "static/ManOfAction",
  787.     category = "MW2"
  788. })
  789.  
  790. -- LadyOfWar URL : https://static.wikia.nocookie.net/callofduty/images/6/6e/LadyOfWar_CallingCard_MWII.png
  791. cfg:addCard("MW2_LadyOfWar", {
  792.     name = "LadyOfWar",
  793.     price = 10000,
  794.     src = "static/LadyOfWar",
  795.     category = "MW2"
  796. })
  797.  
  798. -- SmokinGun URL : https://static.wikia.nocookie.net/callofduty/images/2/24/SmokinGun_CallingCard_MWII.png
  799. cfg:addCard("MW2_SmokinGun", {
  800.     name = "SmokinGun",
  801.     price = 10000,
  802.     src = "static/SmokinGun",
  803.     category = "MW2"
  804. })
  805.  
  806. -- ExplodingSoldier URL : https://static.wikia.nocookie.net/callofduty/images/4/46/ExplodingSoldier_CallingCard_MWII.png
  807. cfg:addCard("MW2_ExplodingSoldier", {
  808.     name = "ExplodingSoldier",
  809.     price = 10000,
  810.     src = "static/ExplodingSoldier",
  811.     category = "MW2"
  812. })
  813.  
  814. -- DivineKnighthood URL : https://static.wikia.nocookie.net/callofduty/images/0/0f/DivineKnighthood_CallingCard_MWII.png
  815. cfg:addCard("MW2_DivineKnighthood", {
  816.     name = "DivineKnighthood",
  817.     price = 10000,
  818.     src = "static/DivineKnighthood",
  819.     category = "MW2"
  820. })
  821.  
  822. -- BeastWithin URL : https://static.wikia.nocookie.net/callofduty/images/4/45/BeastWithin_CallingCard_MWII.png
  823. cfg:addCard("MW2_BeastWithin", {
  824.     name = "BeastWithin",
  825.     price = 10000,
  826.     src = "static/BeastWithin",
  827.     category = "MW2"
  828. })
  829.  
  830. -- SerpentSkull URL : https://static.wikia.nocookie.net/callofduty/images/3/38/SerpentSkull_CallingCard_MWII.gif
  831. cfg:addAnimatedCard("MW2_SerpentSkull", {
  832.     name = "SerpentSkull",
  833.     price = 50000,
  834.     src = "animated/serpentskull",
  835.     times = { 0.06, 0.06 },
  836.     category = "MW2"
  837. })
  838.  
  839. -- WhadayaLookinAt URL : https://static.wikia.nocookie.net/callofduty/images/1/15/WhadayaLookinAt_CallingCard_MWII.png
  840. cfg:addCard("MW2_WhadayaLookinAt", {
  841.     name = "WhadayaLookinAt",
  842.     price = 10000,
  843.     src = "static/WhadayaLookinAt",
  844.     category = "MW2"
  845. })
  846.  
  847. -- BattleReady URL : https://static.wikia.nocookie.net/callofduty/images/c/c4/BattleReady_CallingCard_MWII.png
  848. cfg:addCard("MW2_BattleReady", {
  849.     name = "BattleReady",
  850.     price = 10000,
  851.     src = "static/BattleReady",
  852.     category = "MW2"
  853. })
  854.  
  855. -- HigherLevelElevate URL : https://static.wikia.nocookie.net/callofduty/images/e/e4/HigherLevelElevate_CallingCard_MWII.png
  856. cfg:addCard("MW2_HigherLevelElevate", {
  857.     name = "HigherLevelElevate",
  858.     price = 10000,
  859.     src = "static/HigherLevelElevate",
  860.     category = "MW2"
  861. })
  862.  
  863. -- SymbolicEnd URL : https://static.wikia.nocookie.net/callofduty/images/3/3d/SymbolicEnd_CallingCard_MWII.png
  864. cfg:addCard("MW2_SymbolicEnd", {
  865.     name = "SymbolicEnd",
  866.     price = 10000,
  867.     src = "static/SymbolicEnd",
  868.     category = "MW2"
  869. })
  870.  
  871. -- ChatteringSoldier URL : https://static.wikia.nocookie.net/callofduty/images/a/ae/ChatteringSoldier_CallingCard_MWII.png
  872. cfg:addCard("MW2_ChatteringSoldier", {
  873.     name = "ChatteringSoldier",
  874.     price = 10000,
  875.     src = "static/ChatteringSoldier",
  876.     category = "MW2"
  877. })
  878.  
  879. -- BlackKnight URL : https://static.wikia.nocookie.net/callofduty/images/2/2c/BlackKnight_CallingCard_MWII.png
  880. cfg:addCard("MW2_BlackKnight", {
  881.     name = "BlackKnight",
  882.     price = 10000,
  883.     src = "static/BlackKnight",
  884.     category = "MW2"
  885. })
  886.  
  887. -- SquadUnderFire URL : https://static.wikia.nocookie.net/callofduty/images/e/ed/SquadUnderFire_CallingCard_MWII.gif
  888. cfg:addAnimatedCard("MW2_SquadUnderFire", {
  889.     name = "SquadUnderFire",
  890.     price = 50000,
  891.     src = "animated/squadunderfire",
  892.     times = { 0.06, 0.06 },
  893.     category = "MW2"
  894. })
  895.  
  896. -- ClawedFlame URL : https://static.wikia.nocookie.net/callofduty/images/9/97/ClawedFlame_CallingCard_MWII.png
  897. cfg:addCard("MW2_ClawedFlame", {
  898.     name = "ClawedFlame",
  899.     price = 10000,
  900.     src = "static/ClawedFlame",
  901.     category = "MW2"
  902. })
  903.  
  904. -- GassyPanel URL : https://static.wikia.nocookie.net/callofduty/images/5/5d/GassyPanel_CallingCard_MWII.png
  905. cfg:addCard("MW2_GassyPanel", {
  906.     name = "GassyPanel",
  907.     price = 10000,
  908.     src = "static/GassyPanel",
  909.     category = "MW2"
  910. })
  911.  
  912. -- WarfareAssassin URL : https://static.wikia.nocookie.net/callofduty/images/8/81/WarfareAssassin_CallingCard_MWII.png
  913. cfg:addCard("MW2_WarfareAssassin", {
  914.     name = "WarfareAssassin",
  915.     price = 10000,
  916.     src = "static/WarfareAssassin",
  917.     category = "MW2"
  918. })
  919.  
  920. -- WhatIsItGoodFor URL : https://static.wikia.nocookie.net/callofduty/images/d/d9/WhatIsItGoodFor_CallingCard_MWII.png
  921. cfg:addCard("MW2_WhatIsItGoodFor", {
  922.     name = "WhatIsItGoodFor",
  923.     price = 10000,
  924.     src = "static/WhatIsItGoodFor",
  925.     category = "MW2"
  926. })
  927.  
  928. -- Resist URL : https://static.wikia.nocookie.net/callofduty/images/3/33/Resist_CallingCard_MWII.png
  929. cfg:addCard("MW2_Resist", {
  930.     name = "Resist",
  931.     price = 10000,
  932.     src = "static/Resist",
  933.     category = "MW2"
  934. })
  935.  
  936. -- PaintballSupremacy URL : https://static.wikia.nocookie.net/callofduty/images/c/c8/PaintballSupremacy_CallingCard_MWII.png
  937. cfg:addCard("MW2_PaintballSupremacy", {
  938.     name = "PaintballSupremacy",
  939.     price = 10000,
  940.     src = "static/PaintballSupremacy",
  941.     category = "MW2"
  942. })
  943.  
  944. -- CyberSprint URL : https://static.wikia.nocookie.net/callofduty/images/f/ff/CyberSprint_CallingCard_MWII.gif
  945. cfg:addAnimatedCard("MW2_CyberSprint", {
  946.     name = "CyberSprint",
  947.     price = 50000,
  948.     src = "animated/cybersprint",
  949.     times = { 0.06, 0.06 },
  950.     category = "MW2"
  951. })
  952.  
  953. -- RoboticVengeance URL : https://static.wikia.nocookie.net/callofduty/images/6/6d/RoboticVengeance_CallingCard_MWII.png
  954. cfg:addCard("MW2_RoboticVengeance", {
  955.     name = "RoboticVengeance",
  956.     price = 10000,
  957.     src = "static/RoboticVengeance",
  958.     category = "MW2"
  959. })
  960.  
  961. -- Lounging URL : https://static.wikia.nocookie.net/callofduty/images/e/eb/Lounging_CallingCard_MWII.png
  962. cfg:addCard("MW2_Lounging", {
  963.     name = "Lounging",
  964.     price = 10000,
  965.     src = "static/Lounging",
  966.     category = "MW2"
  967. })
  968.  
  969. -- SwingingIntoAction URL : https://static.wikia.nocookie.net/callofduty/images/f/f3/SwingingIntoAction_CallingCard_MWII.png
  970. cfg:addCard("MW2_SwingingIntoAction", {
  971.     name = "SwingingIntoAction",
  972.     price = 10000,
  973.     src = "static/SwingingIntoAction",
  974.     category = "MW2"
  975. })
  976.  
  977. -- PayAttention URL : https://static.wikia.nocookie.net/callofduty/images/f/f3/PayAttention_CallingCard_MWII.png
  978. cfg:addCard("MW2_PayAttention", {
  979.     name = "PayAttention",
  980.     price = 10000,
  981.     src = "static/PayAttention",
  982.     category = "MW2"
  983. })
  984.  
  985. -- SparkEffects URL : https://static.wikia.nocookie.net/callofduty/images/a/ad/SparkEffects_CallingCard_MWII.png
  986. cfg:addCard("MW2_SparkEffects", {
  987.     name = "SparkEffects",
  988.     price = 10000,
  989.     src = "static/SparkEffects",
  990.     category = "MW2"
  991. })
  992.  
  993. -- LightningStrike URL : https://static.wikia.nocookie.net/callofduty/images/b/be/LightningStrike_CallingCard_MWII.png
  994. cfg:addCard("MW2_LightningStrike", {
  995.     name = "LightningStrike",
  996.     price = 10000,
  997.     src = "static/LightningStrike",
  998.     category = "MW2"
  999. })
  1000.  
  1001. -- 1000Birds URL : https://static.wikia.nocookie.net/callofduty/images/a/a8/1000Birds_CallingCard_MWII.gif
  1002. cfg:addAnimatedCard("MW2_1000Birds", {
  1003.     name = "1000Birds",
  1004.     price = 50000,
  1005.     src = "animated/1000birds",
  1006.     times = { 0.06, 0.06 },
  1007.     category = "MW2"
  1008. })
  1009.  
  1010. -- BattleRobot URL : https://static.wikia.nocookie.net/callofduty/images/2/29/BattleRobot_CallingCard_MWII.png
  1011. cfg:addCard("MW2_BattleRobot", {
  1012.     name = "BattleRobot",
  1013.     price = 10000,
  1014.     src = "static/BattleRobot",
  1015.     category = "MW2"
  1016. })
  1017.  
  1018. -- NightRaid URL : https://static.wikia.nocookie.net/callofduty/images/d/d9/NightRaid_CallingCard_MWII.png
  1019. cfg:addCard("MW2_NightRaid", {
  1020.     name = "NightRaid",
  1021.     price = 10000,
  1022.     src = "static/NightRaid",
  1023.     category = "MW2"
  1024. })
  1025.  
  1026. -- RoughTimes URL : https://static.wikia.nocookie.net/callofduty/images/a/a4/RoughTimes_CallingCard_MWII.png
  1027. cfg:addCard("MW2_RoughTimes", {
  1028.     name = "RoughTimes",
  1029.     price = 10000,
  1030.     src = "static/RoughTimes",
  1031.     category = "MW2"
  1032. })
  1033.  
  1034. -- SirSkully URL : https://static.wikia.nocookie.net/callofduty/images/f/fa/SirSkully_CallingCard_MWII.png
  1035. cfg:addCard("MW2_SirSkully", {
  1036.     name = "SirSkully",
  1037.     price = 10000,
  1038.     src = "static/SirSkully",
  1039.     category = "MW2"
  1040. })
  1041.  
  1042. -- SmokedHim URL : https://static.wikia.nocookie.net/callofduty/images/d/df/SmokedHim_CallingCard_MWII.png
  1043. cfg:addCard("MW2_SmokedHim", {
  1044.     name = "SmokedHim",
  1045.     price = 10000,
  1046.     src = "static/SmokedHim",
  1047.     category = "MW2"
  1048. })
  1049.  
  1050. -- VictoriousFemme URL : https://static.wikia.nocookie.net/callofduty/images/3/33/VictoriousFemme_CallingCard_MWII.png
  1051. cfg:addCard("MW2_VictoriousFemme", {
  1052.     name = "VictoriousFemme",
  1053.     price = 10000,
  1054.     src = "static/VictoriousFemme",
  1055.     category = "MW2"
  1056. })
  1057.  
  1058. -- MaskOn URL : https://static.wikia.nocookie.net/callofduty/images/1/11/MaskOn_CallingCard_MWII.gif
  1059. cfg:addAnimatedCard("MW2_MaskOn", {
  1060.     name = "MaskOn",
  1061.     price = 50000,
  1062.     src = "animated/maskon",
  1063.     times = { 0.06, 0.06 },
  1064.     category = "MW2"
  1065. })
  1066.  
  1067. -- ShadedGhost URL : https://static.wikia.nocookie.net/callofduty/images/a/aa/ShadedGhost_CallingCard_MWII.png
  1068. cfg:addCard("MW2_ShadedGhost", {
  1069.     name = "ShadedGhost",
  1070.     price = 10000,
  1071.     src = "static/ShadedGhost",
  1072.     category = "MW2"
  1073. })
  1074.  
  1075. -- ShadowOp URL : https://static.wikia.nocookie.net/callofduty/images/a/a0/ShadowOp_CallingCard_MWII.png
  1076. cfg:addCard("MW2_ShadowOp", {
  1077.     name = "ShadowOp",
  1078.     price = 10000,
  1079.     src = "static/ShadowOp",
  1080.     category = "MW2"
  1081. })
  1082.  
  1083. -- Relevance URL : https://static.wikia.nocookie.net/callofduty/images/9/9c/Relevance_CallingCard_MWII.png
  1084. cfg:addCard("MW2_Relevance", {
  1085.     name = "Relevance",
  1086.     price = 10000,
  1087.     src = "static/Relevance",
  1088.     category = "MW2"
  1089. })
  1090.  
  1091. -- CompanySniper URL : https://static.wikia.nocookie.net/callofduty/images/5/59/CompanySniper_CallingCard_MWII.png
  1092. cfg:addCard("MW2_CompanySniper", {
  1093.     name = "CompanySniper",
  1094.     price = 10000,
  1095.     src = "static/CompanySniper",
  1096.     category = "MW2"
  1097. })
  1098.  
  1099. -- ShadowyPast URL : https://static.wikia.nocookie.net/callofduty/images/3/3b/ShadowyPast_CallingCard_MWII.png
  1100. cfg:addCard("MW2_ShadowyPast", {
  1101.     name = "ShadowyPast",
  1102.     price = 10000,
  1103.     src = "static/ShadowyPast",
  1104.     category = "MW2"
  1105. })
  1106.  
  1107. -- DarkenedPistol URL : https://static.wikia.nocookie.net/callofduty/images/5/5e/DarkenedPistol_CallingCard_MWII.png
  1108. cfg:addCard("MW2_DarkenedPistol", {
  1109.     name = "DarkenedPistol",
  1110.     price = 10000,
  1111.     src = "static/DarkenedPistol",
  1112.     category = "MW2"
  1113. })
  1114.  
  1115. -- OperatorOverlook URL : https://static.wikia.nocookie.net/callofduty/images/3/37/OperatorOverlook_CallingCard_MWII.gif
  1116. cfg:addAnimatedCard("MW2_OperatorOverlook", {
  1117.     name = "OperatorOverlook",
  1118.     price = 50000,
  1119.     src = "animated/operatoroverlook",
  1120.     times = { 0.06, 0.06 },
  1121.     category = "MW2"
  1122. })
  1123.  
  1124. -- DeathsFlowers URL : https://static.wikia.nocookie.net/callofduty/images/2/29/DeathsFlowers_CallingCard_MWII.png
  1125. cfg:addCard("MW2_DeathsFlowers", {
  1126.     name = "DeathsFlowers",
  1127.     price = 10000,
  1128.     src = "static/DeathsFlowers",
  1129.     category = "MW2"
  1130. })
  1131.  
  1132. -- ChallengerApproaches URL : https://static.wikia.nocookie.net/callofduty/images/7/72/ChallengerApproaches_CallingCard_MWII.png
  1133. cfg:addCard("MW2_ChallengerApproaches", {
  1134.     name = "ChallengerApproaches",
  1135.     price = 10000,
  1136.     src = "static/ChallengerApproaches",
  1137.     category = "MW2"
  1138. })
  1139.  
  1140. -- HarshReality URL : https://static.wikia.nocookie.net/callofduty/images/1/17/HarshReality_CallingCard_MWII.png
  1141. cfg:addCard("MW2_HarshReality", {
  1142.     name = "HarshReality",
  1143.     price = 10000,
  1144.     src = "static/HarshReality",
  1145.     category = "MW2"
  1146. })
  1147.  
  1148. -- Overwhelmed URL : https://static.wikia.nocookie.net/callofduty/images/9/95/Overwhelmed_CallingCard_MWII.png
  1149. cfg:addCard("MW2_Overwhelmed", {
  1150.     name = "Overwhelmed",
  1151.     price = 10000,
  1152.     src = "static/Overwhelmed",
  1153.     category = "MW2"
  1154. })
  1155.  
  1156. -- OneLastMission URL : https://static.wikia.nocookie.net/callofduty/images/d/da/OneLastMission_CallingCard_MWII.png
  1157. cfg:addCard("MW2_OneLastMission", {
  1158.     name = "OneLastMission",
  1159.     price = 10000,
  1160.     src = "static/OneLastMission",
  1161.     category = "MW2"
  1162. })
  1163.  
  1164. -- OcularOmnipotence URL : https://static.wikia.nocookie.net/callofduty/images/1/16/OcularOmnipotence_CallingCard_MWII.png
  1165. cfg:addCard("MW2_OcularOmnipotence", {
  1166.     name = "OcularOmnipotence",
  1167.     price = 10000,
  1168.     src = "static/OcularOmnipotence",
  1169.     category = "MW2"
  1170. })
  1171.  
  1172. -- RattleAndBone URL : https://static.wikia.nocookie.net/callofduty/images/c/ce/RattleAndBone_CallingCard_MWII.gif
  1173. cfg:addAnimatedCard("MW2_RattleAndBone", {
  1174.     name = "RattleAndBone",
  1175.     price = 50000,
  1176.     src = "animated/rattleandbone",
  1177.     times = { 0.06, 0.06 },
  1178.     category = "MW2"
  1179. })
  1180.  
  1181. -- DarkWarrior URL : https://static.wikia.nocookie.net/callofduty/images/9/9d/DarkWarrior_CallingCard_MWII.gif
  1182. cfg:addAnimatedCard("MW2_DarkWarrior", {
  1183.     name = "DarkWarrior",
  1184.     price = 50000,
  1185.     src = "animated/darkwarrior",
  1186.     times = { 0.06, 0.06 },
  1187.     category = "MW2"
  1188. })
  1189.  
  1190. -- CyberBlack URL : https://static.wikia.nocookie.net/callofduty/images/d/dd/CyberBlack_CallingCard_MWII.gif
  1191. cfg:addAnimatedCard("MW2_CyberBlack", {
  1192.     name = "CyberBlack",
  1193.     price = 50000,
  1194.     src = "animated/cyberblack",
  1195.     times = { 0.06, 0.06 },
  1196.     category = "MW2"
  1197. })
  1198.  
  1199. -- BlackBeetle URL : https://static.wikia.nocookie.net/callofduty/images/3/38/BlackBeetle_CallingCard_MWII.png
  1200. cfg:addCard("MW2_BlackBeetle", {
  1201.     name = "BlackBeetle",
  1202.     price = 10000,
  1203.     src = "static/BlackBeetle",
  1204.     category = "MW2"
  1205. })
  1206.  
  1207. -- MaliciousIntent URL : https://static.wikia.nocookie.net/callofduty/images/2/22/MaliciousIntent_CallingCard_MWII.gif
  1208. cfg:addAnimatedCard("MW2_MaliciousIntent", {
  1209.     name = "MaliciousIntent",
  1210.     price = 50000,
  1211.     src = "animated/maliciousintent",
  1212.     times = { 0.06, 0.06 },
  1213.     category = "MW2"
  1214. })
  1215.  
  1216. -- BladedCharge URL : https://static.wikia.nocookie.net/callofduty/images/8/8c/BladedCharge_CallingCard_MWII.gif
  1217. cfg:addAnimatedCard("MW2_BladedCharge", {
  1218.     name = "BladedCharge",
  1219.     price = 50000,
  1220.     src = "animated/bladedcharge",
  1221.     times = { 0.06, 0.06 },
  1222.     category = "MW2"
  1223. })
  1224.  
  1225. -- Arachnophobia URL : https://static.wikia.nocookie.net/callofduty/images/4/4b/Arachnophobia_CallingCard_MWII.gif
  1226. cfg:addAnimatedCard("MW2_Arachnophobia", {
  1227.     name = "Arachnophobia",
  1228.     price = 50000,
  1229.     src = "animated/arachnophobia",
  1230.     times = { 0.06, 0.06 },
  1231.     category = "MW2"
  1232. })
  1233.  
  1234. -- Hunger URL : https://static.wikia.nocookie.net/callofduty/images/b/b4/Hunger_CallingCard_MWII.gif
  1235. cfg:addAnimatedCard("MW2_Hunger", {
  1236.     name = "Hunger",
  1237.     price = 50000,
  1238.     src = "animated/hunger",
  1239.     times = { 0.06, 0.06 },
  1240.     category = "MW2"
  1241. })
  1242.  
  1243. -- SpeedingMotorist URL : https://static.wikia.nocookie.net/callofduty/images/b/b4/SpeedingMotorist_CallingCard_MWII.gif
  1244. cfg:addAnimatedCard("MW2_SpeedingMotorist", {
  1245.     name = "SpeedingMotorist",
  1246.     price = 50000,
  1247.     src = "animated/speedingmotorist",
  1248.     times = { 0.06, 0.06 },
  1249.     category = "MW2"
  1250. })
  1251.  
  1252. -- SpeedsTheGame URL : https://static.wikia.nocookie.net/callofduty/images/c/c9/SpeedsTheGame_CallingCard_MWII.png
  1253. cfg:addCard("MW2_SpeedsTheGame", {
  1254.     name = "SpeedsTheGame",
  1255.     price = 10000,
  1256.     src = "static/SpeedsTheGame",
  1257.     category = "MW2"
  1258. })
  1259.  
  1260. -- BarrelingDown URL : https://static.wikia.nocookie.net/callofduty/images/7/71/BarrelingDown_CallingCard_MWII.gif
  1261. cfg:addAnimatedCard("MW2_BarrelingDown", {
  1262.     name = "BarrelingDown",
  1263.     price = 50000,
  1264.     src = "animated/barrelingdown",
  1265.     times = { 0.06, 0.06 },
  1266.     category = "MW2"
  1267. })
  1268.  
  1269. -- 4WheeledBigDeal URL : https://static.wikia.nocookie.net/callofduty/images/0/0f/4WheeledBigDeal_CallingCard_MWII.gif
  1270. cfg:addAnimatedCard("MW2_4WheeledBigDeal", {
  1271.     name = "4WheeledBigDeal",
  1272.     price = 50000,
  1273.     src = "animated/4wheeledbigdeal",
  1274.     times = { 0.06, 0.06 },
  1275.     category = "MW2"
  1276. })
  1277.  
  1278. -- JetSkiRetreat URL : https://static.wikia.nocookie.net/callofduty/images/a/a4/JetSkiRetreat_CallingCard_MWII.png
  1279. cfg:addCard("MW2_JetSkiRetreat", {
  1280.     name = "JetSkiRetreat",
  1281.     price = 10000,
  1282.     src = "static/JetSkiRetreat",
  1283.     category = "MW2"
  1284. })
  1285.  
  1286. -- Speeder URL : https://static.wikia.nocookie.net/callofduty/images/0/09/Speeder_CallingCard_MWII.gif
  1287. cfg:addAnimatedCard("MW2_Speeder", {
  1288.     name = "Speeder",
  1289.     price = 50000,
  1290.     src = "animated/speeder",
  1291.     times = { 0.06, 0.06 },
  1292.     category = "MW2"
  1293. })
  1294.  
  1295. -- ArmoredPickupCharlie URL : https://static.wikia.nocookie.net/callofduty/images/4/44/ArmoredPickupCharlie_CallingCard_MWII.gif
  1296. cfg:addAnimatedCard("MW2_ArmoredPickupCharlie", {
  1297.     name = "ArmoredPickupCharlie",
  1298.     price = 50000,
  1299.     src = "animated/armoredpickupcharlie",
  1300.     times = { 0.06, 0.06 },
  1301.     category = "MW2"
  1302. })
  1303.  
  1304. -- Invidia URL : https://static.wikia.nocookie.net/callofduty/images/3/34/Invidia_CallingCard_MWII.gif
  1305. cfg:addAnimatedCard("MW2_Invidia", {
  1306.     name = "Invidia",
  1307.     price = 50000,
  1308.     src = "animated/invidia",
  1309.     times = { 0.06, 0.06 },
  1310.     category = "MW2"
  1311. })
  1312.  
  1313. -- Gula URL : https://static.wikia.nocookie.net/callofduty/images/b/be/Gula_CallingCard_MWII.gif
  1314. cfg:addAnimatedCard("MW2_Gula", {
  1315.     name = "Gula",
  1316.     price = 50000,
  1317.     src = "animated/gula",
  1318.     times = { 0.06, 0.06 },
  1319.     category = "MW2"
  1320. })
  1321.  
  1322. -- Avaritia URL : https://static.wikia.nocookie.net/callofduty/images/5/51/Avaritia_CallingCard_MWII.gif
  1323. cfg:addAnimatedCard("MW2_Avaritia", {
  1324.     name = "Avaritia",
  1325.     price = 50000,
  1326.     src = "animated/avaritia",
  1327.     times = { 0.06, 0.06 },
  1328.     category = "MW2"
  1329. })
  1330.  
  1331. -- Luxuria URL : https://static.wikia.nocookie.net/callofduty/images/d/d6/Luxuria_CallingCard_MWII.gif
  1332. cfg:addAnimatedCard("MW2_Luxuria", {
  1333.     name = "Luxuria",
  1334.     price = 50000,
  1335.     src = "animated/luxuria",
  1336.     times = { 0.06, 0.06 },
  1337.     category = "MW2"
  1338. })
  1339.  
  1340. -- Superbia URL : https://static.wikia.nocookie.net/callofduty/images/c/c6/Superbia_CallingCard_MWII.gif
  1341. cfg:addAnimatedCard("MW2_Superbia", {
  1342.     name = "Superbia",
  1343.     price = 50000,
  1344.     src = "animated/superbia",
  1345.     times = { 0.06, 0.06 },
  1346.     category = "MW2"
  1347. })
  1348.  
  1349. -- NoticeMe URL : https://static.wikia.nocookie.net/callofduty/images/0/0d/NoticeMe_CallingCard_MWII.gif
  1350. cfg:addAnimatedCard("MW2_NoticeMe", {
  1351.     name = "NoticeMe",
  1352.     price = 50000,
  1353.     src = "animated/noticeme",
  1354.     times = { 0.06, 0.06 },
  1355.     category = "MW2"
  1356. })
  1357.  
  1358. -- Radiance URL : https://static.wikia.nocookie.net/callofduty/images/6/6c/Radiance_CallingCard_MWII.png
  1359. cfg:addCard("MW2_Radiance", {
  1360.     name = "Radiance",
  1361.     price = 10000,
  1362.     src = "static/Radiance",
  1363.     category = "MW2"
  1364. })
  1365.  
  1366. -- MetallicEntry URL : https://static.wikia.nocookie.net/callofduty/images/4/4f/MetallicEntry_CallingCard_MWII.png
  1367. cfg:addCard("MW2_MetallicEntry", {
  1368.     name = "MetallicEntry",
  1369.     price = 10000,
  1370.     src = "static/MetallicEntry",
  1371.     category = "MW2"
  1372. })
  1373.  
  1374. -- EmeraldRaise URL : https://static.wikia.nocookie.net/callofduty/images/f/fd/EmeraldRaise_CallingCard_MWII.png
  1375. cfg:addCard("MW2_EmeraldRaise", {
  1376.     name = "EmeraldRaise",
  1377.     price = 10000,
  1378.     src = "static/EmeraldRaise",
  1379.     category = "MW2"
  1380. })
  1381.  
  1382. -- ElegantTrifecta URL : https://static.wikia.nocookie.net/callofduty/images/5/52/ElegantTrifecta_CallingCard_MWII.png
  1383. cfg:addCard("MW2_ElegantTrifecta", {
  1384.     name = "ElegantTrifecta",
  1385.     price = 10000,
  1386.     src = "static/ElegantTrifecta",
  1387.     category = "MW2"
  1388. })
  1389.  
  1390. -- CentralBlinding URL : https://static.wikia.nocookie.net/callofduty/images/9/9f/CentralBlinding_CallingCard_MWII.png
  1391. cfg:addCard("MW2_CentralBlinding", {
  1392.     name = "CentralBlinding",
  1393.     price = 10000,
  1394.     src = "static/CentralBlinding",
  1395.     category = "MW2"
  1396. })
  1397.  
  1398. -- Hardcore URL : https://static.wikia.nocookie.net/callofduty/images/a/af/Hardcore_CallingCard_MWII.png
  1399. cfg:addCard("MW2_Hardcore", {
  1400.     name = "Hardcore",
  1401.     price = 10000,
  1402.     src = "static/Hardcore",
  1403.     category = "MW2"
  1404. })
  1405.  
  1406. -- DeterminedGlare URL : https://static.wikia.nocookie.net/callofduty/images/4/44/DeterminedGlare_CallingCard_MWII.gif
  1407. cfg:addAnimatedCard("MW2_DeterminedGlare", {
  1408.     name = "DeterminedGlare",
  1409.     price = 50000,
  1410.     src = "animated/determinedglare",
  1411.     times = { 0.06, 0.06 },
  1412.     category = "MW2"
  1413. })
  1414.  
  1415. -- Hailstorm URL : https://static.wikia.nocookie.net/callofduty/images/5/59/Hailstorm_CallingCard_MWII.png
  1416. cfg:addCard("MW2_Hailstorm", {
  1417.     name = "Hailstorm",
  1418.     price = 10000,
  1419.     src = "static/Hailstorm",
  1420.     category = "MW2"
  1421. })
  1422.  
  1423. -- GraphicalGraffiti URL : https://static.wikia.nocookie.net/callofduty/images/6/61/GraphicalGraffiti_CallingCard_MWII.png
  1424. cfg:addCard("MW2_GraphicalGraffiti", {
  1425.     name = "GraphicalGraffiti",
  1426.     price = 10000,
  1427.     src = "static/GraphicalGraffiti",
  1428.     category = "MW2"
  1429. })
  1430.  
  1431. -- BulletsEnd URL : https://static.wikia.nocookie.net/callofduty/images/2/2f/BulletsEnd_CallingCard_MWII.png
  1432. cfg:addCard("MW2_BulletsEnd", {
  1433.     name = "BulletsEnd",
  1434.     price = 10000,
  1435.     src = "static/BulletsEnd",
  1436.     category = "MW2"
  1437. })
  1438.  
  1439. -- TrippedOut URL : https://static.wikia.nocookie.net/callofduty/images/a/a9/TrippedOut_CallingCard_MWII.png
  1440. cfg:addCard("MW2_TrippedOut", {
  1441.     name = "TrippedOut",
  1442.     price = 10000,
  1443.     src = "static/TrippedOut",
  1444.     category = "MW2"
  1445. })
  1446.  
  1447. -- IncomingStrike URL : https://static.wikia.nocookie.net/callofduty/images/3/32/IncomingStrike_CallingCard_MWII.png
  1448. cfg:addCard("MW2_IncomingStrike", {
  1449.     name = "IncomingStrike",
  1450.     price = 10000,
  1451.     src = "static/IncomingStrike",
  1452.     category = "MW2"
  1453. })
  1454.  
  1455. -- GoldenVapor URL : https://static.wikia.nocookie.net/callofduty/images/9/99/GoldenVapor_CallingCard_MWII.png
  1456. cfg:addCard("MW2_GoldenVapor", {
  1457.     name = "GoldenVapor",
  1458.     price = 10000,
  1459.     src = "static/GoldenVapor",
  1460.     category = "MW2"
  1461. })
  1462.  
  1463. -- GleamingHeadshot URL : https://static.wikia.nocookie.net/callofduty/images/6/61/GleamingHeadshot_CallingCard_MWII.gif
  1464. cfg:addAnimatedCard("MW2_GleamingHeadshot", {
  1465.     name = "GleamingHeadshot",
  1466.     price = 50000,
  1467.     src = "animated/gleamingheadshot",
  1468.     times = { 0.06, 0.06 },
  1469.     category = "MW2"
  1470. })
  1471.  
  1472. -- MoveIn URL : https://static.wikia.nocookie.net/callofduty/images/7/74/MoveIn_CallingCard_MWII.png
  1473. cfg:addCard("MW2_MoveIn", {
  1474.     name = "MoveIn",
  1475.     price = 10000,
  1476.     src = "static/MoveIn",
  1477.     category = "MW2"
  1478. })
  1479.  
  1480. -- LaseredInfiltration URL : https://static.wikia.nocookie.net/callofduty/images/d/d4/LaseredInfiltration_CallingCard_MWII.png
  1481. cfg:addCard("MW2_LaseredInfiltration", {
  1482.     name = "LaseredInfiltration",
  1483.     price = 10000,
  1484.     src = "static/LaseredInfiltration",
  1485.     category = "MW2"
  1486. })
  1487.  
  1488. -- GunnedDown URL : https://static.wikia.nocookie.net/callofduty/images/8/82/GunnedDown_CallingCard_MWII.png
  1489. cfg:addCard("MW2_GunnedDown", {
  1490.     name = "GunnedDown",
  1491.     price = 10000,
  1492.     src = "static/GunnedDown",
  1493.     category = "MW2"
  1494. })
  1495.  
  1496. -- DeadlyLaser URL : https://static.wikia.nocookie.net/callofduty/images/7/75/DeadlyLaser_CallingCard_MWII.png
  1497. cfg:addCard("MW2_DeadlyLaser", {
  1498.     name = "DeadlyLaser",
  1499.     price = 10000,
  1500.     src = "static/DeadlyLaser",
  1501.     category = "MW2"
  1502. })
  1503.  
  1504. -- Reflective URL : https://static.wikia.nocookie.net/callofduty/images/8/8c/Reflective_CallingCard_MWII.png
  1505. cfg:addCard("MW2_Reflective", {
  1506.     name = "Reflective",
  1507.     price = 10000,
  1508.     src = "static/Reflective",
  1509.     category = "MW2"
  1510. })
  1511.  
  1512. -- AlternateMeans URL : https://static.wikia.nocookie.net/callofduty/images/9/9a/AlternateMeans_CallingCard_MWII.png
  1513. cfg:addCard("MW2_AlternateMeans", {
  1514.     name = "AlternateMeans",
  1515.     price = 10000,
  1516.     src = "static/AlternateMeans",
  1517.     category = "MW2"
  1518. })
  1519.  
  1520. -- TimeToStrike URL : https://static.wikia.nocookie.net/callofduty/images/6/62/TimeToStrike_CallingCard_MWII.gif
  1521. cfg:addAnimatedCard("MW2_TimeToStrike", {
  1522.     name = "TimeToStrike",
  1523.     price = 50000,
  1524.     src = "animated/timetostrike",
  1525.     times = { 0.06, 0.06 },
  1526.     category = "MW2"
  1527. })
  1528.  
  1529. -- SmokingMoney URL : https://static.wikia.nocookie.net/callofduty/images/7/78/SmokingMoney_CallingCard_MWII.png
  1530. cfg:addCard("MW2_SmokingMoney", {
  1531.     name = "SmokingMoney",
  1532.     price = 10000,
  1533.     src = "static/SmokingMoney",
  1534.     category = "MW2"
  1535. })
  1536.  
  1537. -- AllThatGlitters URL : https://static.wikia.nocookie.net/callofduty/images/d/d7/AllThatGlitters_CallingCard_MWII.png
  1538. cfg:addCard("MW2_AllThatGlitters", {
  1539.     name = "AllThatGlitters",
  1540.     price = 10000,
  1541.     src = "static/AllThatGlitters",
  1542.     category = "MW2"
  1543. })
  1544.  
  1545. -- TattoosAndChains URL : https://static.wikia.nocookie.net/callofduty/images/c/cd/TattoosAndChains_CallingCard_MWII.png
  1546. cfg:addCard("MW2_TattoosAndChains", {
  1547.     name = "TattoosAndChains",
  1548.     price = 10000,
  1549.     src = "static/TattoosAndChains",
  1550.     category = "MW2"
  1551. })
  1552.  
  1553. -- DesertDecor URL : https://static.wikia.nocookie.net/callofduty/images/d/dd/DesertDecor_CallingCard_MWII.png
  1554. cfg:addCard("MW2_DesertDecor", {
  1555.     name = "DesertDecor",
  1556.     price = 10000,
  1557.     src = "static/DesertDecor",
  1558.     category = "MW2"
  1559. })
  1560.  
  1561. -- DomePolish URL : https://static.wikia.nocookie.net/callofduty/images/1/19/DomePolish_CallingCard_MWII.png
  1562. cfg:addCard("MW2_DomePolish", {
  1563.     name = "DomePolish",
  1564.     price = 10000,
  1565.     src = "static/DomePolish",
  1566.     category = "MW2"
  1567. })
  1568.  
  1569. -- FinestRuler URL : https://static.wikia.nocookie.net/callofduty/images/5/55/FinestRuler_CallingCard_MWII.png
  1570. cfg:addCard("MW2_FinestRuler", {
  1571.     name = "FinestRuler",
  1572.     price = 10000,
  1573.     src = "static/FinestRuler",
  1574.     category = "MW2"
  1575. })
  1576.  
  1577. -- DeathsPayment URL : https://static.wikia.nocookie.net/callofduty/images/5/5d/DeathsPayment_CallingCard_MWII.gif
  1578. cfg:addAnimatedCard("MW2_DeathsPayment", {
  1579.     name = "DeathsPayment",
  1580.     price = 50000,
  1581.     src = "animated/deathspayment",
  1582.     times = { 0.06, 0.06 },
  1583.     category = "MW2"
  1584. })
  1585.  
  1586. -- QuestNuke URL : https://static.wikia.nocookie.net/callofduty/images/4/4a/QuestNuke_CallingCard_MWII.gif
  1587. cfg:addAnimatedCard("MW2_QuestNuke", {
  1588.     name = "QuestNuke",
  1589.     price = 50000,
  1590.     src = "animated/questnuke",
  1591.     times = { 0.06, 0.06 },
  1592.     category = "MW2"
  1593. })
  1594.  
  1595. -- SerpentsSnap URL : https://static.wikia.nocookie.net/callofduty/images/f/f1/SerpentsSnap_CallingCard_MWII.png
  1596. cfg:addCard("MW2_SerpentsSnap", {
  1597.     name = "SerpentsSnap",
  1598.     price = 10000,
  1599.     src = "static/SerpentsSnap",
  1600.     category = "MW2"
  1601. })
  1602.  
  1603. -- CopperScorpion URL : https://static.wikia.nocookie.net/callofduty/images/3/35/CopperScorpion_CallingCard_MWII.gif
  1604. cfg:addAnimatedCard("MW2_CopperScorpion", {
  1605.     name = "CopperScorpion",
  1606.     price = 50000,
  1607.     src = "animated/copperscorpion",
  1608.     times = { 0.06, 0.06 },
  1609.     category = "MW2"
  1610. })
  1611.  
  1612. -- SharpenedFangs URL : https://static.wikia.nocookie.net/callofduty/images/d/dd/SharpenedFangs_CallingCard_MWII.png
  1613. cfg:addCard("MW2_SharpenedFangs", {
  1614.     name = "SharpenedFangs",
  1615.     price = 10000,
  1616.     src = "static/SharpenedFangs",
  1617.     category = "MW2"
  1618. })
  1619.  
  1620. -- SpidersTrap URL : https://static.wikia.nocookie.net/callofduty/images/8/82/SpidersTrap_CallingCard_MWII.png
  1621. cfg:addCard("MW2_SpidersTrap", {
  1622.     name = "SpidersTrap",
  1623.     price = 10000,
  1624.     src = "static/SpidersTrap",
  1625.     category = "MW2"
  1626. })
  1627.  
  1628. -- FishPlease URL : https://static.wikia.nocookie.net/callofduty/images/1/16/FishPlease_CallingCard_MWII.gif
  1629. cfg:addAnimatedCard("MW2_FishPlease", {
  1630.     name = "FishPlease",
  1631.     price = 50000,
  1632.     src = "animated/fishplease",
  1633.     times = { 0.06, 0.06 },
  1634.     category = "MW2"
  1635. })
  1636.  
  1637. -- BatsFlight URL : https://static.wikia.nocookie.net/callofduty/images/f/f0/BatsFlight_CallingCard_MWII.gif
  1638. cfg:addAnimatedCard("MW2_BatsFlight", {
  1639.     name = "BatsFlight",
  1640.     price = 50000,
  1641.     src = "animated/batsflight",
  1642.     times = { 0.06, 0.06 },
  1643.     category = "MW2"
  1644. })
  1645.  
  1646. -- CrustaceousDisaster URL : https://static.wikia.nocookie.net/callofduty/images/e/ea/CrustaceousDisaster_CallingCard_MWII.gif
  1647. cfg:addAnimatedCard("MW2_CrustaceousDisaster", {
  1648.     name = "CrustaceousDisaster",
  1649.     price = 50000,
  1650.     src = "animated/crustaceousdisaster",
  1651.     times = { 0.06, 0.06 },
  1652.     category = "MW2"
  1653. })
  1654.  
  1655. -- ZapBeta URL : https://static.wikia.nocookie.net/callofduty/images/c/ca/ZapBeta_CallingCard_MWII.png
  1656. cfg:addCard("MW2_ZapBeta", {
  1657.     name = "ZapBeta",
  1658.     price = 10000,
  1659.     src = "static/ZapBeta",
  1660.     category = "MW2"
  1661. })
  1662.  
  1663. -- Circular URL : https://static.wikia.nocookie.net/callofduty/images/5/5c/Circular_CallingCard_MWII.png
  1664. cfg:addCard("MW2_Circular", {
  1665.     name = "Circular",
  1666.     price = 10000,
  1667.     src = "static/Circular",
  1668.     category = "MW2"
  1669. })
  1670.  
  1671. -- ExesBeta URL : https://static.wikia.nocookie.net/callofduty/images/d/dd/ExesBeta_CallingCard_MWII.png
  1672. cfg:addCard("MW2_ExesBeta", {
  1673.     name = "ExesBeta",
  1674.     price = 10000,
  1675.     src = "static/ExesBeta",
  1676.     category = "MW2"
  1677. })
  1678.  
  1679. -- CircularBeta URL : https://static.wikia.nocookie.net/callofduty/images/d/dd/CircularBeta_CallingCard_MWII.png
  1680. cfg:addCard("MW2_CircularBeta", {
  1681.     name = "CircularBeta",
  1682.     price = 10000,
  1683.     src = "static/CircularBeta",
  1684.     category = "MW2"
  1685. })
  1686.  
  1687. -- PastelsBeta URL : https://static.wikia.nocookie.net/callofduty/images/6/68/PastelsBeta_CallingCard_MWII.png
  1688. cfg:addCard("MW2_PastelsBeta", {
  1689.     name = "PastelsBeta",
  1690.     price = 10000,
  1691.     src = "static/PastelsBeta",
  1692.     category = "MW2"
  1693. })
  1694.  
  1695. -- Swirls URL : https://static.wikia.nocookie.net/callofduty/images/8/8e/Swirls_CallingCard_MWII.png
  1696. cfg:addCard("MW2_Swirls", {
  1697.     name = "Swirls",
  1698.     price = 10000,
  1699.     src = "static/Swirls",
  1700.     category = "MW2"
  1701. })
  1702.  
  1703. -- Fireball URL : https://static.wikia.nocookie.net/callofduty/images/d/d3/Fireball_CallingCard_MWII.gif
  1704. cfg:addAnimatedCard("MW2_Fireball", {
  1705.     name = "Fireball",
  1706.     price = 50000,
  1707.     src = "animated/fireball",
  1708.     times = { 0.06, 0.06 },
  1709.     category = "MW2"
  1710. })
  1711.  
  1712. -- Vaulting URL : https://static.wikia.nocookie.net/callofduty/images/a/a3/Vaulting_CallingCard_MWII.gif
  1713. cfg:addAnimatedCard("MW2_Vaulting", {
  1714.     name = "Vaulting",
  1715.     price = 50000,
  1716.     src = "animated/vaulting",
  1717.     times = { 0.06, 0.06 },
  1718.     category = "MW2"
  1719. })
  1720.  
  1721. -- OnTheMove URL : https://static.wikia.nocookie.net/callofduty/images/b/bb/OnTheMove_CallingCard_MWII.gif
  1722. cfg:addAnimatedCard("MW2_OnTheMove", {
  1723.     name = "OnTheMove",
  1724.     price = 50000,
  1725.     src = "animated/onthemove",
  1726.     times = { 0.06, 0.06 },
  1727.     category = "MW2"
  1728. })
  1729.  
  1730. -- UpTop URL : https://static.wikia.nocookie.net/callofduty/images/7/75/UpTop_CallingCard_MWII.gif
  1731. cfg:addAnimatedCard("MW2_UpTop", {
  1732.     name = "UpTop",
  1733.     price = 50000,
  1734.     src = "animated/uptop",
  1735.     times = { 0.06, 0.06 },
  1736.     category = "MW2"
  1737. })
  1738.  
  1739. -- Hidden URL : https://static.wikia.nocookie.net/callofduty/images/e/ed/Hidden_CallingCard_MWII.gif
  1740. cfg:addAnimatedCard("MW2_Hidden", {
  1741.     name = "Hidden",
  1742.     price = 50000,
  1743.     src = "animated/hidden",
  1744.     times = { 0.06, 0.06 },
  1745.     category = "MW2"
  1746. })
  1747.  
  1748. -- SlidingDown URL : https://static.wikia.nocookie.net/callofduty/images/5/52/SlidingDown_CallingCard_MWII.gif
  1749. cfg:addAnimatedCard("MW2_SlidingDown", {
  1750.     name = "SlidingDown",
  1751.     price = 50000,
  1752.     src = "animated/slidingdown",
  1753.     times = { 0.06, 0.06 },
  1754.     category = "MW2"
  1755. })
  1756.  
  1757. -- LastStand URL : https://static.wikia.nocookie.net/callofduty/images/f/fd/LastStand_CallingCard_MWII.gif
  1758. cfg:addAnimatedCard("MW2_LastStand", {
  1759.     name = "LastStand",
  1760.     price = 50000,
  1761.     src = "animated/laststand",
  1762.     times = { 0.06, 0.06 },
  1763.     category = "MW2"
  1764. })
  1765.  
  1766. -- ShadowCompany URL : https://static.wikia.nocookie.net/callofduty/images/5/5b/ShadowCompany_CallingCard_MWII.gif
  1767. cfg:addAnimatedCard("MW2_ShadowCompany", {
  1768.     name = "ShadowCompany",
  1769.     price = 50000,
  1770.     src = "animated/shadowcompany",
  1771.     times = { 0.06, 0.06 },
  1772.     category = "MW2"
  1773. })
  1774.  
  1775. -- BeOnGuard URL : https://static.wikia.nocookie.net/callofduty/images/0/00/BeOnGuard_CallingCard_MWII.gif
  1776. cfg:addAnimatedCard("MW2_BeOnGuard", {
  1777.     name = "BeOnGuard",
  1778.     price = 50000,
  1779.     src = "animated/beonguard",
  1780.     times = { 0.06, 0.06 },
  1781.     category = "MW2"
  1782. })
  1783.  
  1784. -- ShadyShooter URL : https://static.wikia.nocookie.net/callofduty/images/1/10/ShadyShooter_CallingCard_MWII.png
  1785. cfg:addCard("MW2_ShadyShooter", {
  1786.     name = "ShadyShooter",
  1787.     price = 10000,
  1788.     src = "static/ShadyShooter",
  1789.     category = "MW2"
  1790. })
  1791.  
  1792. -- HeadingOut URL : https://static.wikia.nocookie.net/callofduty/images/5/53/HeadingOut_CallingCard_MWII.gif
  1793. cfg:addAnimatedCard("MW2_HeadingOut", {
  1794.     name = "HeadingOut",
  1795.     price = 50000,
  1796.     src = "animated/headingout",
  1797.     times = { 0.06, 0.06 },
  1798.     category = "MW2"
  1799. })
  1800.  
  1801. -- ZiplineDecline URL : https://static.wikia.nocookie.net/callofduty/images/f/f4/ZiplineDecline_CallingCard_MWII.gif
  1802. cfg:addAnimatedCard("MW2_ZiplineDecline", {
  1803.     name = "ZiplineDecline",
  1804.     price = 50000,
  1805.     src = "animated/ziplinedecline",
  1806.     times = { 0.06, 0.06 },
  1807.     category = "MW2"
  1808. })
  1809.  
  1810. -- TheHardWay URL : https://static.wikia.nocookie.net/callofduty/images/3/3e/TheHardWay_CallingCard_MWII.gif
  1811. cfg:addAnimatedCard("MW2_TheHardWay", {
  1812.     name = "TheHardWay",
  1813.     price = 50000,
  1814.     src = "animated/thehardway",
  1815.     times = { 0.06, 0.06 },
  1816.     category = "MW2"
  1817. })
  1818.  
  1819. -- NightlySnipes URL : https://static.wikia.nocookie.net/callofduty/images/4/4f/NightlySnipes_CallingCard_MWII.gif
  1820. cfg:addAnimatedCard("MW2_NightlySnipes", {
  1821.     name = "NightlySnipes",
  1822.     price = 50000,
  1823.     src = "animated/nightlysnipes",
  1824.     times = { 0.06, 0.06 },
  1825.     category = "MW2"
  1826. })
  1827.  
  1828. -- Visionary URL : https://static.wikia.nocookie.net/callofduty/images/a/a9/Visionary_CallingCard_MWII.gif
  1829. cfg:addAnimatedCard("MW2_Visionary", {
  1830.     name = "Visionary",
  1831.     price = 50000,
  1832.     src = "animated/visionary",
  1833.     times = { 0.06, 0.06 },
  1834.     category = "MW2"
  1835. })
  1836.  
  1837. -- PantherSoldier URL : https://static.wikia.nocookie.net/callofduty/images/d/d3/PantherSoldier_CallingCard_MWII.png
  1838. cfg:addCard("MW2_PantherSoldier", {
  1839.     name = "PantherSoldier",
  1840.     price = 10000,
  1841.     src = "static/PantherSoldier",
  1842.     category = "MW2"
  1843. })
  1844.  
  1845. -- AncientRelic URL : https://static.wikia.nocookie.net/callofduty/images/c/cb/AncientRelic_CallingCard_MWII.png
  1846. cfg:addCard("MW2_AncientRelic", {
  1847.     name = "AncientRelic",
  1848.     price = 10000,
  1849.     src = "static/AncientRelic",
  1850.     category = "MW2"
  1851. })
  1852.  
  1853. -- BlueTengu URL : https://static.wikia.nocookie.net/callofduty/images/5/55/BlueTengu_CallingCard_MWII.png
  1854. cfg:addCard("MW2_BlueTengu", {
  1855.     name = "BlueTengu",
  1856.     price = 10000,
  1857.     src = "static/BlueTengu",
  1858.     category = "MW2"
  1859. })
  1860.  
  1861. -- MaskedProfile URL : https://static.wikia.nocookie.net/callofduty/images/4/4c/MaskedProfile_CallingCard_MWII.png
  1862. cfg:addCard("MW2_MaskedProfile", {
  1863.     name = "MaskedProfile",
  1864.     price = 10000,
  1865.     src = "static/MaskedProfile",
  1866.     category = "MW2"
  1867. })
  1868.  
  1869. -- GoldenDualWielder URL : https://static.wikia.nocookie.net/callofduty/images/8/84/GoldenDualWielder_CallingCard_MWII.png
  1870. cfg:addCard("MW2_GoldenDualWielder", {
  1871.     name = "GoldenDualWielder",
  1872.     price = 10000,
  1873.     src = "static/GoldenDualWielder",
  1874.     category = "MW2"
  1875. })
  1876.  
  1877. -- EyesOnTheTarget URL : https://static.wikia.nocookie.net/callofduty/images/5/54/EyesOnTheTarget_CallingCard_MWII.png
  1878. cfg:addCard("MW2_EyesOnTheTarget", {
  1879.     name = "EyesOnTheTarget",
  1880.     price = 10000,
  1881.     src = "static/EyesOnTheTarget",
  1882.     category = "MW2"
  1883. })
  1884.  
  1885. -- FractalFreedom URL : https://static.wikia.nocookie.net/callofduty/images/b/bc/FractalFreedom_CallingCard_MWII.gif
  1886. cfg:addAnimatedCard("MW2_FractalFreedom", {
  1887.     name = "FractalFreedom",
  1888.     price = 50000,
  1889.     src = "animated/fractalfreedom",
  1890.     times = { 0.06, 0.06 },
  1891.     category = "MW2"
  1892. })
  1893.  
  1894. -- SoaringPredator URL : https://static.wikia.nocookie.net/callofduty/images/4/49/SoaringPredator_CallingCard_MWII.png
  1895. cfg:addCard("MW2_SoaringPredator", {
  1896.     name = "SoaringPredator",
  1897.     price = 10000,
  1898.     src = "static/SoaringPredator",
  1899.     category = "MW2"
  1900. })
  1901.  
  1902. -- GreatWhite URL : https://static.wikia.nocookie.net/callofduty/images/1/10/GreatWhite_CallingCard_MWII.png
  1903. cfg:addCard("MW2_GreatWhite", {
  1904.     name = "GreatWhite",
  1905.     price = 10000,
  1906.     src = "static/GreatWhite",
  1907.     category = "MW2"
  1908. })
  1909.  
  1910. -- Constrictor URL : https://static.wikia.nocookie.net/callofduty/images/8/8c/Constrictor_CallingCard_MWII.png
  1911. cfg:addCard("MW2_Constrictor", {
  1912.     name = "Constrictor",
  1913.     price = 10000,
  1914.     src = "static/Constrictor",
  1915.     category = "MW2"
  1916. })
  1917.  
  1918. -- KingOfTheJungle URL : https://static.wikia.nocookie.net/callofduty/images/4/42/KingOfTheJungle_CallingCard_MWII.png
  1919. cfg:addCard("MW2_KingOfTheJungle", {
  1920.     name = "KingOfTheJungle",
  1921.     price = 10000,
  1922.     src = "static/KingOfTheJungle",
  1923.     category = "MW2"
  1924. })
  1925.  
  1926. -- BullsBarrage URL : https://static.wikia.nocookie.net/callofduty/images/4/41/BullsBarrage_CallingCard_MWII.png
  1927. cfg:addCard("MW2_BullsBarrage", {
  1928.     name = "BullsBarrage",
  1929.     price = 10000,
  1930.     src = "static/BullsBarrage",
  1931.     category = "MW2"
  1932. })
  1933.  
  1934. -- HyenasHowl URL : https://static.wikia.nocookie.net/callofduty/images/1/16/HyenasHowl_CallingCard_MWII.png
  1935. cfg:addCard("MW2_HyenasHowl", {
  1936.     name = "HyenasHowl",
  1937.     price = 10000,
  1938.     src = "static/HyenasHowl",
  1939.     category = "MW2"
  1940. })
  1941.  
  1942. -- TigersTenacity URL : https://static.wikia.nocookie.net/callofduty/images/3/38/TigersTenacity_CallingCard_MWII.gif
  1943. cfg:addAnimatedCard("MW2_TigersTenacity", {
  1944.     name = "TigersTenacity",
  1945.     price = 50000,
  1946.     src = "animated/tigerstenacity",
  1947.     times = { 0.06, 0.06 },
  1948.     category = "MW2"
  1949. })
  1950.  
  1951. -- GunsAtDawn URL : https://static.wikia.nocookie.net/callofduty/images/b/b3/GunsAtDawn_CallingCard_MWII.png
  1952. cfg:addCard("MW2_GunsAtDawn", {
  1953.     name = "GunsAtDawn",
  1954.     price = 10000,
  1955.     src = "static/GunsAtDawn",
  1956.     category = "MW2"
  1957. })
  1958.  
  1959. -- GlaringIntensity URL : https://static.wikia.nocookie.net/callofduty/images/3/32/GlaringIntensity_CallingCard_MWII.png
  1960. cfg:addCard("MW2_GlaringIntensity", {
  1961.     name = "GlaringIntensity",
  1962.     price = 10000,
  1963.     src = "static/GlaringIntensity",
  1964.     category = "MW2"
  1965. })
  1966.  
  1967. -- AlQatala URL : https://static.wikia.nocookie.net/callofduty/images/a/ac/AlQatala_CallingCard_MWII.png
  1968. cfg:addCard("MW2_AlQatala", {
  1969.     name = "AlQatala",
  1970.     price = 10000,
  1971.     src = "static/AlQatala",
  1972.     category = "MW2"
  1973. })
  1974.  
  1975. -- Perspective URL : https://static.wikia.nocookie.net/callofduty/images/b/ba/Perspective_CallingCard_MWII.png
  1976. cfg:addCard("MW2_Perspective", {
  1977.     name = "Perspective",
  1978.     price = 10000,
  1979.     src = "static/Perspective",
  1980.     category = "MW2"
  1981. })
  1982.  
  1983. -- Price URL : https://static.wikia.nocookie.net/callofduty/images/2/2f/Price_CallingCard_MWII.png
  1984. cfg:addCard("MW2_Price", {
  1985.     name = "Price",
  1986.     price = 10000,
  1987.     src = "static/Price",
  1988.     category = "MW2"
  1989. })
  1990.  
  1991. -- SketchedSoldier URL : https://static.wikia.nocookie.net/callofduty/images/7/78/SketchedSoldier_CallingCard_MWII.png
  1992. cfg:addCard("MW2_SketchedSoldier", {
  1993.     name = "SketchedSoldier",
  1994.     price = 10000,
  1995.     src = "static/SketchedSoldier",
  1996.     category = "MW2"
  1997. })
  1998.  
  1999. -- GraceUnderPressure URL : https://static.wikia.nocookie.net/callofduty/images/1/1c/GraceUnderPressure_CallingCard_MWII.gif
  2000. cfg:addAnimatedCard("MW2_GraceUnderPressure", {
  2001.     name = "GraceUnderPressure",
  2002.     price = 50000,
  2003.     src = "animated/graceunderpressure",
  2004.     times = { 0.06, 0.06 },
  2005.     category = "MW2"
  2006. })
  2007.  
  2008. -- TakeFlight URL : https://static.wikia.nocookie.net/callofduty/images/8/82/TakeFlight_CallingCard_MWII.png
  2009. cfg:addCard("MW2_TakeFlight", {
  2010.     name = "TakeFlight",
  2011.     price = 10000,
  2012.     src = "static/TakeFlight",
  2013.     category = "MW2"
  2014. })
  2015.  
  2016. -- MiningDiscovery URL : https://static.wikia.nocookie.net/callofduty/images/e/e9/MiningDiscovery_CallingCard_MWII.png
  2017. cfg:addCard("MW2_MiningDiscovery", {
  2018.     name = "MiningDiscovery",
  2019.     price = 10000,
  2020.     src = "static/MiningDiscovery",
  2021.     category = "MW2"
  2022. })
  2023.  
  2024. -- RoboticMaternity URL : https://static.wikia.nocookie.net/callofduty/images/f/fd/RoboticMaternity_CallingCard_MWII.gif
  2025. cfg:addAnimatedCard("MW2_RoboticMaternity", {
  2026.     name = "RoboticMaternity",
  2027.     price = 50000,
  2028.     src = "animated/roboticmaternity",
  2029.     times = { 0.06, 0.06 },
  2030.     category = "MW2"
  2031. })
  2032.  
  2033. -- CyberSniper URL : https://static.wikia.nocookie.net/callofduty/images/6/6c/CyberSniper_CallingCard_MWII.gif
  2034. cfg:addAnimatedCard("MW2_CyberSniper", {
  2035.     name = "CyberSniper",
  2036.     price = 50000,
  2037.     src = "animated/cybersniper",
  2038.     times = { 0.06, 0.06 },
  2039.     category = "MW2"
  2040. })
  2041.  
  2042. -- EvolutionarySpiral URL : https://static.wikia.nocookie.net/callofduty/images/9/94/EvolutionarySpiral_CallingCard_MWII.gif
  2043. cfg:addAnimatedCard("MW2_EvolutionarySpiral", {
  2044.     name = "EvolutionarySpiral",
  2045.     price = 50000,
  2046.     src = "animated/evolutionaryspiral",
  2047.     times = { 0.06, 0.06 },
  2048.     category = "MW2"
  2049. })
  2050.  
  2051. -- HumanEvolution URL : https://static.wikia.nocookie.net/callofduty/images/8/8f/HumanEvolution_CallingCard_MWII.gif
  2052. cfg:addAnimatedCard("MW2_HumanEvolution", {
  2053.     name = "HumanEvolution",
  2054.     price = 50000,
  2055.     src = "animated/humanevolution",
  2056.     times = { 0.06, 0.06 },
  2057.     category = "MW2"
  2058. })
  2059.  
  2060. -- RoboticFuture URL : https://static.wikia.nocookie.net/callofduty/images/5/5f/RoboticFuture_CallingCard_MWII.gif
  2061. cfg:addAnimatedCard("MW2_RoboticFuture", {
  2062.     name = "RoboticFuture",
  2063.     price = 50000,
  2064.     src = "animated/roboticfuture",
  2065.     times = { 0.06, 0.06 },
  2066.     category = "MW2"
  2067. })
  2068.  
  2069. -- AquaticPresence URL : https://static.wikia.nocookie.net/callofduty/images/1/1d/AquaticPresence_CallingCard_MWII.png
  2070. cfg:addCard("MW2_AquaticPresence", {
  2071.     name = "AquaticPresence",
  2072.     price = 10000,
  2073.     src = "static/AquaticPresence",
  2074.     category = "MW2"
  2075. })
  2076.  
  2077. -- TheNewFrontier URL : https://static.wikia.nocookie.net/callofduty/images/2/2e/TheNewFrontier_CallingCard_MWII.gif
  2078. cfg:addAnimatedCard("MW2_TheNewFrontier", {
  2079.     name = "TheNewFrontier",
  2080.     price = 50000,
  2081.     src = "animated/thenewfrontier",
  2082.     times = { 0.06, 0.06 },
  2083.     category = "MW2"
  2084. })
  2085.  
  2086. -- Chieftain URL : https://static.wikia.nocookie.net/callofduty/images/4/4d/Chieftain_CallingCard_MWII.png
  2087. cfg:addCard("MW2_Chieftain", {
  2088.     name = "Chieftain",
  2089.     price = 10000,
  2090.     src = "static/Chieftain",
  2091.     category = "MW2"
  2092. })
  2093.  
  2094. -- Advancements URL : https://static.wikia.nocookie.net/callofduty/images/0/06/Advancements_CallingCard_MWII.png
  2095. cfg:addCard("MW2_Advancements", {
  2096.     name = "Advancements",
  2097.     price = 10000,
  2098.     src = "static/Advancements",
  2099.     category = "MW2"
  2100. })
  2101.  
  2102. -- ForHonorAndGlory URL : https://static.wikia.nocookie.net/callofduty/images/9/92/ForHonorAndGlory_CallingCard_MWII.png
  2103. cfg:addCard("MW2_ForHonorAndGlory", {
  2104.     name = "ForHonorAndGlory",
  2105.     price = 10000,
  2106.     src = "static/ForHonorAndGlory",
  2107.     category = "MW2"
  2108. })
  2109.  
  2110. -- DronesFirstFlight URL : https://static.wikia.nocookie.net/callofduty/images/4/4f/DronesFirstFlight_CallingCard_MWII.gif
  2111. cfg:addAnimatedCard("MW2_DronesFirstFlight", {
  2112.     name = "DronesFirstFlight",
  2113.     price = 50000,
  2114.     src = "animated/dronesfirstflight",
  2115.     times = { 0.06, 0.06 },
  2116.     category = "MW2"
  2117. })
  2118.  
  2119. -- BarbedSilhouette URL : https://static.wikia.nocookie.net/callofduty/images/7/76/BarbedSilhouette_CallingCard_MWII.png
  2120. cfg:addCard("MW2_BarbedSilhouette", {
  2121.     name = "BarbedSilhouette",
  2122.     price = 10000,
  2123.     src = "static/BarbedSilhouette",
  2124.     category = "MW2"
  2125. })
  2126.  
  2127. -- MadreDelMal URL : https://static.wikia.nocookie.net/callofduty/images/a/a8/MadreDelMal_CallingCard_MWII.png
  2128. cfg:addCard("MW2_MadreDelMal", {
  2129.     name = "MadreDelMal",
  2130.     price = 10000,
  2131.     src = "static/MadreDelMal",
  2132.     category = "MW2"
  2133. })
  2134.  
  2135. -- FlamingRetrospective URL : https://static.wikia.nocookie.net/callofduty/images/7/7b/FlamingRetrospective_CallingCard_MWII.png
  2136. cfg:addCard("MW2_FlamingRetrospective", {
  2137.     name = "FlamingRetrospective",
  2138.     price = 10000,
  2139.     src = "static/FlamingRetrospective",
  2140.     category = "MW2"
  2141. })
  2142.  
  2143. -- TheBandsBackTogether URL : https://static.wikia.nocookie.net/callofduty/images/8/88/TheBandsBackTogether_CallingCard_MWII.png
  2144. cfg:addCard("MW2_TheBandsBackTogether", {
  2145.     name = "TheBandsBackTogether",
  2146.     price = 10000,
  2147.     src = "static/TheBandsBackTogether",
  2148.     category = "MW2"
  2149. })
  2150.  
  2151. -- AztecSurveillance URL : https://static.wikia.nocookie.net/callofduty/images/3/30/AztecSurveillance_CallingCard_MWII.png
  2152. cfg:addCard("MW2_AztecSurveillance", {
  2153.     name = "AztecSurveillance",
  2154.     price = 10000,
  2155.     src = "static/AztecSurveillance",
  2156.     category = "MW2"
  2157. })
  2158.  
  2159. -- Bienvenidos URL : https://static.wikia.nocookie.net/callofduty/images/4/4a/Bienvenidos_CallingCard_MWII.png
  2160. cfg:addCard("MW2_Bienvenidos", {
  2161.     name = "Bienvenidos",
  2162.     price = 10000,
  2163.     src = "static/Bienvenidos",
  2164.     category = "MW2"
  2165. })
  2166.  
  2167. -- WanderingTrio URL : https://static.wikia.nocookie.net/callofduty/images/1/13/WanderingTrio_CallingCard_MWII.gif
  2168. cfg:addAnimatedCard("MW2_WanderingTrio", {
  2169.     name = "WanderingTrio",
  2170.     price = 50000,
  2171.     src = "animated/wanderingtrio",
  2172.     times = { 0.06, 0.06 },
  2173.     category = "MW2"
  2174. })
  2175.  
  2176. -- Magnificent URL : https://static.wikia.nocookie.net/callofduty/images/b/be/Magnificent_CallingCard_MWII.png
  2177. cfg:addCard("MW2_Magnificent", {
  2178.     name = "Magnificent",
  2179.     price = 10000,
  2180.     src = "static/Magnificent",
  2181.     category = "MW2"
  2182. })
  2183.  
  2184. -- SoldierMosaic URL : https://static.wikia.nocookie.net/callofduty/images/e/e7/SoldierMosaic_CallingCard_MWII.png
  2185. cfg:addCard("MW2_SoldierMosaic", {
  2186.     name = "SoldierMosaic",
  2187.     price = 10000,
  2188.     src = "static/SoldierMosaic",
  2189.     category = "MW2"
  2190. })
  2191.  
  2192. -- GrenadePraise URL : https://static.wikia.nocookie.net/callofduty/images/5/5b/GrenadePraise_CallingCard_MWII.png
  2193. cfg:addCard("MW2_GrenadePraise", {
  2194.     name = "GrenadePraise",
  2195.     price = 10000,
  2196.     src = "static/GrenadePraise",
  2197.     category = "MW2"
  2198. })
  2199.  
  2200. -- StainedSword URL : https://static.wikia.nocookie.net/callofduty/images/5/5e/StainedSword_CallingCard_MWII.png
  2201. cfg:addCard("MW2_StainedSword", {
  2202.     name = "StainedSword",
  2203.     price = 10000,
  2204.     src = "static/StainedSword",
  2205.     category = "MW2"
  2206. })
  2207.  
  2208. -- Knightly URL : https://static.wikia.nocookie.net/callofduty/images/b/bf/Knightly_CallingCard_MWII.png
  2209. cfg:addCard("MW2_Knightly", {
  2210.     name = "Knightly",
  2211.     price = 10000,
  2212.     src = "static/Knightly",
  2213.     category = "MW2"
  2214. })
  2215.  
  2216. -- MajesticGlass URL : https://static.wikia.nocookie.net/callofduty/images/e/ee/MajesticGlass_CallingCard_MWII.png
  2217. cfg:addCard("MW2_MajesticGlass", {
  2218.     name = "MajesticGlass",
  2219.     price = 10000,
  2220.     src = "static/MajesticGlass",
  2221.     category = "MW2"
  2222. })
  2223.  
  2224. -- CyclopesVacation URL : https://static.wikia.nocookie.net/callofduty/images/c/c6/CyclopesVacation_CallingCard_MWII.gif
  2225. cfg:addAnimatedCard("MW2_CyclopesVacation", {
  2226.     name = "CyclopesVacation",
  2227.     price = 50000,
  2228.     src = "animated/cyclopesvacation",
  2229.     times = { 0.06, 0.06 },
  2230.     category = "MW2"
  2231. })
  2232.  
  2233. -- BlindAngel URL : https://static.wikia.nocookie.net/callofduty/images/d/d0/BlindAngel_CallingCard_MWII.gif
  2234. cfg:addAnimatedCard("MW2_BlindAngel", {
  2235.     name = "BlindAngel",
  2236.     price = 50000,
  2237.     src = "animated/blindangel",
  2238.     times = { 0.06, 0.06 },
  2239.     category = "MW2"
  2240. })
  2241.  
  2242. -- BlackenedScorpio URL : https://static.wikia.nocookie.net/callofduty/images/e/ea/BlackenedScorpio_CallingCard_MWII.gif
  2243. cfg:addAnimatedCard("MW2_BlackenedScorpio", {
  2244.     name = "BlackenedScorpio",
  2245.     price = 50000,
  2246.     src = "animated/blackenedscorpio",
  2247.     times = { 0.06, 0.06 },
  2248.     category = "MW2"
  2249. })
  2250.  
  2251. -- ScarabScream URL : https://static.wikia.nocookie.net/callofduty/images/a/af/ScarabScream_CallingCard_MWII.png
  2252. cfg:addCard("MW2_ScarabScream", {
  2253.     name = "ScarabScream",
  2254.     price = 10000,
  2255.     src = "static/ScarabScream",
  2256.     category = "MW2"
  2257. })
  2258.  
  2259. -- CarbonFiber URL : https://static.wikia.nocookie.net/callofduty/images/7/73/CarbonFiber_CallingCard_MWII.gif
  2260. cfg:addAnimatedCard("MW2_CarbonFiber", {
  2261.     name = "CarbonFiber",
  2262.     price = 50000,
  2263.     src = "animated/carbonfiber",
  2264.     times = { 0.06, 0.06 },
  2265.     category = "MW2"
  2266. })
  2267.  
  2268. -- Infinite URL : https://static.wikia.nocookie.net/callofduty/images/5/55/Infinite_CallingCard_MWII.gif
  2269. cfg:addAnimatedCard("MW2_Infinite", {
  2270.     name = "Infinite",
  2271.     price = 50000,
  2272.     src = "animated/infinite",
  2273.     times = { 0.06, 0.06 },
  2274.     category = "MW2"
  2275. })
  2276.  
  2277. -- Quadruped URL : https://static.wikia.nocookie.net/callofduty/images/9/9d/Quadruped_CallingCard_MWII.gif
  2278. cfg:addAnimatedCard("MW2_Quadruped", {
  2279.     name = "Quadruped",
  2280.     price = 50000,
  2281.     src = "animated/quadruped",
  2282.     times = { 0.06, 0.06 },
  2283.     category = "MW2"
  2284. })
  2285.  
  2286. -- Bright URL : https://static.wikia.nocookie.net/callofduty/images/4/4f/Bright_CallingCard_MWII.png
  2287. cfg:addCard("MW2_Bright", {
  2288.     name = "Bright",
  2289.     price = 10000,
  2290.     src = "static/Bright",
  2291.     category = "MW2"
  2292. })
  2293.  
  2294. -- Fray URL : https://static.wikia.nocookie.net/callofduty/images/6/6c/Fray_CallingCard_MWII.png
  2295. cfg:addCard("MW2_Fray", {
  2296.     name = "Fray",
  2297.     price = 10000,
  2298.     src = "static/Fray",
  2299.     category = "MW2"
  2300. })
  2301.  
  2302. -- Shot URL : https://static.wikia.nocookie.net/callofduty/images/f/fa/Shot_CallingCard_MWII.png
  2303. cfg:addCard("MW2_Shot", {
  2304.     name = "Shot",
  2305.     price = 10000,
  2306.     src = "static/Shot",
  2307.     category = "MW2"
  2308. })
  2309.  
  2310. -- Hack URL : https://static.wikia.nocookie.net/callofduty/images/d/d8/Hack_CallingCard_MWII.png
  2311. cfg:addCard("MW2_Hack", {
  2312.     name = "Hack",
  2313.     price = 10000,
  2314.     src = "static/Hack",
  2315.     category = "MW2"
  2316. })
  2317.  
  2318. -- Watermelon URL : https://static.wikia.nocookie.net/callofduty/images/1/14/Watermelon_CallingCard_MWII.png
  2319. cfg:addCard("MW2_Watermelon", {
  2320.     name = "Watermelon",
  2321.     price = 10000,
  2322.     src = "static/Watermelon",
  2323.     category = "MW2"
  2324. })
  2325.  
  2326. -- Pointer URL : https://static.wikia.nocookie.net/callofduty/images/0/06/Pointer_CallingCard_MWII.png
  2327. cfg:addCard("MW2_Pointer", {
  2328.     name = "Pointer",
  2329.     price = 10000,
  2330.     src = "static/Pointer",
  2331.     category = "MW2"
  2332. })
  2333.  
  2334. -- Splice URL : https://static.wikia.nocookie.net/callofduty/images/9/9e/Splice_CallingCard_MWII.gif
  2335. cfg:addAnimatedCard("MW2_Splice", {
  2336.     name = "Splice",
  2337.     price = 50000,
  2338.     src = "animated/splice",
  2339.     times = { 0.06, 0.06 },
  2340.     category = "MW2"
  2341. })
  2342.  
  2343. -- PseudoPrivate URL : https://static.wikia.nocookie.net/callofduty/images/f/fa/PseudoPrivate_CallingCard_MWII.gif
  2344. cfg:addAnimatedCard("MW2_PseudoPrivate", {
  2345.     name = "PseudoPrivate",
  2346.     price = 50000,
  2347.     src = "animated/pseudoprivate",
  2348.     times = { 0.06, 0.06 },
  2349.     category = "MW2"
  2350. })
  2351.  
  2352. -- Observers URL : https://static.wikia.nocookie.net/callofduty/images/8/89/Observers_CallingCard_MWII.gif
  2353. cfg:addAnimatedCard("MW2_Observers", {
  2354.     name = "Observers",
  2355.     price = 50000,
  2356.     src = "animated/observers",
  2357.     times = { 0.06, 0.06 },
  2358.     category = "MW2"
  2359. })
  2360.  
  2361. -- Punishment URL : https://static.wikia.nocookie.net/callofduty/images/f/f5/Punishment_CallingCard_MWII.gif
  2362. cfg:addAnimatedCard("MW2_Punishment", {
  2363.     name = "Punishment",
  2364.     price = 50000,
  2365.     src = "animated/punishment",
  2366.     times = { 0.06, 0.06 },
  2367.     category = "MW2"
  2368. })
  2369.  
  2370. -- WhiteLotus URL : https://static.wikia.nocookie.net/callofduty/images/6/65/WhiteLotus_CallingCard_MWII.gif
  2371. cfg:addAnimatedCard("MW2_WhiteLotus", {
  2372.     name = "WhiteLotus",
  2373.     price = 50000,
  2374.     src = "animated/whitelotus",
  2375.     times = { 0.06, 0.06 },
  2376.     category = "MW2"
  2377. })
  2378.  
  2379. -- LowProfile URL : https://static.wikia.nocookie.net/callofduty/images/6/6a/LowProfile_CallingCard_MWII.gif
  2380. cfg:addAnimatedCard("MW2_LowProfile", {
  2381.     name = "LowProfile",
  2382.     price = 50000,
  2383.     src = "animated/lowprofile",
  2384.     times = { 0.06, 0.06 },
  2385.     category = "MW2"
  2386. })
  2387.  
  2388. -- WarForPeace URL : https://static.wikia.nocookie.net/callofduty/images/f/f4/WarForPeace_CallingCard_MWII.gif
  2389. cfg:addAnimatedCard("MW2_WarForPeace", {
  2390.     name = "WarForPeace",
  2391.     price = 50000,
  2392.     src = "animated/warforpeace",
  2393.     times = { 0.06, 0.06 },
  2394.     category = "MW2"
  2395. })
  2396.  
  2397. -- NoLeadership URL : https://static.wikia.nocookie.net/callofduty/images/5/57/NoLeadership_CallingCard_MWII.gif
  2398. cfg:addAnimatedCard("MW2_NoLeadership", {
  2399.     name = "NoLeadership",
  2400.     price = 50000,
  2401.     src = "animated/noleadership",
  2402.     times = { 0.06, 0.06 },
  2403.     category = "MW2"
  2404. })
  2405.  
  2406. -- Hacktivists URL : https://static.wikia.nocookie.net/callofduty/images/9/99/Hacktivists_CallingCard_MWII.gif
  2407. cfg:addAnimatedCard("MW2_Hacktivists", {
  2408.     name = "Hacktivists",
  2409.     price = 50000,
  2410.     src = "animated/hacktivists",
  2411.     times = { 0.06, 0.06 },
  2412.     category = "MW2"
  2413. })
  2414.  
  2415. -- PMC URL : https://static.wikia.nocookie.net/callofduty/images/f/ff/PMC_CallingCard_MWII.gif
  2416. cfg:addAnimatedCard("MW2_PMC", {
  2417.     name = "PMC",
  2418.     price = 50000,
  2419.     src = "animated/pmc",
  2420.     times = { 0.06, 0.06 },
  2421.     category = "MW2"
  2422. })
  2423.  
  2424. -- WeaponCrate URL : https://static.wikia.nocookie.net/callofduty/images/5/58/WeaponCrate_CallingCard_MWII.gif
  2425. cfg:addAnimatedCard("MW2_WeaponCrate", {
  2426.     name = "WeaponCrate",
  2427.     price = 50000,
  2428.     src = "animated/weaponcrate",
  2429.     times = { 0.06, 0.06 },
  2430.     category = "MW2"
  2431. })
  2432.  
  2433. -- WeaponRover URL : https://static.wikia.nocookie.net/callofduty/images/b/bd/WeaponRover_CallingCard_MWII.gif
  2434. cfg:addAnimatedCard("MW2_WeaponRover", {
  2435.     name = "WeaponRover",
  2436.     price = 50000,
  2437.     src = "animated/weaponrover",
  2438.     times = { 0.06, 0.06 },
  2439.     category = "MW2"
  2440. })
  2441.  
  2442. -- TaggedUp URL : https://static.wikia.nocookie.net/callofduty/images/f/fb/TaggedUp_CallingCard_MWII.png
  2443. cfg:addCard("MW2_TaggedUp", {
  2444.     name = "TaggedUp",
  2445.     price = 10000,
  2446.     src = "static/TaggedUp",
  2447.     category = "MW2"
  2448. })
  2449.  
  2450. -- FistsInOverdrive URL : https://static.wikia.nocookie.net/callofduty/images/f/f4/FistsInOverdrive_CallingCard_MWII.png
  2451. cfg:addCard("MW2_FistsInOverdrive", {
  2452.     name = "FistsInOverdrive",
  2453.     price = 10000,
  2454.     src = "static/FistsInOverdrive",
  2455.     category = "MW2"
  2456. })
  2457.  
  2458. -- FragFindsAWay URL : https://static.wikia.nocookie.net/callofduty/images/8/82/FragFindsAWay_CallingCard_MWII.png
  2459. cfg:addCard("MW2_FragFindsAWay", {
  2460.     name = "FragFindsAWay",
  2461.     price = 10000,
  2462.     src = "static/FragFindsAWay",
  2463.     category = "MW2"
  2464. })
  2465.  
  2466. -- ColorfulShine URL : https://static.wikia.nocookie.net/callofduty/images/1/1a/ColorfulShine_CallingCard_MWII.png
  2467. cfg:addCard("MW2_ColorfulShine", {
  2468.     name = "ColorfulShine",
  2469.     price = 10000,
  2470.     src = "static/ColorfulShine",
  2471.     category = "MW2"
  2472. })
  2473.  
  2474. -- CyberAssassin URL : https://static.wikia.nocookie.net/callofduty/images/a/a5/CyberAssassin_CallingCard_MWII.gif
  2475. cfg:addAnimatedCard("MW2_CyberAssassin", {
  2476.     name = "CyberAssassin",
  2477.     price = 50000,
  2478.     src = "animated/cyberassassin",
  2479.     times = { 0.06, 0.06 },
  2480.     category = "MW2"
  2481. })
  2482.  
  2483. -- CincoSkully URL : https://static.wikia.nocookie.net/callofduty/images/7/7d/CincoSkully_CallingCard_MWII.png
  2484. cfg:addCard("MW2_CincoSkully", {
  2485.     name = "CincoSkully",
  2486.     price = 10000,
  2487.     src = "static/CincoSkully",
  2488.     category = "MW2"
  2489. })
  2490.  
  2491. -- BlackAndGold URL : https://static.wikia.nocookie.net/callofduty/images/1/17/BlackAndGold_CallingCard_MWII.png
  2492. cfg:addCard("MW2_BlackAndGold", {
  2493.     name = "BlackAndGold",
  2494.     price = 10000,
  2495.     src = "static/BlackAndGold",
  2496.     category = "MW2"
  2497. })
  2498.  
  2499. -- ThePerch URL : https://static.wikia.nocookie.net/callofduty/images/1/10/ThePerch_CallingCard_MWII.png
  2500. cfg:addCard("MW2_ThePerch", {
  2501.     name = "ThePerch",
  2502.     price = 10000,
  2503.     src = "static/ThePerch",
  2504.     category = "MW2"
  2505. })
  2506.  
  2507. -- DrenchedInGold URL : https://static.wikia.nocookie.net/callofduty/images/c/c1/DrenchedInGold_CallingCard_MWII.png
  2508. cfg:addCard("MW2_DrenchedInGold", {
  2509.     name = "DrenchedInGold",
  2510.     price = 10000,
  2511.     src = "static/DrenchedInGold",
  2512.     category = "MW2"
  2513. })
  2514.  
  2515. -- JoinUs URL : https://static.wikia.nocookie.net/callofduty/images/d/d3/JoinUs_CallingCard_MWII.gif
  2516. cfg:addAnimatedCard("MW2_JoinUs", {
  2517.     name = "JoinUs",
  2518.     price = 50000,
  2519.     src = "animated/joinus",
  2520.     times = { 0.06, 0.06 },
  2521.     category = "MW2"
  2522. })
  2523.  
  2524. -- CretaceousCreation URL : https://static.wikia.nocookie.net/callofduty/images/f/f1/CretaceousCreation_CallingCard_MWII.gif
  2525. cfg:addAnimatedCard("MW2_CretaceousCreation", {
  2526.     name = "CretaceousCreation",
  2527.     price = 50000,
  2528.     src = "animated/cretaceouscreation",
  2529.     times = { 0.06, 0.06 },
  2530.     category = "MW2"
  2531. })
  2532.  
  2533. -- WingedTerror URL : https://static.wikia.nocookie.net/callofduty/images/c/c9/WingedTerror_CallingCard_MWII.gif
  2534. cfg:addAnimatedCard("MW2_WingedTerror", {
  2535.     name = "WingedTerror",
  2536.     price = 50000,
  2537.     src = "animated/wingedterror",
  2538.     times = { 0.06, 0.06 },
  2539.     category = "MW2"
  2540. })
  2541.  
  2542. -- WormDevour URL : https://static.wikia.nocookie.net/callofduty/images/5/51/WormDevour_CallingCard_MWII.gif
  2543. cfg:addAnimatedCard("MW2_WormDevour", {
  2544.     name = "WormDevour",
  2545.     price = 50000,
  2546.     src = "animated/wormdevour",
  2547.     times = { 0.06, 0.06 },
  2548.     category = "MW2"
  2549. })
  2550.  
  2551. -- DragonInDowntown URL : https://static.wikia.nocookie.net/callofduty/images/f/f2/DragonInDowntown_CallingCard_MWII.gif
  2552. cfg:addAnimatedCard("MW2_DragonInDowntown", {
  2553.     name = "DragonInDowntown",
  2554.     price = 50000,
  2555.     src = "animated/dragonindowntown",
  2556.     times = { 0.06, 0.06 },
  2557.     category = "MW2"
  2558. })
  2559.  
  2560. -- MoneyFight URL : https://static.wikia.nocookie.net/callofduty/images/c/c9/MoneyFight_CallingCard_MWII.gif
  2561. cfg:addAnimatedCard("MW2_MoneyFight", {
  2562.     name = "MoneyFight",
  2563.     price = 50000,
  2564.     src = "animated/moneyfight",
  2565.     times = { 0.06, 0.06 },
  2566.     category = "MW2"
  2567. })
  2568.  
  2569. -- MaskedExcitement URL : https://static.wikia.nocookie.net/callofduty/images/4/4e/MaskedExcitement_CallingCard_MWII.gif
  2570. cfg:addAnimatedCard("MW2_MaskedExcitement", {
  2571.     name = "MaskedExcitement",
  2572.     price = 50000,
  2573.     src = "animated/maskedexcitement",
  2574.     times = { 0.06, 0.06 },
  2575.     category = "MW2"
  2576. })
  2577.  
  2578. -- SpilledMilk URL : https://static.wikia.nocookie.net/callofduty/images/4/4b/SpilledMilk_CallingCard_MWII.gif
  2579. cfg:addAnimatedCard("MW2_SpilledMilk", {
  2580.     name = "SpilledMilk",
  2581.     price = 50000,
  2582.     src = "animated/spilledmilk",
  2583.     times = { 0.06, 0.06 },
  2584.     category = "MW2"
  2585. })
  2586.  
  2587. -- EnragedCycle URL : https://static.wikia.nocookie.net/callofduty/images/4/4a/EnragedCycle_CallingCard_MWII.gif
  2588. cfg:addAnimatedCard("MW2_EnragedCycle", {
  2589.     name = "EnragedCycle",
  2590.     price = 50000,
  2591.     src = "animated/enragedcycle",
  2592.     times = { 0.06, 0.06 },
  2593.     category = "MW2"
  2594. })
  2595.  
  2596. -- FlamingLastStand URL : https://static.wikia.nocookie.net/callofduty/images/c/ca/FlamingLastStand_CallingCard_MWII.gif
  2597. cfg:addAnimatedCard("MW2_FlamingLastStand", {
  2598.     name = "FlamingLastStand",
  2599.     price = 50000,
  2600.     src = "animated/flaminglaststand",
  2601.     times = { 0.06, 0.06 },
  2602.     category = "MW2"
  2603. })
  2604.  
  2605. -- OcularRevenge URL : https://static.wikia.nocookie.net/callofduty/images/f/f2/OcularRevenge_CallingCard_MWII.gif
  2606. cfg:addAnimatedCard("MW2_OcularRevenge", {
  2607.     name = "OcularRevenge",
  2608.     price = 50000,
  2609.     src = "animated/ocularrevenge",
  2610.     times = { 0.06, 0.06 },
  2611.     category = "MW2"
  2612. })
  2613.  
  2614. -- OneManChargeII URL : https://static.wikia.nocookie.net/callofduty/images/8/86/OneManChargeII_CallingCard_MWII.png
  2615. cfg:addCard("MW2_OneManChargeII", {
  2616.     name = "OneManChargeII",
  2617.     price = 10000,
  2618.     src = "static/OneManChargeII",
  2619.     category = "MW2"
  2620. })
  2621.  
  2622. -- Bravery URL : https://static.wikia.nocookie.net/callofduty/images/3/32/Bravery_CallingCard_MWII.png
  2623. cfg:addCard("MW2_Bravery", {
  2624.     name = "Bravery",
  2625.     price = 10000,
  2626.     src = "static/Bravery",
  2627.     category = "MW2"
  2628. })
  2629.  
  2630. -- RearSights URL : https://static.wikia.nocookie.net/callofduty/images/1/16/RearSights_CallingCard_MWII.png
  2631. cfg:addCard("MW2_RearSights", {
  2632.     name = "RearSights",
  2633.     price = 10000,
  2634.     src = "static/RearSights",
  2635.     category = "MW2"
  2636. })
  2637.  
  2638. -- Zoomer URL : https://static.wikia.nocookie.net/callofduty/images/0/00/Zoomer_CallingCard_MWII.png
  2639. cfg:addCard("MW2_Zoomer", {
  2640.     name = "Zoomer",
  2641.     price = 10000,
  2642.     src = "static/Zoomer",
  2643.     category = "MW2"
  2644. })
  2645.  
  2646. -- IGotYourBack URL : https://static.wikia.nocookie.net/callofduty/images/f/f5/IGotYourBack_CallingCard_MWII.gif
  2647. cfg:addAnimatedCard("MW2_IGotYourBack", {
  2648.     name = "IGotYourBack",
  2649.     price = 50000,
  2650.     src = "animated/igotyourback",
  2651.     times = { 0.06, 0.06 },
  2652.     category = "MW2"
  2653. })
  2654.  
  2655. -- M4 URL : https://static.wikia.nocookie.net/callofduty/images/3/3a/M4_MasteryOrion_CallingCard_MWII.gif
  2656. cfg:addAnimatedCard("MW2_M4", {
  2657.     name = "M4",
  2658.     price = 50000,
  2659.     src = "animated/m4",
  2660.     times = { 0.06, 0.06 },
  2661.     category = "MW2"
  2662. })
  2663.  
  2664. -- TAQ56 URL : https://static.wikia.nocookie.net/callofduty/images/6/6e/TAQ56_MasteryOrion_CallingCard_MWII.gif
  2665. cfg:addAnimatedCard("MW2_TAQ56", {
  2666.     name = "TAQ56",
  2667.     price = 50000,
  2668.     src = "animated/taq56",
  2669.     times = { 0.06, 0.06 },
  2670.     category = "MW2"
  2671. })
  2672.  
  2673. -- Kastov762 URL : https://static.wikia.nocookie.net/callofduty/images/3/37/Kastov762_MasteryOrion_CallingCard_MWII.gif
  2674. cfg:addAnimatedCard("MW2_Kastov762", {
  2675.     name = "Kastov762",
  2676.     price = 50000,
  2677.     src = "animated/kastov762",
  2678.     times = { 0.06, 0.06 },
  2679.     category = "MW2"
  2680. })
  2681.  
  2682. -- Lachmann556 URL : https://static.wikia.nocookie.net/callofduty/images/a/a3/Lachmann556_MasteryOrion_CallingCard_MWII.gif
  2683. cfg:addAnimatedCard("MW2_Lachmann556", {
  2684.     name = "Lachmann556",
  2685.     price = 50000,
  2686.     src = "animated/lachmann556",
  2687.     times = { 0.06, 0.06 },
  2688.     category = "MW2"
  2689. })
  2690.  
  2691. -- STB556 URL : https://static.wikia.nocookie.net/callofduty/images/4/43/STB556_MasteryOrion_CallingCard_MWII.gif
  2692. cfg:addAnimatedCard("MW2_STB556", {
  2693.     name = "STB556",
  2694.     price = 50000,
  2695.     src = "animated/stb556",
  2696.     times = { 0.06, 0.06 },
  2697.     category = "MW2"
  2698. })
  2699.  
  2700. -- M16 URL : https://static.wikia.nocookie.net/callofduty/images/3/3e/M16_MasteryOrion_CallingCard_MWII.gif
  2701. cfg:addAnimatedCard("MW2_M16", {
  2702.     name = "M16",
  2703.     price = 50000,
  2704.     src = "animated/m16",
  2705.     times = { 0.06, 0.06 },
  2706.     category = "MW2"
  2707. })
  2708.  
  2709. -- Kastov74u URL : https://static.wikia.nocookie.net/callofduty/images/7/71/Kastov74u_MasteryOrion_CallingCard_MWII.gif
  2710. cfg:addAnimatedCard("MW2_Kastov74u", {
  2711.     name = "Kastov74u",
  2712.     price = 50000,
  2713.     src = "animated/kastov74u",
  2714.     times = { 0.06, 0.06 },
  2715.     category = "MW2"
  2716. })
  2717.  
  2718. -- Kastov545 URL : https://static.wikia.nocookie.net/callofduty/images/a/a2/Kastov545_MasteryOrion_CallingCard_MWII.gif
  2719. cfg:addAnimatedCard("MW2_Kastov545", {
  2720.     name = "Kastov545",
  2721.     price = 50000,
  2722.     src = "animated/kastov545",
  2723.     times = { 0.06, 0.06 },
  2724.     category = "MW2"
  2725. })
  2726.  
  2727. -- Chimera URL : https://static.wikia.nocookie.net/callofduty/images/6/66/Chimera_MasteryOrion_CallingCard_MWII.gif
  2728. cfg:addAnimatedCard("MW2_Chimera", {
  2729.     name = "Chimera",
  2730.     price = 50000,
  2731.     src = "animated/chimera",
  2732.     times = { 0.06, 0.06 },
  2733.     category = "MW2"
  2734. })
  2735.  
  2736. -- M13B URL : https://static.wikia.nocookie.net/callofduty/images/4/49/M13B_MasteryOrion_CallingCard_MWII.gif
  2737. cfg:addAnimatedCard("MW2_M13B", {
  2738.     name = "M13B",
  2739.     price = 50000,
  2740.     src = "animated/m13b",
  2741.     times = { 0.06, 0.06 },
  2742.     category = "MW2"
  2743. })
  2744.  
  2745. -- Lachmann762 URL : https://static.wikia.nocookie.net/callofduty/images/e/e0/Lachmann762_MasteryOrion_CallingCard_MWII.gif
  2746. cfg:addAnimatedCard("MW2_Lachmann762", {
  2747.     name = "Lachmann762",
  2748.     price = 50000,
  2749.     src = "animated/lachmann762",
  2750.     times = { 0.06, 0.06 },
  2751.     category = "MW2"
  2752. })
  2753.  
  2754. -- SO14 URL : https://static.wikia.nocookie.net/callofduty/images/4/40/SO14_MasteryOrion_CallingCard_MWII.gif
  2755. cfg:addAnimatedCard("MW2_SO14", {
  2756.     name = "SO14",
  2757.     price = 50000,
  2758.     src = "animated/so14",
  2759.     times = { 0.06, 0.06 },
  2760.     category = "MW2"
  2761. })
  2762.  
  2763. -- TAQV URL : https://static.wikia.nocookie.net/callofduty/images/e/ec/TAQV_MasteryOrion_CallingCard_MWII.gif
  2764. cfg:addAnimatedCard("MW2_TAQV", {
  2765.     name = "TAQV",
  2766.     price = 50000,
  2767.     src = "animated/taqv",
  2768.     times = { 0.06, 0.06 },
  2769.     category = "MW2"
  2770. })
  2771.  
  2772. -- FTacRecon URL : https://static.wikia.nocookie.net/callofduty/images/2/2d/FTacRecon_MasteryOrion_CallingCard_MWII.gif
  2773. cfg:addAnimatedCard("MW2_FTacRecon", {
  2774.     name = "FTacRecon",
  2775.     price = 50000,
  2776.     src = "animated/ftacrecon",
  2777.     times = { 0.06, 0.06 },
  2778.     category = "MW2"
  2779. })
  2780.  
  2781. -- VEL46 URL : https://static.wikia.nocookie.net/callofduty/images/5/50/VEL46_MasteryOrion_CallingCard_MWII.gif
  2782. cfg:addAnimatedCard("MW2_VEL46", {
  2783.     name = "VEL46",
  2784.     price = 50000,
  2785.     src = "animated/vel46",
  2786.     times = { 0.06, 0.06 },
  2787.     category = "MW2"
  2788. })
  2789.  
  2790. -- MX9 URL : https://static.wikia.nocookie.net/callofduty/images/9/94/MX9_MasteryOrion_CallingCard_MWII.gif
  2791. cfg:addAnimatedCard("MW2_MX9", {
  2792.     name = "MX9",
  2793.     price = 50000,
  2794.     src = "animated/mx9",
  2795.     times = { 0.06, 0.06 },
  2796.     category = "MW2"
  2797. })
  2798.  
  2799. -- LachmannSub URL : https://static.wikia.nocookie.net/callofduty/images/4/49/LachmannSub_MasteryOrion_CallingCard_MWII.gif
  2800. cfg:addAnimatedCard("MW2_LachmannSub", {
  2801.     name = "LachmannSub",
  2802.     price = 50000,
  2803.     src = "animated/lachmannsub",
  2804.     times = { 0.06, 0.06 },
  2805.     category = "MW2"
  2806. })
  2807.  
  2808. -- Vaznev9K URL : https://static.wikia.nocookie.net/callofduty/images/6/64/Vaznev9K_MasteryOrion_CallingCard_MWII.gif
  2809. cfg:addAnimatedCard("MW2_Vaznev9K", {
  2810.     name = "Vaznev9K",
  2811.     price = 50000,
  2812.     src = "animated/vaznev9k",
  2813.     times = { 0.06, 0.06 },
  2814.     category = "MW2"
  2815. })
  2816.  
  2817. -- FSSHurricane URL : https://static.wikia.nocookie.net/callofduty/images/f/f5/FSSHurricane_MasteryOrion_CallingCard_MWII.gif
  2818. cfg:addAnimatedCard("MW2_FSSHurricane", {
  2819.     name = "FSSHurricane",
  2820.     price = 50000,
  2821.     src = "animated/fsshurricane",
  2822.     times = { 0.06, 0.06 },
  2823.     category = "MW2"
  2824. })
  2825.  
  2826. -- Minibak URL : https://static.wikia.nocookie.net/callofduty/images/0/08/Minibak_MasteryOrion_CallingCard_MWII.gif
  2827. cfg:addAnimatedCard("MW2_Minibak", {
  2828.     name = "Minibak",
  2829.     price = 50000,
  2830.     src = "animated/minibak",
  2831.     times = { 0.06, 0.06 },
  2832.     category = "MW2"
  2833. })
  2834.  
  2835. -- BASP URL : https://static.wikia.nocookie.net/callofduty/images/b/ba/BASP_MasteryOrion_CallingCard_MWII.gif
  2836. cfg:addAnimatedCard("MW2_BASP", {
  2837.     name = "BASP",
  2838.     price = 50000,
  2839.     src = "animated/basp",
  2840.     times = { 0.06, 0.06 },
  2841.     category = "MW2"
  2842. })
  2843.  
  2844. -- PDSW528 URL : https://static.wikia.nocookie.net/callofduty/images/a/ab/PDSW528_MasteryOrion_CallingCard_MWII.gif
  2845. cfg:addAnimatedCard("MW2_PDSW528", {
  2846.     name = "PDSW528",
  2847.     price = 50000,
  2848.     src = "animated/pdsw528",
  2849.     times = { 0.06, 0.06 },
  2850.     category = "MW2"
  2851. })
  2852.  
  2853. -- Fennec45 URL : https://static.wikia.nocookie.net/callofduty/images/0/07/Fennec45_MasteryOrion_CallingCard_MWII.gif
  2854. cfg:addAnimatedCard("MW2_Fennec45", {
  2855.     name = "Fennec45",
  2856.     price = 50000,
  2857.     src = "animated/fennec45",
  2858.     times = { 0.06, 0.06 },
  2859.     category = "MW2"
  2860. })
  2861.  
  2862. -- Lockwood300 URL : https://static.wikia.nocookie.net/callofduty/images/e/e3/Lockwood300_MasteryOrion_CallingCard_MWII.gif
  2863. cfg:addAnimatedCard("MW2_Lockwood300", {
  2864.     name = "Lockwood300",
  2865.     price = 50000,
  2866.     src = "animated/lockwood300",
  2867.     times = { 0.06, 0.06 },
  2868.     category = "MW2"
  2869. })
  2870.  
  2871. -- Expedite12 URL : https://static.wikia.nocookie.net/callofduty/images/7/72/Expedite12_MasteryOrion_CallingCard_MWII.gif
  2872. cfg:addAnimatedCard("MW2_Expedite12", {
  2873.     name = "Expedite12",
  2874.     price = 50000,
  2875.     src = "animated/expedite12",
  2876.     times = { 0.06, 0.06 },
  2877.     category = "MW2"
  2878. })
  2879.  
  2880. -- Bryson800 URL : https://static.wikia.nocookie.net/callofduty/images/d/de/Bryson800_MasteryOrion_CallingCard_MWII.gif
  2881. cfg:addAnimatedCard("MW2_Bryson800", {
  2882.     name = "Bryson800",
  2883.     price = 50000,
  2884.     src = "animated/bryson800",
  2885.     times = { 0.06, 0.06 },
  2886.     category = "MW2"
  2887. })
  2888.  
  2889. -- Bryson890 URL : https://static.wikia.nocookie.net/callofduty/images/9/99/Bryson890_MasteryOrion_CallingCard_MWII.gif
  2890. cfg:addAnimatedCard("MW2_Bryson890", {
  2891.     name = "Bryson890",
  2892.     price = 50000,
  2893.     src = "animated/bryson890",
  2894.     times = { 0.06, 0.06 },
  2895.     category = "MW2"
  2896. })
  2897.  
  2898. -- SAKINMG38 URL : https://static.wikia.nocookie.net/callofduty/images/0/03/SAKINMG38_MasteryOrion_CallingCard_MWII.gif
  2899. cfg:addAnimatedCard("MW2_SAKINMG38", {
  2900.     name = "SAKINMG38",
  2901.     price = 50000,
  2902.     src = "animated/sakinmg38",
  2903.     times = { 0.06, 0.06 },
  2904.     category = "MW2"
  2905. })
  2906.  
  2907. -- HCR56 URL : https://static.wikia.nocookie.net/callofduty/images/1/12/HCR56_MasteryOrion_CallingCard_MWII.gif
  2908. cfg:addAnimatedCard("MW2_HCR56", {
  2909.     name = "HCR56",
  2910.     price = 50000,
  2911.     src = "animated/hcr56",
  2912.     times = { 0.06, 0.06 },
  2913.     category = "MW2"
  2914. })
  2915.  
  2916. -- 556Icarus URL : https://static.wikia.nocookie.net/callofduty/images/a/a5/556Icarus_MasteryOrion_CallingCard_MWII.gif
  2917. cfg:addAnimatedCard("MW2_556Icarus", {
  2918.     name = "556Icarus",
  2919.     price = 50000,
  2920.     src = "animated/556icarus",
  2921.     times = { 0.06, 0.06 },
  2922.     category = "MW2"
  2923. })
  2924.  
  2925. -- RAALMG URL : https://static.wikia.nocookie.net/callofduty/images/f/f4/RAALMG_MasteryOrion_CallingCard_MWII.gif
  2926. cfg:addAnimatedCard("MW2_RAALMG", {
  2927.     name = "RAALMG",
  2928.     price = 50000,
  2929.     src = "animated/raalmg",
  2930.     times = { 0.06, 0.06 },
  2931.     category = "MW2"
  2932. })
  2933.  
  2934. -- RPK URL : https://static.wikia.nocookie.net/callofduty/images/c/c3/RPK_MasteryOrion_CallingCard_MWII.gif
  2935. cfg:addAnimatedCard("MW2_RPK", {
  2936.     name = "RPK",
  2937.     price = 50000,
  2938.     src = "animated/rpk",
  2939.     times = { 0.06, 0.06 },
  2940.     category = "MW2"
  2941. })
  2942.  
  2943. -- RAPPH URL : https://static.wikia.nocookie.net/callofduty/images/c/c1/RAPPH_MasteryOrion_CallingCard_MWII.gif
  2944. cfg:addAnimatedCard("MW2_RAPPH", {
  2945.     name = "RAPPH",
  2946.     price = 50000,
  2947.     src = "animated/rapph",
  2948.     times = { 0.06, 0.06 },
  2949.     category = "MW2"
  2950. })
  2951.  
  2952. -- EBR14 URL : https://static.wikia.nocookie.net/callofduty/images/a/a6/EBR14_MasteryOrion_CallingCard_MWII.gif
  2953. cfg:addAnimatedCard("MW2_EBR14", {
  2954.     name = "EBR14",
  2955.     price = 50000,
  2956.     src = "animated/ebr14",
  2957.     times = { 0.06, 0.06 },
  2958.     category = "MW2"
  2959. })
  2960.  
  2961. -- SPR208 URL : https://static.wikia.nocookie.net/callofduty/images/b/b3/SPR208_MasteryOrion_CallingCard_MWII.gif
  2962. cfg:addAnimatedCard("MW2_SPR208", {
  2963.     name = "SPR208",
  2964.     price = 50000,
  2965.     src = "animated/spr208",
  2966.     times = { 0.06, 0.06 },
  2967.     category = "MW2"
  2968. })
  2969.  
  2970. -- LockwoodMk2 URL : https://static.wikia.nocookie.net/callofduty/images/6/66/LockwoodMk2_MasteryOrion_CallingCard_MWII.gif
  2971. cfg:addAnimatedCard("MW2_LockwoodMk2", {
  2972.     name = "LockwoodMk2",
  2973.     price = 50000,
  2974.     src = "animated/lockwoodmk2",
  2975.     times = { 0.06, 0.06 },
  2976.     category = "MW2"
  2977. })
  2978.  
  2979. -- LMS URL : https://static.wikia.nocookie.net/callofduty/images/f/f9/LMS_MasteryOrion_CallingCard_MWII.gif
  2980. cfg:addAnimatedCard("MW2_LMS", {
  2981.     name = "LMS",
  2982.     price = 50000,
  2983.     src = "animated/lms",
  2984.     times = { 0.06, 0.06 },
  2985.     category = "MW2"
  2986. })
  2987.  
  2988. -- SAB50 URL : https://static.wikia.nocookie.net/callofduty/images/3/39/SAB50_MasteryOrion_CallingCard_MWII.gif
  2989. cfg:addAnimatedCard("MW2_SAB50", {
  2990.     name = "SAB50",
  2991.     price = 50000,
  2992.     src = "animated/sab50",
  2993.     times = { 0.06, 0.06 },
  2994.     category = "MW2"
  2995. })
  2996.  
  2997. -- TAQM URL : https://static.wikia.nocookie.net/callofduty/images/9/9c/TAQM_MasteryOrion_CallingCard_MWII.gif
  2998. cfg:addAnimatedCard("MW2_TAQM", {
  2999.     name = "TAQM",
  3000.     price = 50000,
  3001.     src = "animated/taqm",
  3002.     times = { 0.06, 0.06 },
  3003.     category = "MW2"
  3004. })
  3005.  
  3006. -- MCPR300 URL : https://static.wikia.nocookie.net/callofduty/images/2/2a/MCPR300_MasteryOrion_CallingCard_MWII.gif
  3007. cfg:addAnimatedCard("MW2_MCPR300", {
  3008.     name = "MCPR300",
  3009.     price = 50000,
  3010.     src = "animated/mcpr300",
  3011.     times = { 0.06, 0.06 },
  3012.     category = "MW2"
  3013. })
  3014.  
  3015. -- VictusXMR URL : https://static.wikia.nocookie.net/callofduty/images/7/78/VictusXMR_MasteryOrion_CallingCard_MWII.gif
  3016. cfg:addAnimatedCard("MW2_VictusXMR", {
  3017.     name = "VictusXMR",
  3018.     price = 50000,
  3019.     src = "animated/victusxmr",
  3020.     times = { 0.06, 0.06 },
  3021.     category = "MW2"
  3022. })
  3023.  
  3024. -- Signal50 URL : https://static.wikia.nocookie.net/callofduty/images/7/73/Signal50_MasteryOrion_CallingCard_MWII.gif
  3025. cfg:addAnimatedCard("MW2_Signal50", {
  3026.     name = "Signal50",
  3027.     price = 50000,
  3028.     src = "animated/signal50",
  3029.     times = { 0.06, 0.06 },
  3030.     category = "MW2"
  3031. })
  3032.  
  3033. -- LAB330 URL : https://static.wikia.nocookie.net/callofduty/images/4/4d/LAB330_MasteryOrion_CallingCard_MWII.gif
  3034. cfg:addAnimatedCard("MW2_LAB330", {
  3035.     name = "LAB330",
  3036.     price = 50000,
  3037.     src = "animated/lab330",
  3038.     times = { 0.06, 0.06 },
  3039.     category = "MW2"
  3040. })
  3041.  
  3042. -- SPX80 URL : https://static.wikia.nocookie.net/callofduty/images/1/1f/SPX80_MasteryOrion_CallingCard_MWII.gif
  3043. cfg:addAnimatedCard("MW2_SPX80", {
  3044.     name = "SPX80",
  3045.     price = 50000,
  3046.     src = "animated/spx80",
  3047.     times = { 0.06, 0.06 },
  3048.     category = "MW2"
  3049. })
  3050.  
  3051. -- RiotShield URL : https://static.wikia.nocookie.net/callofduty/images/0/0f/RiotShield_MasteryOrion_CallingCard_MWII.gif
  3052. cfg:addAnimatedCard("MW2_RiotShield", {
  3053.     name = "RiotShield",
  3054.     price = 50000,
  3055.     src = "animated/riotshield",
  3056.     times = { 0.06, 0.06 },
  3057.     category = "MW2"
  3058. })
  3059.  
  3060. -- P890 URL : https://static.wikia.nocookie.net/callofduty/images/7/7e/P890_MasteryOrion_CallingCard_MWII.gif
  3061. cfg:addAnimatedCard("MW2_P890", {
  3062.     name = "P890",
  3063.     price = 50000,
  3064.     src = "animated/p890",
  3065.     times = { 0.06, 0.06 },
  3066.     category = "MW2"
  3067. })
  3068.  
  3069. -- 50GS URL : https://static.wikia.nocookie.net/callofduty/images/7/7f/50GS_MasteryOrion_CallingCard_MWII.gif
  3070. cfg:addAnimatedCard("MW2_50GS", {
  3071.     name = "50GS",
  3072.     price = 50000,
  3073.     src = "animated/50gs",
  3074.     times = { 0.06, 0.06 },
  3075.     category = "MW2"
  3076. })
  3077.  
  3078. -- X12 URL : https://static.wikia.nocookie.net/callofduty/images/0/02/X12_MasteryOrion_CallingCard_MWII.gif
  3079. cfg:addAnimatedCard("MW2_X12", {
  3080.     name = "X12",
  3081.     price = 50000,
  3082.     src = "animated/x12",
  3083.     times = { 0.06, 0.06 },
  3084.     category = "MW2"
  3085. })
  3086.  
  3087. -- Basilisk URL : https://static.wikia.nocookie.net/callofduty/images/4/4e/Basilisk_MasteryOrion_CallingCard_MWII.gif
  3088. cfg:addAnimatedCard("MW2_Basilisk", {
  3089.     name = "Basilisk",
  3090.     price = 50000,
  3091.     src = "animated/basilisk",
  3092.     times = { 0.06, 0.06 },
  3093.     category = "MW2"
  3094. })
  3095.  
  3096. -- X13Auto URL : https://static.wikia.nocookie.net/callofduty/images/5/5a/X13Auto_MasteryOrion_CallingCard_MWII.gif
  3097. cfg:addAnimatedCard("MW2_X13Auto", {
  3098.     name = "X13Auto",
  3099.     price = 50000,
  3100.     src = "animated/x13auto",
  3101.     times = { 0.06, 0.06 },
  3102.     category = "MW2"
  3103. })
  3104.  
  3105. -- PILA URL : https://static.wikia.nocookie.net/callofduty/images/6/60/PILA_MasteryOrion_CallingCard_MWII.gif
  3106. cfg:addAnimatedCard("MW2_PILA", {
  3107.     name = "PILA",
  3108.     price = 50000,
  3109.     src = "animated/pila",
  3110.     times = { 0.06, 0.06 },
  3111.     category = "MW2"
  3112. })
  3113.  
  3114. -- StrelaP URL : https://static.wikia.nocookie.net/callofduty/images/2/28/StrelaP_MasteryOrion_CallingCard_MWII.gif
  3115. cfg:addAnimatedCard("MW2_StrelaP", {
  3116.     name = "StrelaP",
  3117.     price = 50000,
  3118.     src = "animated/strelap",
  3119.     times = { 0.06, 0.06 },
  3120.     category = "MW2"
  3121. })
  3122.  
  3123. -- JOKR URL : https://static.wikia.nocookie.net/callofduty/images/0/02/JOKR_MasteryOrion_CallingCard_MWII.gif
  3124. cfg:addAnimatedCard("MW2_JOKR", {
  3125.     name = "JOKR",
  3126.     price = 50000,
  3127.     src = "animated/jokr",
  3128.     times = { 0.06, 0.06 },
  3129.     category = "MW2"
  3130. })
  3131.  
  3132. -- RPG7 URL : https://static.wikia.nocookie.net/callofduty/images/c/c5/RPG7_MasteryOrion_CallingCard_MWII.gif
  3133. cfg:addAnimatedCard("MW2_RPG7", {
  3134.     name = "RPG7",
  3135.     price = 50000,
  3136.     src = "animated/rpg7",
  3137.     times = { 0.06, 0.06 },
  3138.     category = "MW2"
  3139. })
  3140.  
  3141. -- CombatKnife URL : https://static.wikia.nocookie.net/callofduty/images/3/34/CombatKnife_MasteryOrion_CallingCard_MWII.gif
  3142. cfg:addAnimatedCard("MW2_CombatKnife", {
  3143.     name = "CombatKnife",
  3144.     price = 50000,
  3145.     src = "animated/combatknife",
  3146.     times = { 0.06, 0.06 },
  3147.     category = "MW2"
  3148. })
  3149.  
  3150.  
Advertisement
Add Comment
Please, Sign In to add comment