Advertisement
TerminusEst13

Untitled

Mar 15th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. skill baby // Heh.
  2. {
  3. ACSReturn = 0
  4. EasyBossBrain
  5. SpawnFilter = Baby // Hehhhh.
  6. DamageFactor = 0.75
  7. AmmoFactor = 2
  8. Name = "Pray for a Long Life"
  9. MustConfirm = "You have twelve life tokens, and your cowardice shames your ancestors."
  10. }
  11.  
  12. skill easy
  13. {
  14. ACSReturn = 1
  15. EasyBossBrain
  16. SpawnFilter = Easy
  17. Name = "Pray for Good Health"
  18. MustConfirm = "You have ten life tokens, and you will never feel true victory."
  19. }
  20.  
  21. skill normal
  22. {
  23. ACSReturn = 2
  24. SpawnFilter = Normal
  25. Name = "Pray for Vast Courage"
  26. MustConfirm = "You have eight life tokens, and your honor as a warrior will be tested."
  27. }
  28.  
  29. skill hard
  30. {
  31. ACSReturn = 3
  32. SpawnFilter = Hard
  33. Name = "Pray for Iron Will"
  34. MustConfirm = "You have five life tokens, and your endeavors will become legend."
  35. }
  36.  
  37. skill nightmare
  38. {
  39. ACSReturn = 4
  40. FastMonsters
  41. DamageFactor = 1.25
  42. SpawnFilter = Nightmare
  43. Name = "Pray for a Quick Death"
  44. MustConfirm = "You have two life tokens, and your every step will be suffering."
  45. }
  46.  
  47. skill ohgodhelpme
  48. {
  49. ACSReturn = 5
  50. FastMonsters
  51. DisableCheats
  52. RespawnTime = 60
  53. RespawnLimit = 3
  54. DamageFactor = 1.5
  55. Aggressiveness = 1.0
  56. SpawnFilter = Nightmare
  57. Name = " "
  58. MustConfirm = "Your prayers are in vain."
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement