Advertisement
Guest User

blackops.perks-list.txt(Klomdike)

a guest
Dec 6th, 2010
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. //COD BO - Perk Mappings
  2. Perk Slot 1
  3.  
  4. * Lightweight
  5. specialty_movefaster
  6. specialty_fallheight (Pro)
  7. 1. self setPerk("specialty_movefaster");
  8. 2. self setPerk("specialty_fallheight");
  9.  
  10. * Scavenger
  11. specialty_scavenger
  12. specialty_extraammo (Pro)
  13. 1. self setPerk("specialty_scavenger");
  14. 2. self setPerk("specialty_extraammo");
  15.  
  16. * Ghost
  17. specialty_gpsjammer
  18. specialty_reconnaissance (?)
  19. specialty_nottargetedbyai (Pro)
  20. specialty_noname (Pro)
  21. 1. self setPerk("specialty_gpsjammer");
  22. 2. self setPerk("specialty_reconnaissance");
  23. 3. self setPerk("specialty_nottargetedbyai");
  24. 4. self setPerk("specialty_noname");
  25.  
  26. * Flak Jacket
  27. specialty_flakjacket
  28. specialty_explosivedamage
  29. specialty_grenadepulldeath (Pro)
  30. specialty_fireproof (Pro)
  31. 1. self setPerk("specialty_flakjacket");
  32. 2. self setPerk("specialty_explosivedamage");
  33. 3. self setPerk("specialty_grenadepulldeath");
  34. 4. self setPerk("specialty_fireproof");
  35.  
  36. * Hardline
  37. specialty_killstreak
  38. specialty_gambler (Pro - Thank you iPhoenix)
  39. 1. self setPerk("specialty_killstreak");
  40. 2. self setPerk("specialty_gambler");
  41.  
  42. Perk Slot 2
  43.  
  44. * Hardened
  45. specialty_bulletpenetration
  46. specialty_bulletdamage (Pro)
  47. specialty_bulletflinch (Pro)
  48. specialty_shellshock (Pro)
  49. 1. self setPerk("specialty_bulletpenetration");
  50. 2. self setPerk("specialty_bulletdamage");
  51. 3. self setPerk("specialty_bulletflinch");
  52. 4. self setPerk("specialty_shellshock");
  53.  
  54. * Scout
  55. specialty_holdbreath
  56. specialty_fastweaponswitch (Pro)
  57. 1. self setPerk("specialty_holdbreath");
  58. 2. self setPerk("specialty_fastweaponswitch");
  59.  
  60. * Steady Aim
  61. specialty_bulletaccuracy
  62. specialty_sprintrecovery (Pro)
  63. specialty_fastmeleerecovery (Pro)
  64. 1. self setPerk("specialty_bulletaccuracy");
  65. 2. self setPerk("specialty_sprintrecovery");
  66. 3. self setPerk("specialty_fastmeleerecovery");
  67.  
  68. * Sleight of Hand
  69. specialty_fastreload
  70. specialty_fastads (Pro)
  71. 1. self setPerk("specialty_fastreload");
  72. 2. self setPerk("specialty_fastads");
  73.  
  74. * Warlord
  75. specialty_twoattach(Useless?)
  76. specialty_twogrenades (Pro)
  77. 1. self setPerk("specialty_twoattach");
  78. 2. self setPerk("specialty_twogrenades");
  79.  
  80. Perk Slot 3
  81.  
  82. * Tactical Mask
  83. specialty_gas_mask
  84. specialty_showonradar (Pro?)
  85. specialty_stunprotection (Pro)
  86. 1. self setPerk("specialty_gas_mask");
  87. 2. self setPerk("specialty_showonradar");
  88. 3. self setPerk("specialty_stunprotection");
  89.  
  90. * Marathon
  91. specialty_longersprint
  92. specialty_unlimitedsprint (Pro)
  93. 1. self setPerk("specialty_longersprint");
  94. 2. self setPerk("specialty_unlimitedsprint");
  95.  
  96. * Ninja
  97. specialty_quieter
  98. specialty_loudenemies (Pro)
  99. 1. self setPerk("specialty_quieter");
  100. 2. self setPerk("specialty_loudenemies");
  101.  
  102. * Second Chance
  103. specialty_pistoldeath
  104. specialty_finalstand (Pro)
  105. specialty_healthregen (Pro?)
  106. 1. self setPerk("specialty_pistoldeath");
  107. 2. self setPerk("specialty_finalstand");
  108. 3. self setPerk("specialty_healthregen");
  109.  
  110. * Hacker
  111. specialty_showenemyequipment
  112. specialty_nomotionsensor (Pro)
  113. specialty_disarmexplosive (Pro)
  114. specialty_detectexplosive (Pro)
  115. specialty_delayexplosive (Pro?)
  116. 1. self setPerk("specialty_showenemyequipment");
  117. 2. self setPerk("specialty_nomotionsensor");
  118. 3. self setPerk("specialty_disarmexplosive");
  119. 4. self setPerk("specialty_detectexplosive");
  120. 5. self setPerk("specialty_delayexplosive");
  121.  
  122. I do not know their effects
  123.  
  124. specialty_twoprimaries //two primary weapons, seems not needed?
  125. specialty_rof //Increased Rate Of Fire would make sense
  126. specialty_pin_back
  127. specialty_shades
  128. specialty_fastmantle //Fast climb and hurdle over walls?
  129. specialty_fastinteract //Less time interacting with objectives?
  130. specialty_extramoney
  131. specialty_copycat
  132. specialty_armorvest //Should give armor vest, decreased bullet damage
  133. specialty_armorpiercing //Lessens bonus given by specialty_armorvest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement