Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. function illusions(tag, dir)
  2. local illusion
  3. if tag == "kal" then
  4. illusion = "conjure "..target.." illusion You feel a tightening sensation grow in your lungs."
  5. elseif tag == "par" then
  6. illusion = "conjure "..target.." illusion A prickly stinging overcomes your body, fading away into numbness."
  7. elseif tag == "ids" then
  8. illusion = "conjure "..target.." illusion Your vision is flooded with light, and your face suddenly reddens."
  9. elseif tag == "ano" then
  10. illusion = "conjure "..target.." illusion The idea of eating or drinking is repulsive to you."
  11. elseif tag == "ivs" then
  12. illusion = "conjure "..target.." illusion Your limbs grow heavy and you groan feebly."
  13. elseif tag == "ixe" then
  14. illusion = "conjure "..target.." illusion You gasp as your fine-tuned reflexes disappear into a haze of confusion."
  15. elseif tag == "ll" then
  16. illusion = "conjure "..target.." illusion Zarhan strikes your left leg with a mighty blow.\nYour left leg is greatly damaged from the beating."
  17. elseif tag == "car" then
  18. illusion = "conjure "..target.." illusion A sudden sense of panic overtakes you as the draconic curse manifests, afflicting you with paralysis."
  19. elseif tag == "hs" then
  20. illusion = "conjure "..target.." illusion Lunging forward with one palm outstretched, Zarhan aims a blow at your heart. A warm pulse accompanies his attack, leaving a dull ache in your chest."
  21. elseif tag == "hs2" then
  22. illusion = "conjure "..target.." illusion The sickening sensation of something writhing and growing within your chest overwhelms you, radiating throughout your body from your palpitating heart."
  23. elseif tag == "iae" then
  24. illusion = "conjure "..target.." illusion You move sluggishly into action."
  25. elseif tag == "ish" then
  26. illusion = "conjure illusion A nearly invisible magical shield forms around Zarhan."
  27. elseif tag == "ist" then
  28. illusion = "conjure illusion Zarhan stands up."
  29. elseif tag == "itum" then
  30. illusion = "conjure illusion Zarhan begins to tumble towards the "..dir
  31. end
  32. sendAll("stand", illusion)
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement