Advertisement
Guest User

creature from the closet

a guest
Feb 7th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [Creature From The Closet]
  2. #Requirement section
  3. required = 800
  4. maximum = 0
  5.  
  6. #Restrict section
  7. restrictmap = "scoutzknivez_arena_fix|scoutzknivez"
  8. restrictteam = 0
  9. restrictitem = ""
  10. teamlimit = 0
  11.  
  12. #Other info
  13. author = "Teller"
  14. desc = ""
  15. spawncmd = "es_xdoblock wcs/tools/creaturec/spawn"
  16. deathcmd = ""
  17. roundstartcmd = ""
  18. roundendcmd = ""
  19. preloadcmd = ""
  20. allowonly = ""
  21. onchange = ""
  22. racecategory = "Knife Races"
  23.  
  24. #Skill information
  25. numberofskills = 5
  26. numberoflevels = 4
  27. skillnames = "True horror|Mysterious evil aura|Mental insanity|Sanity plunder|Darkness awakening"
  28. skilldescr = "The only way for you to take damage is through a direct melee hit, anything else will just make you stronger|Everything you get hit with, that isn't a knife freezes the attacker|Everytime you get hit with something, that isn't a knife, you have 'x' amount of chance of dropping the attackers main weapon|Have 'x' amount of chance of having you're attack explode dealing damage to ALL PEOPLE and kinda slowing them|Gives you an Ak47 & Deagle for 'x' amount of seconds"
  29. skillcfg = "player_victim|player_victim|player_victim|player_attacker|player_ultimate"
  30. skillneeded = "0|0|0|0|8"
  31.  
  32.  
  33. #Skill specific information
  34. [[skill1]]
  35. setting = "es_xset wcs_health 100|es_xset wcs_health 150|es_xset wcs_health 200|es_xset wcs_health 250"
  36. cmd = "es_xdoblock wcs/tools/creaturec/truehorror"
  37. sfx = ""
  38.  
  39. [[skill2]]
  40. setting = "es_xset wcs_duration .5|es_xset wcs_duration 1|es_xset wcs_duration 1.5|es_xset wcs_duration 2"
  41. cmd = "es_xdoblock wcs/tools/creaturec/evilaura"
  42. sfx = ""
  43.  
  44. [[skill3]]
  45. setting = "es_xset wcs_chance 10|es_xset wcs_chance 15|es_xset wcs_chance 20|es_xset wcs_chance 25"
  46. cmd = "if (server_var(wcs_dice) <= server_var(wcs_chance)) then es_xdoblock wcs/tools/creaturec/mentali"
  47. sfx = ""
  48.  
  49. [[skill4]]
  50. setting = "es_xset wcs_chance 70|es_xset wcs_chance 75|es_xset wcs_chance 80|es_xset wcs_chance 85"
  51. cmd = "if (server_var(wcs_dice) <= server_var(wcs_chance)) then es_xdoblock wcs/tools/creaturec/sanityplunder"
  52. sfx = ""
  53.  
  54. [[skill5]]
  55. setting = "es_xset wcs_duration 3;es_xset wcs_time 2.7|es_xset wcs_duration 4;es_xset wcs_time 3.7|es_xset wcs_duration 5;es_xset wcs_time 4.7|es_xset wcs_duration 6;es_xset wcs_time 5"
  56. cmd = "es_xdoblock wcs/tools/creaturec/darknessa"
  57. sfx = ""
  58. cooldown = "40"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement