DarkArtsAndSciences

Generator Utility: Animals

Jul 31st, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.25 KB | None | 0 0
  1. $name : Generator Utility: Animals
  2. $author : Dark Arts and Sciences
  3. $description : Generates a random animal. Contains lists of animals that can be included in other generators.
  4. $amount : 1
  5. $button : Evolve!
  6.  
  7. $pet
  8. [cat|cat|kitten|kitty]
  9. [dog|dog|puppy]
  10. [bird|bird|canary|parakeet|cockatiel] {75%}
  11. [hamster|mouse|[|white ]rat|guinea pig|gerbil] {50%}
  12.  
  13. $city animal
  14. cockroach
  15. crow
  16. pigeon
  17. sparrow
  18. stray cat
  19. stray dog
  20. [||roof |sewer ]rat
  21.  
  22. $farm animal
  23. chicken
  24. [cow|cow|bull|steer|calf]
  25. pig
  26. horse
  27. donkey
  28.  
  29. $sea animal
  30. fish
  31. dolphin
  32. octopus
  33. penguin
  34. shark
  35. sea turtle
  36. sea lion
  37. sea gull
  38. starfish
  39. swordfish
  40. whale
  41.  
  42. $wild animal
  43. [||black |brown |grizzly |polar ]bear
  44. boar
  45. chipmunk
  46. squirrel
  47. raccoon
  48. weasel
  49. lizard
  50. snake
  51. frog
  52. turtle
  53. tiger
  54. lion
  55. panther
  56. puma
  57. cougar
  58. wolf
  59. fox
  60. [monkey|monkey|ape|gorilla|chimp[anzee]|orangutan]
  61. [||brown |black ]rat
  62.  
  63. $wild bird
  64. eagle
  65. falcon
  66. raptor
  67. duck
  68. swan
  69.  
  70. $exotic animal
  71. chinchilla
  72. elephant
  73. giraffe
  74. hippo[|potamus]
  75. mink
  76. wombat
  77.  
  78. $fantasy animal
  79. unicorn
  80. pegasus {50%}
  81. phoenix
  82. dragon
  83.  
  84. $extinct animal
  85. dinosaur
  86. dodo
  87. mammoth
  88.  
  89. $animal
  90. [pet]
  91. [city animal]
  92. [farm animal]
  93. [sea animal]
  94. [wild animal]
  95. [wild bird]
  96. [exotic animal] {25%}
  97. [fantasy animal] {5%}
  98. [extinct animal] {1%}
Advertisement
Add Comment
Please, Sign In to add comment