rayzox57

Config.lua

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