Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. mobs = {}
  2.  
  3. function addmob(short,long)
  4. if mobs[short] == nil then
  5. mobs[short] = {}
  6. end
  7. table.insert(mobs[short], long)
  8. end
  9.  
  10. --addmob("druid","A small hooded druid is busy")
  11. addmob("mouse","A large mouse stands upright tapping a stick on the ground.")
  12. addmob("naiad", "A naiad water nymph frolics")
  13. addmob("female visitor","A pretty female visitor walks around the circus")
  14. addmob("lanky man", "A lanky man aimlessly walks around")
  15. addmob("midget", "An overdressed midget struts")
  16. addmob("male clown","A happy male clown skips around, performing for the crowd")
  17. addmob("skeleton", "An animated skeleton is here, looking")
  18. --addmob("skunk","A small skunk looks about")
  19. addmob("patron", "A male patron wanders")
  20. addmob("rat","A large fat rat chews")
  21. addmob("guard","A carnival guard smiles")
  22. addmob("worker", "A carnival worker man has")
  23. addmob("mime", "A white%-faced mime")
  24. addmob("meerkat","A meerkat stands here")
  25. addmob("tiger", "A striped tiger sneaks through the fo")
  26. addmob("tiger", "A tiger is seeking an escape from")
  27. addmob("beast", "A trail in the grass marks where an invisible creature")
  28. --addmob("leprechaun", "A mischievous leprechaun is here dancing")
  29. --addmob("goblin","A goblin stands here, looking to get into")
  30. addmob("rnobs","Rnobs Maddweller, the hobgoblin priest is bent over and praying.")
  31. addmob("guard","A hobgoblin patrol guard")
  32. addmob("guard", "A hobgoblin guard leader")
  33. addmob("guard","A hobgoblin guard is standing here")
  34. addmob("sheep","A white, fluffy sheep appears to be wholly")
  35. addmob("mary","Mary is here feeding a lamb from a bottle")
  36. addmob("jack","Jack and Jill are here filling their pail with")
  37. addmob("mouse","A large mouse stands upright")
  38. addmob("dark-monk", "A monk clad in dark colored clothes stands here")
  39. addmob("ghoul-cityguard","A ghoul cityguard looms here guarding the remains of his city")
  40. addmob("worm","A sea worm flip-flops in the warm water")
  41. addmob("shrimp","A sea worm flip-flops in the warm water")
  42. addmob("ghoul","A disgusting ghoul is here, looking for something to kill")
  43. addmob("man","A large islander stands here, beating a piece of hide against a rock")
  44. addmob("man","A native man with a painted face and a")
  45. addmob("man","A native man sits on a wooden chair")
  46. addmob("man", "The native cook stands over")
  47. addmob("man", "A native man dressed in light")
  48. addmob("man","A monk views the list")
  49. addmob("woman", "A native woman is filling vials with")
  50. addmob("woman", "A native woman is gathering food")
  51. addmob("man","A dark%-skinned native")
  52. addmob("member","A member of the kender city guards stands at attention.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement