Guest User

REHACKED

a guest
Jun 19th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Patch File for DeHackEd v3.0
  2. # Created with WhackEd4 1.0.4
  3. # Note: Use the pound sign ('#') to start comment lines.
  4.  
  5. Doom version = 21
  6. Patch format = 6
  7.  
  8. #########################################################################################
  9. # This one has less health, attacks faster and its projectiles are faster but do less damage
  10. #########################################################################################
  11.  
  12. Thing 9 (Mancubus)
  13. namespace = FastMancubus
  14. DoomEd = 50100
  15. Speed = 12
  16. Hit points = 300
  17.  
  18. Thing 10 (Mancubus fireball)
  19. namespace = FastMancubus
  20. Speed = 1966080
  21. Missile damage = 6
  22.  
  23. Frame FastMancubus.376
  24. Duration = 10
  25.  
  26. Frame FastMancubus.378
  27. Duration = 3
  28.  
  29. Frame FastMancubus.379
  30. Duration = 3
  31.  
  32. Frame FastMancubus.381
  33. Duration = 3
  34.  
  35. Frame FastMancubus.382
  36. Duration = 3
  37.  
  38. #########################################################################################
  39. # This one has more health, attacks slower and its projectiles do more damage
  40. #########################################################################################
  41.  
  42. Thing 9 (Mancubus)
  43. namespace = TankMancubus
  44. DoomEd = 50101
  45. Hit points = 1000
  46.  
  47. Thing 10 (Mancubus fireball)
  48. namespace = TankMancubus
  49. Missile damage = 10
  50.  
  51. Frame TankMancubus.376
  52. Duration = 20
  53.  
  54. Frame TankMancubus.378
  55. Duration = 8
  56.  
  57. Frame TankMancubus.379
  58. Duration = 8
  59.  
  60. Frame TankMancubus.381
  61. Duration = 8
  62.  
  63. Frame TankMancubus.382
  64. Duration = 8
Add Comment
Please, Sign In to add comment