Advertisement
Chronos_Ouroboros

Untitled

Dec 6th, 2018
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. clearskills
  2.  
  3. skill baby
  4. {
  5. AutoUseHealth
  6. AmmoFactor = 0.5
  7. DamageFactor = 0.5
  8. EasyBossBrain
  9. SpawnFilter = Baby
  10. PicName = "M_JKILL"
  11. Name = "$SKILL_BABY"
  12. Key = "i"
  13. }
  14.  
  15. skill easy
  16. {
  17. EasyBossBrain
  18. AmmoFactor = 0.5
  19. SpawnFilter = Easy
  20. PicName = "M_ROUGH"
  21. Name = "$SKILL_EASY"
  22. Key = "h"
  23. }
  24.  
  25. skill normal
  26. {
  27. AmmoFactor = 0.5
  28. SpawnFilter = Normal
  29. PicName = "M_HURT"
  30. Key = "h"
  31. Name = "$SKILL_NORMAL"
  32. DefaultSkill
  33. }
  34.  
  35. skill hard
  36. {
  37. AmmoFactor = 0.5
  38. SpawnFilter = Hard
  39. PicName = "M_ULTRA"
  40. Name = "$SKILL_HARD"
  41. Key = "u"
  42. }
  43.  
  44. skill nightmare
  45. {
  46. AmmoFactor = 0.5
  47. FastMonsters
  48. DisableCheats
  49. RespawnTime = 12
  50. SpawnFilter = Nightmare
  51. PicName = "M_NMARE"
  52. Name = "$SKILL_NIGHTMARE"
  53. MustConfirm
  54. Key = "n"
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement