Advertisement
Guest User

Untitled

a guest
Jun 17th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. {
  2. name = "\cdDoomguy"
  3. script = DFULTBOT
  4. chatlump = DOOMCHAT
  5. gender = male
  6. revealed = true
  7. class = "Doomguy"
  8. color = "00 F0 00"
  9. accuracy = 3
  10. intellect = 3
  11. evade = 2
  12. anticipation = 4
  13. reactiontime = 1
  14. perception = 4
  15. chatfrequency = 10
  16. favoriteweapon = "Super Shotgun"
  17. }
  18.  
  19. {
  20. name = "\cqCorvus"
  21. script = DFULTBOT
  22. chatlump = CORVCHAT
  23. gender = male
  24. revealed = true
  25. class = "Corvus"
  26. color = "771100"
  27. accuracy = 2
  28. intellect = 4
  29. evade = 2
  30. anticipation = 1
  31. reactiontime = 1
  32. perception = 4
  33. chatfrequency = 30
  34. favoriteweapon = "Dragon Claw"
  35. }
  36.  
  37. {
  38. name = "\clParias"
  39. script = DFULTBOT
  40. chatlump = PARSCHAT
  41. gender = male
  42. revealed = true
  43. class = "Parias"
  44. color = "FF0000"
  45. accuracy = 2
  46. intellect = 4
  47. evade = 3
  48. anticipation = 2
  49. reactiontime = 2
  50. perception = 3
  51. chatfrequency = 25
  52. favoriteweapon = "Firestorm"
  53. }
  54.  
  55. {
  56. name = "\chFred Chexter"
  57. script = DFULTBOT
  58. chatlump = CHEXCHAT
  59. gender = male
  60. revealed = true
  61. class = "ChexWarrior"
  62. color = "0000FF"
  63. accuracy = 2
  64. intellect = 3
  65. evade = 2
  66. anticipation = 3
  67. reactiontime = 4
  68. perception = 2
  69. chatfrequency = 25
  70. favoriteweapon = "Zorch Propulsor"
  71. }
  72.  
  73. {
  74. name = "\cjB.J. Blazkowicz"
  75. script = DFULTBOT
  76. chatlump = BJCHAT
  77. gender = male
  78. revealed = true
  79. class = "Blazkowicz"
  80. color = "737373"
  81. accuracy = 3
  82. intellect = 1
  83. evade = 4
  84. anticipation = 2
  85. reactiontime = 3
  86. perception = 3
  87. chatfrequency = 30
  88. favoriteweapon = " Chaingun "
  89. }
  90.  
  91. {
  92. name = "\cfDuke Nukem"
  93. script = DFULTBOT
  94. chatlump = DUKECHAT
  95. gender = male
  96. revealed = true
  97. class = "Duke"
  98. color = "FF 00 00"
  99. accuracy = 3
  100. intellect = 0
  101. evade = 3
  102. anticipation = 3
  103. reactiontime = 2
  104. perception = 4
  105. chatfrequency = 50
  106. favoriteweapon = " Shotgun "
  107. }
  108.  
  109. {
  110. name = "\cnSecurity Officer"
  111. script = DFULTBOT
  112. chatlump = SOCHAT
  113. gender = male
  114. revealed = true
  115. class = "SecurityOfficer"
  116. color = "007FFF"
  117. accuracy = 4
  118. intellect = 0
  119. evade = 4
  120. anticipation = 1
  121. reactiontime = 2
  122. perception = 2
  123. chatfrequency = 30
  124. favoriteweapon = "MA-75B Assault Rifle"
  125. }
  126.  
  127. {
  128. name = "\csRanger"
  129. script = DFULTBOT
  130. chatlump = RANGCHAT
  131. gender = male
  132. revealed = true
  133. class = "Ranger"
  134. color = "CC 99 00"
  135. accuracy = 2
  136. intellect = 1
  137. evade = 3
  138. anticipation = 4
  139. reactiontime = 4
  140. perception = 3
  141. chatfrequency = 20
  142. favoriteweapon = " Rocket Launcher " // We'll need to decide what to do with these weapon names later.
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement