faker 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +1192 -0
  3. data/History.md +176 -0
  4. data/License.txt +20 -0
  5. data/README.md +364 -0
  6. data/bin/faker +5 -0
  7. data/lib/faker.rb +253 -0
  8. data/lib/faker/blockchain/bitcoin.rb +34 -0
  9. data/lib/faker/blockchain/ethereum.rb +16 -0
  10. data/lib/faker/blockchain/tezos.rb +51 -0
  11. data/lib/faker/books/book.rb +25 -0
  12. data/lib/faker/books/culture_series.rb +34 -0
  13. data/lib/faker/books/dune.rb +58 -0
  14. data/lib/faker/books/lovecraft.rb +73 -0
  15. data/lib/faker/creature/animal.rb +13 -0
  16. data/lib/faker/creature/cat.rb +23 -0
  17. data/lib/faker/creature/dog.rb +43 -0
  18. data/lib/faker/creature/horse.rb +19 -0
  19. data/lib/faker/default/address.rb +103 -0
  20. data/lib/faker/default/alphanumeric.rb +24 -0
  21. data/lib/faker/default/ancient.rb +23 -0
  22. data/lib/faker/default/app.rb +23 -0
  23. data/lib/faker/default/appliance.rb +15 -0
  24. data/lib/faker/default/artist.rb +11 -0
  25. data/lib/faker/default/avatar.rb +18 -0
  26. data/lib/faker/default/bank.rb +100 -0
  27. data/lib/faker/default/beer.rb +41 -0
  28. data/lib/faker/default/boolean.rb +11 -0
  29. data/lib/faker/default/bossa_nova.rb +15 -0
  30. data/lib/faker/default/business.rb +23 -0
  31. data/lib/faker/default/cannabis.rb +45 -0
  32. data/lib/faker/default/chile_rut.rb +44 -0
  33. data/lib/faker/default/chuck_norris.rb +14 -0
  34. data/lib/faker/default/code.rb +188 -0
  35. data/lib/faker/default/coffee.rb +37 -0
  36. data/lib/faker/default/coin.rb +15 -0
  37. data/lib/faker/default/color.rb +32 -0
  38. data/lib/faker/default/commerce.rb +66 -0
  39. data/lib/faker/default/company.rb +256 -0
  40. data/lib/faker/default/compass.rb +67 -0
  41. data/lib/faker/default/construction.rb +29 -0
  42. data/lib/faker/default/cosmere.rb +48 -0
  43. data/lib/faker/default/crypto.rb +21 -0
  44. data/lib/faker/default/crypto_coin.rb +37 -0
  45. data/lib/faker/default/currency.rb +19 -0
  46. data/lib/faker/default/date.rb +69 -0
  47. data/lib/faker/default/dc_comics.rb +25 -0
  48. data/lib/faker/default/demographic.rb +37 -0
  49. data/lib/faker/default/dessert.rb +21 -0
  50. data/lib/faker/default/device.rb +31 -0
  51. data/lib/faker/default/driving_licence.rb +59 -0
  52. data/lib/faker/default/educator.rb +35 -0
  53. data/lib/faker/default/electrical_components.rb +21 -0
  54. data/lib/faker/default/esport.rb +27 -0
  55. data/lib/faker/default/file.rb +32 -0
  56. data/lib/faker/default/fillmurray.rb +15 -0
  57. data/lib/faker/default/finance.rb +40 -0
  58. data/lib/faker/default/food.rb +49 -0
  59. data/lib/faker/default/funny_name.rb +45 -0
  60. data/lib/faker/default/gender.rb +15 -0
  61. data/lib/faker/default/greek_philosophers.rb +15 -0
  62. data/lib/faker/default/hacker.rb +45 -0
  63. data/lib/faker/default/hipster.rb +58 -0
  64. data/lib/faker/default/house.rb +15 -0
  65. data/lib/faker/default/id_number.rb +119 -0
  66. data/lib/faker/default/industry_segments.rb +25 -0
  67. data/lib/faker/default/internet.rb +207 -0
  68. data/lib/faker/default/invoice.rb +96 -0
  69. data/lib/faker/default/job.rb +25 -0
  70. data/lib/faker/default/json.rb +70 -0
  71. data/lib/faker/default/kpop.rb +31 -0
  72. data/lib/faker/default/lorem.rb +80 -0
  73. data/lib/faker/default/lorem_flickr.rb +45 -0
  74. data/lib/faker/default/lorem_pixel.rb +38 -0
  75. data/lib/faker/default/markdown.rb +79 -0
  76. data/lib/faker/default/marketing.rb +13 -0
  77. data/lib/faker/default/measurement.rb +84 -0
  78. data/lib/faker/default/military.rb +27 -0
  79. data/lib/faker/default/name.rb +54 -0
  80. data/lib/faker/default/nation.rb +33 -0
  81. data/lib/faker/default/nato_phonetic_alphabet.rb +11 -0
  82. data/lib/faker/default/nhs.rb +34 -0
  83. data/lib/faker/default/number.rb +105 -0
  84. data/lib/faker/default/omniauth.rb +330 -0
  85. data/lib/faker/default/phone_number.rb +50 -0
  86. data/lib/faker/default/placeholdit.rb +31 -0
  87. data/lib/faker/default/programming_language.rb +15 -0
  88. data/lib/faker/default/relationship.rb +42 -0
  89. data/lib/faker/default/restaurant.rb +11 -0
  90. data/lib/faker/default/science.rb +19 -0
  91. data/lib/faker/default/slack_emoji.rb +43 -0
  92. data/lib/faker/default/source.rb +20 -0
  93. data/lib/faker/default/south_africa.rb +51 -0
  94. data/lib/faker/default/space.rb +64 -0
  95. data/lib/faker/default/string.rb +45 -0
  96. data/lib/faker/default/stripe.rb +65 -0
  97. data/lib/faker/default/subscription.rb +25 -0
  98. data/lib/faker/default/superhero.rb +27 -0
  99. data/lib/faker/default/team.rb +29 -0
  100. data/lib/faker/default/time.rb +69 -0
  101. data/lib/faker/default/twitter.rb +174 -0
  102. data/lib/faker/default/types.rb +79 -0
  103. data/lib/faker/default/university.rb +30 -0
  104. data/lib/faker/default/vehicle.rb +149 -0
  105. data/lib/faker/default/verb.rb +27 -0
  106. data/lib/faker/default/world_cup.rb +27 -0
  107. data/lib/faker/games/dota.rb +29 -0
  108. data/lib/faker/games/elder_scrolls.rb +41 -0
  109. data/lib/faker/games/fallout.rb +25 -0
  110. data/lib/faker/games/game.rb +21 -0
  111. data/lib/faker/games/half_life.rb +21 -0
  112. data/lib/faker/games/heroes.rb +21 -0
  113. data/lib/faker/games/heroes_of_the_storm.rb +25 -0
  114. data/lib/faker/games/league_of_legends.rb +33 -0
  115. data/lib/faker/games/myst.rb +29 -0
  116. data/lib/faker/games/overwatch.rb +21 -0
  117. data/lib/faker/games/pokemon.rb +21 -0
  118. data/lib/faker/games/sonic_the_hedgehog.rb +21 -0
  119. data/lib/faker/games/super_smash_bros.rb +17 -0
  120. data/lib/faker/games/witcher.rb +33 -0
  121. data/lib/faker/games/world_of_warcraft.rb +17 -0
  122. data/lib/faker/games/zelda.rb +26 -0
  123. data/lib/faker/japanese_media/dragon_ball.rb +13 -0
  124. data/lib/faker/japanese_media/one_piece.rb +33 -0
  125. data/lib/faker/japanese_media/sword_art_online.rb +25 -0
  126. data/lib/faker/movies/back_to_the_future.rb +21 -0
  127. data/lib/faker/movies/ghostbusters.rb +21 -0
  128. data/lib/faker/movies/harry_potter.rb +33 -0
  129. data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +37 -0
  130. data/lib/faker/movies/hobbit.rb +25 -0
  131. data/lib/faker/movies/lebowski.rb +21 -0
  132. data/lib/faker/movies/lord_of_the_rings.rb +21 -0
  133. data/lib/faker/movies/movie.rb +11 -0
  134. data/lib/faker/movies/princess_bride.rb +17 -0
  135. data/lib/faker/movies/star_wars.rb +105 -0
  136. data/lib/faker/movies/v_for_vendetta.rb +21 -0
  137. data/lib/faker/music/grateful_dead.rb +19 -0
  138. data/lib/faker/music/music.rb +47 -0
  139. data/lib/faker/music/opera.rb +26 -0
  140. data/lib/faker/music/phish.rb +13 -0
  141. data/lib/faker/music/rock_band.rb +13 -0
  142. data/lib/faker/music/umphreys_mcgee.rb +13 -0
  143. data/lib/faker/quotes/quote.rb +32 -0
  144. data/lib/faker/quotes/shakespeare.rb +41 -0
  145. data/lib/faker/sports/basketball.rb +25 -0
  146. data/lib/faker/sports/football.rb +29 -0
  147. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +15 -0
  148. data/lib/faker/tv_shows/bojack_horseman.rb +23 -0
  149. data/lib/faker/tv_shows/breaking_bad.rb +19 -0
  150. data/lib/faker/tv_shows/buffy.rb +31 -0
  151. data/lib/faker/tv_shows/community.rb +19 -0
  152. data/lib/faker/tv_shows/dr_who.rb +39 -0
  153. data/lib/faker/tv_shows/dumb_and_dumber.rb +23 -0
  154. data/lib/faker/tv_shows/family_guy.rb +23 -0
  155. data/lib/faker/tv_shows/friends.rb +23 -0
  156. data/lib/faker/tv_shows/game_of_thrones.rb +31 -0
  157. data/lib/faker/tv_shows/hey_arnold.rb +23 -0
  158. data/lib/faker/tv_shows/how_i_met_your_mother.rb +27 -0
  159. data/lib/faker/tv_shows/michael_scott.rb +13 -0
  160. data/lib/faker/tv_shows/new_girl.rb +19 -0
  161. data/lib/faker/tv_shows/parks_and_rec.rb +19 -0
  162. data/lib/faker/tv_shows/rick_and_morty.rb +23 -0
  163. data/lib/faker/tv_shows/ru_paul.rb +19 -0
  164. data/lib/faker/tv_shows/seinfeld.rb +23 -0
  165. data/lib/faker/tv_shows/silicon_valley.rb +43 -0
  166. data/lib/faker/tv_shows/simpsons.rb +23 -0
  167. data/lib/faker/tv_shows/south_park.rb +19 -0
  168. data/lib/faker/tv_shows/star_trek.rb +27 -0
  169. data/lib/faker/tv_shows/stargate.rb +23 -0
  170. data/lib/faker/tv_shows/stranger_things.rb +19 -0
  171. data/lib/faker/tv_shows/the_expanse.rb +27 -0
  172. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +23 -0
  173. data/lib/faker/tv_shows/the_it_crowd.rb +27 -0
  174. data/lib/faker/tv_shows/the_thick_of_it.rb +23 -0
  175. data/lib/faker/tv_shows/twin_peaks.rb +23 -0
  176. data/lib/faker/tv_shows/venture_bros.rb +27 -0
  177. data/lib/faker/version.rb +5 -0
  178. data/lib/helpers/base58.rb +22 -0
  179. data/lib/helpers/char.rb +66 -0
  180. data/lib/helpers/unique_generator.rb +56 -0
  181. data/lib/locales/README.md +40 -0
  182. data/lib/locales/ar.yml +102 -0
  183. data/lib/locales/bg.yml +44 -0
  184. data/lib/locales/ca-CAT.yml +24 -0
  185. data/lib/locales/ca.yml +31 -0
  186. data/lib/locales/da-DK.yml +73 -0
  187. data/lib/locales/de-AT.yml +56 -0
  188. data/lib/locales/de-CH.yml +19 -0
  189. data/lib/locales/de.yml +174 -0
  190. data/lib/locales/ee.yml +61 -0
  191. data/lib/locales/en-AU.yml +28 -0
  192. data/lib/locales/en-BORK.yml +4 -0
  193. data/lib/locales/en-CA.yml +36 -0
  194. data/lib/locales/en-GB.yml +14 -0
  195. data/lib/locales/en-IND.yml +25 -0
  196. data/lib/locales/en-MS.yml +47 -0
  197. data/lib/locales/en-NEP.yml +49 -0
  198. data/lib/locales/en-NG.yml +77 -0
  199. data/lib/locales/en-NZ.yml +39 -0
  200. data/lib/locales/en-PAK.yml +18 -0
  201. data/lib/locales/en-SG.yml +35 -0
  202. data/lib/locales/en-UG.yml +128 -0
  203. data/lib/locales/en-US.yml +103 -0
  204. data/lib/locales/en-ZA.yml +148 -0
  205. data/lib/locales/en-au-ocker.yml +33 -0
  206. data/lib/locales/en.yml +60 -0
  207. data/lib/locales/en/README.md +13 -0
  208. data/lib/locales/en/address.yml +581 -0
  209. data/lib/locales/en/ancient.yml +7 -0
  210. data/lib/locales/en/animal.yml +6 -0
  211. data/lib/locales/en/app.yml +8 -0
  212. data/lib/locales/en/appliance.yml +5 -0
  213. data/lib/locales/en/aqua_teen_hunger_force.yml +4 -0
  214. data/lib/locales/en/artist.yml +4 -0
  215. data/lib/locales/en/back_to_the_future.yml +120 -0
  216. data/lib/locales/en/bank.yml +302 -0
  217. data/lib/locales/en/basketball.yml +99 -0
  218. data/lib/locales/en/beer.yml +9 -0
  219. data/lib/locales/en/bojack_horseman.yml +6 -0
  220. data/lib/locales/en/book.yml +7 -0
  221. data/lib/locales/en/bossa_nova.yml +6 -0
  222. data/lib/locales/en/breaking_bad.yml +28 -0
  223. data/lib/locales/en/buffy.yml +260 -0
  224. data/lib/locales/en/business.yml +5 -0
  225. data/lib/locales/en/cannabis.yml +13 -0
  226. data/lib/locales/en/cat.yml +7 -0
  227. data/lib/locales/en/chuck_norris.yml +82 -0
  228. data/lib/locales/en/code.yml +4 -0
  229. data/lib/locales/en/coffee.yml +31 -0
  230. data/lib/locales/en/coin.yml +6 -0
  231. data/lib/locales/en/color.yml +4 -0
  232. data/lib/locales/en/commerce.yml +11 -0
  233. data/lib/locales/en/community.yml +33 -0
  234. data/lib/locales/en/company.yml +22 -0
  235. data/lib/locales/en/compass.yml +34 -0
  236. data/lib/locales/en/construction.yml +425 -0
  237. data/lib/locales/en/cosmere.yml +57 -0
  238. data/lib/locales/en/crypto_coin.yml +25 -0
  239. data/lib/locales/en/culture_series.yml +307 -0
  240. data/lib/locales/en/currency.yml +6 -0
  241. data/lib/locales/en/dc_comics.yml +52 -0
  242. data/lib/locales/en/demographic.yml +8 -0
  243. data/lib/locales/en/dessert.yml +6 -0
  244. data/lib/locales/en/device.yml +7 -0
  245. data/lib/locales/en/dog.yml +11 -0
  246. data/lib/locales/en/dota.yml +105 -0
  247. data/lib/locales/en/dr_who.yml +96 -0
  248. data/lib/locales/en/dragon_ball.yml +4 -0
  249. data/lib/locales/en/dumb_and_dumber.yml +59 -0
  250. data/lib/locales/en/dune.yml +159 -0
  251. data/lib/locales/en/educator.yml +11 -0
  252. data/lib/locales/en/elder_scrolls.yml +11 -0
  253. data/lib/locales/en/electrical_components.yml +6 -0
  254. data/lib/locales/en/esport.yml +8 -0
  255. data/lib/locales/en/fallout.yml +137 -0
  256. data/lib/locales/en/family_guy.yml +7 -0
  257. data/lib/locales/en/file.yml +5 -0
  258. data/lib/locales/en/finance.yml +113 -0
  259. data/lib/locales/en/food.yml +13 -0
  260. data/lib/locales/en/football.yml +8 -0
  261. data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
  262. data/lib/locales/en/friends.yml +6 -0
  263. data/lib/locales/en/funny_name.yml +4 -0
  264. data/lib/locales/en/game.yml +283 -0
  265. data/lib/locales/en/game_of_thrones.yml +8 -0
  266. data/lib/locales/en/gender.yml +5 -0
  267. data/lib/locales/en/ghostbusters.yml +91 -0
  268. data/lib/locales/en/grateful_dead.yml +48 -0
  269. data/lib/locales/en/greek_philosophers.yml +26 -0
  270. data/lib/locales/en/hacker.yml +8 -0
  271. data/lib/locales/en/half_life.yml +7 -0
  272. data/lib/locales/en/harry_potter.yml +9 -0
  273. data/lib/locales/en/heroes.yml +6 -0
  274. data/lib/locales/en/heroes_of_the_storm.yml +7 -0
  275. data/lib/locales/en/hey_arnold.yml +24 -0
  276. data/lib/locales/en/hipster.yml +4 -0
  277. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
  278. data/lib/locales/en/hobbit.yml +19 -0
  279. data/lib/locales/en/horse.yml +6 -0
  280. data/lib/locales/en/house.yml +5 -0
  281. data/lib/locales/en/how_i_met_your_mother.yml +28 -0
  282. data/lib/locales/en/id_number.yml +5 -0
  283. data/lib/locales/en/industry_segments.yml +7 -0
  284. data/lib/locales/en/internet.yml +21 -0
  285. data/lib/locales/en/invoice.yml +6 -0
  286. data/lib/locales/en/job.yml +15 -0
  287. data/lib/locales/en/kpop.yml +83 -0
  288. data/lib/locales/en/league_of_legends.yml +10 -0
  289. data/lib/locales/en/lebowski.yml +43 -0
  290. data/lib/locales/en/lord_of_the_rings.yml +6 -0
  291. data/lib/locales/en/lorem.yml +11 -0
  292. data/lib/locales/en/lovecraft.yml +9 -0
  293. data/lib/locales/en/markdown.yml +5 -0
  294. data/lib/locales/en/marketing.yml +4 -0
  295. data/lib/locales/en/measurement.yml +11 -0
  296. data/lib/locales/en/michael_scott.yml +45 -0
  297. data/lib/locales/en/military.yml +8 -0
  298. data/lib/locales/en/movie.yml +5 -0
  299. data/lib/locales/en/music.yml +32 -0
  300. data/lib/locales/en/myst.yml +48 -0
  301. data/lib/locales/en/name.yml +25 -0
  302. data/lib/locales/en/nation.yml +11 -0
  303. data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
  304. data/lib/locales/en/new_girl.yml +40 -0
  305. data/lib/locales/en/one_piece.yml +9 -0
  306. data/lib/locales/en/opera.yml +172 -0
  307. data/lib/locales/en/overwatch.yml +41 -0
  308. data/lib/locales/en/parks_and_rec.yml +7 -0
  309. data/lib/locales/en/phish.yml +4 -0
  310. data/lib/locales/en/phone_number.yml +7 -0
  311. data/lib/locales/en/pokemon.yml +8 -0
  312. data/lib/locales/en/princess_bride.yml +5 -0
  313. data/lib/locales/en/programming_language.yml +6 -0
  314. data/lib/locales/en/quote.yml +166 -0
  315. data/lib/locales/en/relationship.yml +10 -0
  316. data/lib/locales/en/restaurant.yml +129 -0
  317. data/lib/locales/en/rick_and_morty.yml +6 -0
  318. data/lib/locales/en/rock_band.yml +4 -0
  319. data/lib/locales/en/rupaul.yml +125 -0
  320. data/lib/locales/en/science.yml +6 -0
  321. data/lib/locales/en/seinfeld.yml +6 -0
  322. data/lib/locales/en/shakespeare.yml +56 -0
  323. data/lib/locales/en/silicon_valley.yml +53 -0
  324. data/lib/locales/en/simpsons.yml +26 -0
  325. data/lib/locales/en/slack_emoji.yml +20 -0
  326. data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
  327. data/lib/locales/en/source.yml +16 -0
  328. data/lib/locales/en/south_park.yml +5 -0
  329. data/lib/locales/en/space.yml +17 -0
  330. data/lib/locales/en/star_trek.yml +7 -0
  331. data/lib/locales/en/star_wars.yml +258 -0
  332. data/lib/locales/en/stargate.yml +21 -0
  333. data/lib/locales/en/stranger_thing.yml +36 -0
  334. data/lib/locales/en/stripe.yml +42 -0
  335. data/lib/locales/en/subscription.yml +8 -0
  336. data/lib/locales/en/super_smash_bros.yml +205 -0
  337. data/lib/locales/en/superhero.yml +12 -0
  338. data/lib/locales/en/sword_art_online.yml +334 -0
  339. data/lib/locales/en/team.yml +8 -0
  340. data/lib/locales/en/the_expanse.yml +7 -0
  341. data/lib/locales/en/the_it_crowd.yml +155 -0
  342. data/lib/locales/en/the_thick_of_it.yml +6 -0
  343. data/lib/locales/en/twin_peaks.yml +6 -0
  344. data/lib/locales/en/umphreys_mcgee.yml +4 -0
  345. data/lib/locales/en/university.yml +10 -0
  346. data/lib/locales/en/v_for_vendetta.yml +163 -0
  347. data/lib/locales/en/vehicle.yml +80 -0
  348. data/lib/locales/en/venture_bros.yml +7 -0
  349. data/lib/locales/en/verbs.yml +8 -0
  350. data/lib/locales/en/witcher.yml +11 -0
  351. data/lib/locales/en/world_cup.yml +271 -0
  352. data/lib/locales/en/world_of_warcraft.yml +8 -0
  353. data/lib/locales/en/yoda.yml +4 -0
  354. data/lib/locales/en/zelda.yml +8 -0
  355. data/lib/locales/es-MX.yml +102 -0
  356. data/lib/locales/es.yml +94 -0
  357. data/lib/locales/fa.yml +10 -0
  358. data/lib/locales/fi-FI.yml +35 -0
  359. data/lib/locales/fr-CA.yml +90 -0
  360. data/lib/locales/fr-CH.yml +78 -0
  361. data/lib/locales/fr.yml +114 -0
  362. data/lib/locales/he.yml +27 -0
  363. data/lib/locales/hy.yml +416 -0
  364. data/lib/locales/id.yml +23 -0
  365. data/lib/locales/it.yml +70 -0
  366. data/lib/locales/ja.yml +98 -0
  367. data/lib/locales/ko.yml +40 -0
  368. data/lib/locales/lv.yml +55 -0
  369. data/lib/locales/nb-NO.yml +62 -0
  370. data/lib/locales/nl.yml +92 -0
  371. data/lib/locales/no.yml +7 -0
  372. data/lib/locales/pl.yml +77 -0
  373. data/lib/locales/pt-BR.yml +697 -0
  374. data/lib/locales/pt.yml +66 -0
  375. data/lib/locales/ru.yml +76 -0
  376. data/lib/locales/sk.yml +78 -0
  377. data/lib/locales/sv.yml +81 -0
  378. data/lib/locales/tr.yml +40 -0
  379. data/lib/locales/uk.yml +86 -0
  380. data/lib/locales/vi.yml +68 -0
  381. data/lib/locales/zh-CN.yml +56 -0
  382. data/lib/locales/zh-TW.yml +29 -0
  383. metadata +543 -0
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ science:
4
+ element: ["Hydrogen", "Helium", "Lithium", "Beryllium", "Boron", "Carbon", "Nitrogen", "Oxygen", "Fluorine", "Neon", "Sodium", "Magnesium", "Aluminum", "Silicon", "Phosphorus", "Sulfur", "Chlorine", "Argon", "Potassium", "Calcium", "Scandium", "Titanium", "Vanadium", "Chromium", "Manganese", "Iron", "Cobalt", "Nickel", "Copper", "Zinc", "Gallium", "Germanium", "Arsenic", "Selenium", "Bromine", "Krypton", "Rubidium", "Strontium", "Yttrium", "Zirconium", "Niobium", "Molybdenum", "Technetium", "Ruthenium", "Rhodium", "Palladium", "Silver", "Cadmium", "Indium", "Tin", "Antimony", "Tellurium", "Iodine", "Xenon", "Cesium", "Barium", "Lanthanum", "Cerium", "Praseodymium", "Neodymium", "Promethium", "Samarium", "Europium", "Gadolinium", "Terbium", "Dysprosium", "Holmium", "Erbium", "Thulium", "Ytterbium", "Lutetium", "Hafnium", "Tantalum", "Tungsten", "Rhenium", "Osmium", "Iridium", "Platinum", "Gold", "Mercury", "Thallium", "Lead", "Bismuth", "Polonium", "Astatine", "Radon", "Francium", "Radium", "Actinium", "Thorium", "Protactinium", "Uranium", "Neptunium", "Plutonium", "Americium", "Curium", "Berkelium", "Californium", "Einsteinium", "Fermium", "Mendelevium", "Nobelium", "Lawrencium", "Rutherfordium", "Dubnium", "Seaborgium", "Bohrium", "Hassium", "Meitnerium", "Darmstadtium", "Roentgenium", "Copernicium", "Nihonium", "Flerovium", "Moscovium", "Livermorium", "Tennessine", "Oganesson"]
5
+ element_symbol: [H, He, Li, Be, B, C, N, O, F, Ne, Na, Mg, Al, Si, P, S, Cl, Ar, K, Ca, Sc, Ti, V, Cr, Mn, Fe, Co, Ni, Cu, Zn, Ga, Ge, As, Se, Br, Kr, Rb, Sr, Y, Zr, Nb, Mo, Tc, Ru, Rh, Pd, Ag, Cd, In, Sn, Sb, Te, I, Xe, Cs, Ba, La, Ce, Pr, Nd, Pm, Sm, Eu, Gd, Tb, Dy, Ho, Er, Tm, Yb, Lu, Hf, Ta, W, Re, Os, Ir, Pt, Au, Hg, Tl, Pb, Bi, Po, At, Rn, Fr, Ra, Ac, Th, Pa, U, Np, Pu, Am, Cm, Bk, Cf, Es, Fm, Md, No, Lr, Rf, Db, Sg, Bh, Hs, Mt, Ds, Rg, Cn, Nh, Fl, Mc, Lv, Ts, Og]
6
+ scientist: ["Isaac Newton", "Albert Einstein", "Neils Bohr", "Charles Darwin", "Louis Pasteur", "Sigmund Freud", "Galileo Galilei", "Antoine Laurent Lavoisier", "Johannes Kepler", "Nicolaus Copernicus", "Michael Faraday", "James Clerk Maxwell", "Claude Bernard", "Franz Boas", "Werner Heisenberg", "Linus Pauling", "Rudolf Virchow", "Erwin Schrodinger", "Ernest Rutherford", "Paul Dirac", "Andreas Vesalius", "Tycho Brahe", "Comte de Buffon", "Ludwig Boltzmann", "Max Planck", "Marie Curie", "William Herschel", "Charles Lyell", "Pierre Simon de Laplace", "Edwin Hubble", "Joseph J. Thomson", "Max Born", "Francis Crick", "Enrico Fermi", "Leonard Euler", "Justus Liebig", "Arthur Eddington", "William Harvey", "Marcello Malpighi", "Christiaan Huygens", "Carl Gauss (Karl Friedrich Gauss)", "Albrecht von Haller", "August Kekule", "Robert Koch", "Murray Gell-Mann", "Emil Fischer", "Dmitri Mendeleev", "Sheldon Glashow", "James Watson", "John Bardeen", "John von Neumann", "Richard Feynman", "Alfred Wegener", "Stephen Hawking", "Anton van Leeuwenhoek", "Max von Laue", "Gustav Kirchhoff", "Hans Bethe", "Euclid", "Gregor Mendel", "Heike Kamerlingh Onnes", "Thomas Hunt Morgan", "Hermann von Helmholtz", "Paul Ehrlich", "Ernst Mayr", "Charles Sherrington", "Theodosius Dobzhansky", "Max Delbruck", "Jean Baptiste Lamarck", "William Bayliss", "Noam Chomsky", "Frederick Sanger", "Lucretius", "John Dalton", "Louis Victor de Broglie", "Carl Linnaeus", "Jean Piaget", "George Gaylord Simpson", "Claude Levi-Strauss", "Lynn Margulis", "Karl Landsteiner", "Konrad Lorenz", "Edward O. Wilson", "Frederick Gowland Hopkins", "Gertrude Belle Elion", "Hans Selye", "J. Robert Oppenheimer", "Edward Teller", "Willard Libby", "Ernst Haeckel", "Jonas Salk", "Emil Kraepelin", "Trofim Lysenko", "Francis Galton", "Alfred Binet", "Alfred Kinsey", "Alexander Fleming", "B. F. Skinner", "Wilhelm Wundt", "Archimedes"]
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ seinfeld:
4
+ character: ["George Costanza", "Kramer", "Elaine Benes", "Newman", "Jerry Seinfeld", "Frank Costanza", "Morty Seinfeld", "Estelle Costanza", "Susan Ross", "Helen Seinfeld", "J Peterman", "Uncle Leo", "David Puddy", "Justin Pitt", "Kenny Bania", "Crazy Joe Davola", "Jackie Chiles", "Jack Klompus", "Ruthie Cohen", "Tim Whatley", "Sue Ellen Mischke", "Bob Sacamano", "Babs Kramer", "Babu Bhatt", "George Steinbrenner", "Mickey Abbott", "Mr. Lippman", "Mr. Wilhelm", "Russell Dalrymple"]
5
+ quote: ["I'm not a lesbian. I hate men, but I'm not a lesbian.", "You're gonna over-dry your laundry.", "This isn't a good time.", "That’s the true spirit of Christmas; people being helped by people other than me.", "You’re becoming one of the glitterati.", "Father, I’ve never done this before, so I’m not sure about what I’m supposed to do.", "She’s one of those low-talkers. You can’t hear a word she’s saying!", "Why do they make the condom packets so hard to open?", "This woman hates me so much, I’m starting to like her.", "I've driven women to lesbianism before, but never a mental institution.", "You know I always wanted to pretend I was an architect", "Borrowing money from a friend is like having sex. It just completely changes the relationship.", "When you look annoyed all the time, people think that you're busy.", "I spend so much time trying to get their clothes off, I never thought of taking mine off.", "If you can't say something bad about a relationship, you shouldn't say anything at all.", "I need the secure packaging of Jockeys. My boys needs a house!", "The sea was angry that day, my friends, like an old man trying to send back soup in a deli...", "Elaine, breaking up is like knocking over a Coke machine. You can’t do it in one push; you gotta rock it back and forth a few times and then it goes over.", "Looking at cleavage is like looking at the sun. You don't stare at it. It's too risky. Ya get a sense of it and then you look away.", "You have the chicken, the hen, and the rooster. The chicken goes with the hen... So who is having sex with the rooster?", "I lie every second of the day. My whole life is a sham.", "Just remember, when you control the mail, you control... information.", "I don't think I've ever been to an appointment in my life where I wanted the other guy to show up.", "You, my friend, have crossed the line between man and bum.", "You should've seen her face. It was the exact same look my father gave me when I told him I wanted to be a ventriloquist.", "Did you know that the original title for War and Peace was War, What Is It Good For?", "Sex, that’s meaningless, I can understand that, but dinner; that’s heavy. That’s like an hour.", "Jerry, just remember, it's not a lie if you believe it.", "These pretzels are makin' me thirsty.", "It became very clear to me sitting out there today that every decision I've made in my entire life has been wrong. My life is the complete opposite of everything I want it to be. Every instinct I have, in every aspect of life, be it something to wear, something to eat - it's all been wrong.", "I had a dream last night that a hamburger was eating me.", "I have been performing feats of strength all morning.", "Hi, my name is George, I'm unemployed and I live with my parents.", "I don't trust the guy. I think he regifted, then he degifted, and now he's using an upstairs invite as a springboard to a Super bowl sex romp.", "Yes, I hope my parents die long before I do.", "See, this is what the holidays are all about. Three buddies sitting around chewing gum.", "Dolores!", "I'll be back. We'll make out.", "I'm sorry to bother you, but I'm a US postal worker and my mail truck was just ambushed by a band of backwoods mail-hating survivalists.", "You very bad man, Jerry. Very bad man.", "No soup for you!", "Serenity now!", "I'm out there Jerry, and I'm loving every minute of it!", "I'm out of the contest!", "You're killing independent George!", "Not that there's anything wrong with that.", "Yadda, yadda, yadda.", "They're real, and they're spectacular.", "She has man hands.", "And you want to be my latex salesman.", "He's a close talker.", "It's a Festivus for the rest of us.", "I want to be the one person who doesn't die with dignity.", "You, my friend, have crossed the line between man and bum.", "You were necking during Schindler's List?"]
6
+ business: ["Champagne Video", "Joe's Fruit Shop", "Kruger Industrial Smoothing", "Vandelay Industries", "Kramerica Industries", "J. Peterman Catalog", "Tom's Restaurant", "Reggies", "Mendy's", "Sunshine Carpet Cleaners", "Brandt-Leland", "H and H Bagels", "Play Now", "Top of the Muffin to You!", "Oh Henry!", "P B and J's", "Poppie's", "Sagman, Bennett, Robbins, Oppenheim and Taft", "Pendant Publishing", "Dream Cafe", "Doubleday", "Tyler Chicken", "Royal Bakery"]
@@ -0,0 +1,56 @@
1
+ en:
2
+ faker:
3
+ shakespeare:
4
+ hamlet: [
5
+ "To be, or not to be: that is the question.",
6
+ "Neither a borrower nor a lender be; For loan oft loses both itself and friend, and borrowing dulls the edge of husbandry.",
7
+ "This above all: to thine own self be true.",
8
+ "Though this be madness, yet there is method in 't.",
9
+ "That it should come to this!.",
10
+ "There is nothing either good or bad, but thinking makes it so.",
11
+ "What a piece of work is man! how noble in reason! how infinite in faculty! in form and moving how express and admirable! in action how like an angel! in apprehension how like a god! the beauty of the world, the paragon of animals! .",
12
+ "The lady doth protest too much, methinks.",
13
+ "In my mind's eye.",
14
+ "A little more than kin, and less than kind.",
15
+ "The play 's the thing wherein I'll catch the conscience of the king.",
16
+ "And it must follow, as the night the day, thou canst not then be false to any man.",
17
+ "Brevity is the soul of wit.",
18
+ "Doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.",
19
+ "Rich gifts wax poor when givers prove unkind.",
20
+ "Do you think I am easier to be played on than a pipe?",
21
+ "I will speak daggers to her, but use none.",
22
+ "When sorrows come, they come not single spies, but in battalions."
23
+ ]
24
+ as_you_like_it: [
25
+ "All the world 's a stage, and all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts.",
26
+ "Can one desire too much of a good thing?.",
27
+ "I like this place and willingly could waste my time in it.",
28
+ "How bitter a thing it is to look into happiness through another man's eyes!",
29
+ "Blow, blow, thou winter wind! Thou art not so unkind as man's ingratitude.",
30
+ "True is it that we have seen better days.",
31
+ "For ever and a day.",
32
+ "The fool doth think he is wise, but the wise man knows himself to be a fool."
33
+ ]
34
+ king_richard_iii: [
35
+ "Now is the winter of our discontent.",
36
+ "A horse! a horse! my kingdom for a horse!.",
37
+ "Conscience is but a word that cowards use, devised at first to keep the strong in awe.",
38
+ "So wise so young, they say, do never live long.",
39
+ "Off with his head!",
40
+ "An honest tale speeds best, being plainly told.",
41
+ "The king's name is a tower of strength.",
42
+ "The world is grown so bad, that wrens make prey where eagles dare not perch."
43
+ ]
44
+ romeo_and_juliet: [
45
+ "O Romeo, Romeo! wherefore art thou Romeo?.",
46
+ "It is the east, and Juliet is the sun.",
47
+ "Good Night, Good night! Parting is such sweet sorrow, that I shall say good night till it be morrow.",
48
+ "What's in a name? That which we call a rose by any other name would smell as sweet.",
49
+ "Wisely and slow; they stumble that run fast.",
50
+ "Tempt not a desperate man.",
51
+ "For you and I are past our dancing days.",
52
+ "O! she doth teach the torches to burn bright.",
53
+ "It seems she hangs upon the cheek of night like a rich jewel in an Ethiope's ear.",
54
+ "See, how she leans her cheek upon her hand! O that I were a glove upon that hand, that I might touch that cheek!.",
55
+ "Not stepping o'er the bounds of modesty."
56
+ ]
@@ -0,0 +1,53 @@
1
+ en:
2
+ faker:
3
+ silicon_valley:
4
+ characters: [ "Richard Hendricks", "Erlich Bachman", "Nelson \"Big Head\" Bighetti", "Bertram Gilfoyle", "Dinesh Chugtai", "Monica Hall", "Donald \"Jared\" Dunn", "Gavin Belson", "Jian Yang", "Laurie Bream", "Russ Hanneman", "Jack \"Action Jack\" Barker", "Keenan Feldspar", "Ed Chen", "Peter Gregory", "Ron LaFlamme" ]
5
+ companies: [ "Pied Piper", "Hooli", "Raviga Capital Management", "Endframe", "Bachmanity", "Maleant Data Systems Solutions", "Aviato", "Coleman-Blair", "Raviga", "Yoyodyne", "Intersite", "Infotrode", "Bream-Hall", "SeeFood Technologies Inc", "Retinabyte", "VidClone Graphics", "Entercross Systems", "Turnwire" ]
6
+ quotes: [
7
+ "I don't want to live in a world where someone else is making the world a better place better than we are.",
8
+ "I firmly believe we can only achieve greatness if first, we achieve goodness",
9
+ "Line ’em up, nuts to butts",
10
+ "Let me ask you. How fast do you think you could jerk off every guy in this room? Because I know how long it would take me. And I can prove it",
11
+ "It's weird. They always travel in groups of five. These programmers, there's always a tall, skinny white guy; short, skinny Asian guy; fat guy with a ponytail; some guy with crazy facial hair; and then an East Indian guy. It's like they trade guys until they all have the right group.",
12
+ "Jian-Yang, what're you doing? This is Palo Alto. People are lunatics about smoking here. We don't enjoy all the freedoms that you have in China.",
13
+ "Well, you just brought piss to a shit fight, you little cunt!",
14
+ "Hitler actually played the bassoon. So technically Hitler was the Hitler of music.",
15
+ "I simply imagine that my skeleton is me and my body is my house. That way I'm always home.",
16
+ "Gavin Belson started out with lofty goals too, but he just kept excusing immoral behavior just like this, until one day all that was left was a sad man with funny shoes... Disgraced, friendless, and engorged with the blood of a youthful charlatan.",
17
+ "And that, gentlemen, is scrum. Welcome to the next eight weeks of our lives.",
18
+ "Of course they know that you're not pitching Shazam. That already exists. This would be a Shazam... for food.",
19
+ "Compromise is the shared hypotenuse of the conjoined triangles of success.",
20
+ "Gentlemen, I just paid the palapa contractor. The palapa piper, so to speak. The dream is a reality. We'll no longer be exposed... to the elements.",
21
+ "I was gonna sleep last night, but, uh... I thought I had this solve for this computational trust issue I've been working on, but it turns out, I didn't have a solve. But it was too late. I had already drank the whole pot of coffee.",
22
+ "I extended my compression algorithm to support... get this... 12-bit color. Okay, so our users will be able to experience a 10 percent increase in image quality with absolutely no increase in server load whatsoever. Just-Just-Just... Just watch this. Before. After. Before. After.",
23
+ "You listen to me, you muscle-bound handsome Adonis: tech is reserved for people like me, okay? The freaks, the weirdos, the misfits, the geeks, the dweebs, the dorks! Not you!"
24
+ ]
25
+ apps: [ "Nip Alert", "Astraphile", "Panic-a-Tech", "Spinder", "Nucleus", "Pegg'd", "Clinkle", "Tables", "HooliChat", "PiperChat", "Not Hotdog", "PeaceFare", "CodeRag" ]
26
+ inventions: [ "Telehuman", "Liquid Shrimp", "Bit Soup", "Audacious", "Tres Comas Tequila", "Pipey", "Always Blue", "Cold Duck", "Skycrane", "Octopus Recipes", "Limp Biscuit", "Hooli Box", "Box Two", "Table", "Anton", "BamBot", "Human Heater" ]
27
+ mottos: [
28
+ "Cloud-based, disruptive systems",
29
+ "Creating unique cross-platform technologies",
30
+ "Making the world a better place",
31
+ "Awesome world-changing compression company",
32
+ "So maybe the reason we share so much is because we understand that without sharing, we can't survive. And sharing is tables.",
33
+ "Forced adoption through aggressive guerrilla marketing",
34
+ "Powered by the spirit of exploration and the thrill of the pursuit of the unimaginable",
35
+ "We not only think outside of the box, we think outside of the box that box is in - and so on - until innovation is free of all boxes that would contain and constrain it",
36
+ "Our products are products, producing unrivaled results",
37
+ "Oh, danger will most certainly be proceeded in the face of. Right in its face. Right in it.",
38
+ "Isn't it time someone put the venture back into venture capital?",
39
+ "Are bandwidth costs harshing on your vibe?",
40
+ "The drink that doesn't give a fuck!"
41
+ ]
42
+ urls: [
43
+ "http://raviga.com",
44
+ "http://breamhall.com",
45
+ "http://piedpiper.com",
46
+ "http://hooli.com",
47
+ "http://bachmanity.com",
48
+ "http://aviato.com",
49
+ "http://coderag.com",
50
+ "http://endframesystems.com",
51
+ "http://drinkhomicide.com"
52
+ ]
53
+ email: ['richard@piedpiper.test', 'bertram@piedpiper.test', 'dinesh@piedpiper.test', 'jared@piedpiper.test', 'bighead@nipplealert.test', 'erlich@bachmanity.test', 'monica@raviga.test', 'laurie@raviga.test', 'gavin@hooli.test', 'russ@threecommaclub.test', 'denpok@hooli.test']
@@ -0,0 +1,26 @@
1
+ en:
2
+ faker:
3
+ simpsons:
4
+ characters: [ "Homer Simpson", "Marge Simpson", "Bart Simpson", "Lisa Simpson", "Maggie Simpson", "Akira", "Ms. Albright", "Aristotle Amadopolis", "Atkins, State Comptroller", "Mary Bailey", "Birchibald \"Birch\" T. Barlow", "Jasper Beardly", "Benjamin", "Doug", "Gary", "Bill", "Marty", "Blinky", "Blue Haired Lawyer", "Boobarella", "Wendell Borton", "Jacqueline Bouvier", "Ling Bouvier", "Patty Bouvier", "Selma Bouvier", "Kent Brockman", "Bumblebee Man", "Charles Montgomery Burns", "Capital City Goofball", "Carl Carlson", "Cesar", "Ugolin", "Crazy Cat Lady", "Superintendent Gary Chalmers", "Shauna Chalmers", "Charlie", "Chase", "Scott Christian", "Comic Book Guy", "Mr. Costington", "Database", "Declan Desmond", "Disco Stu", "Dolph", "Lunchlady Doris", "Duffman", "Eddie", "Lou", "Ernst", "Gunter", "Fat Tony", "Maude Flanders", "Ned Flanders", "Rod Flanders", "Todd Flanders", "Francesca", "Frankie the Squealer", "Professor John Frink", "Baby Gerald", "Ginger Flanders", "Gino", "Mrs. Glick", "Gloria", "Barney Gumble", "Gil Gunderson", "Judge Constance Harm", "Herman Hermann", "Bernice Hibbert", "Dr. Julius Hibbert", "Elizabeth Hoover", "Lionel Hutz", "Itchy", "Scratchy", "Jacques", "Jimbo Jones", "Joey", "Rachel Jordan", "Kang", "Kodos", "Princess Kashmir", "Kearney Zzyzwicz", "Kearney Zzyzwicz Jr.", "Edna Krabappel", "Rabbi Hyman Krustofski", "Krusty the Clown", "Cookie Kwan", "Dewey Largo", "Legs", "Louie", "Leopold", "Lenny Leonard", "Lewis", "Helen Lovejoy", "Reverend Timothy Lovejoy", "Coach Lugash", "Luigi", "Lurleen Lumpkin", "Otto Mann", "Captain Horatio McCallister", "Roger Meyers, Jr.", "Troy McClure", "Hans Moleman", "Dr. Marvin Monroe", "Nelson Muntz", "Captain Lance Murdock", "Bleeding Gums Murphy", "Lindsey Naegle", "Apu Nahasapeemapetilon", "Manjula Nahasapeemapetilon", "Sanjay Nahasapeemapetilon", "Old Barber", "Old Jewish Man", "Patches Violet", "Poor Violet", "Arnie Pye", "Poochie", "Herbert Powell", "Janey Powell", "Lois Pennycandy", "Ruth Powers", "Martin Prince", "Dr. J. Loren Pryor", "Mayor \"Diamond Joe\" Quimby", "Radioactive Man", "The Rich Texan", "Richard", "Dr. Nick Riviera", "Santa''s Little Helper", "Sherri", "Terri", "Dave Shutton", "Sideshow Bob", "Sideshow Mel", "Grampa Abraham Simpson", "Amber Simpson", "Mona Simpson", "Agnes Skinner", "Principal Seymour Skinner", "Waylon Smithers", "Snake Jailbird", "Snowball", "Judge Roy Snyder", "Jebediah Springfield", "Cletus Spuckler", "Brandine Spuckler", "Squeaky-Voiced Teen", "Moe Szyslak", "Drederick Tatum", "Allison Taylor", "Mr. Teeny", "Cecil Terwilliger", "Johnny Tightlips", "Üter", "Kirk Van Houten", "Luann Van Houten", "Milhouse Van Houten", "Dr. Velimirovic", "Chief Clancy Wiggum", "Ralph Wiggum", "Sarah Wiggum", "Groundskeeper Willie", "Wiseguy", "Rainier Wolfcastle", "Yes Guy", "Artie Ziff" ]
5
+ locations: [ "Springfield", "Evergreen Terrace", "Springfield Nuclear Power Plant", "Kwik-E-Mart", "The Android's Dungeon & Baseball Card Shop", "Barney's Bowl-A-Rama", "Costington's", "KBBL Broadcasting", "King Toot's", "The Leftorium", "Noiseland Video Arcade", "Sprawl-Mart", "Springfield Mall", "Stoner's Pot Palace", "Try-N-Save", "Jake's Unisex Hairplace", "The Gilded Truffle", "Moe's Tavern", "Krusty Burger", "Lard Lad Donuts", "Luigi's", "The Frying Dutchman", "The Singing Sirloin", "The Happy Sumo", "The Java Server", "Pimento Grove", "Springfield Elementary School", "West Springfield Elementary School", "Springfield Preparatory School", "Springfield High School", "Krustylu Studios", "Sleep Eazy Motel", "Springfield Retirement Castle", "The Springfield City Hall", "Springfield Courthouse", "Five Corners", "Krustyland", "Shelbyville", "Capital City", "Brockway", "Ogdenville", "North Haverbrook", "Cypress Creek" ]
6
+ quotes: [
7
+ "Marriage is like a coffin and each kid is another nail.",
8
+ "It takes two to lie: one to lie and one to listen.",
9
+ "Life is just one crushing defeat after another until you just wish Flanders was dead.",
10
+ "You tried your best and you failed miserably. The lesson is: Never try.",
11
+ "If you pray to the wrong god, you might just make the right one madder and madder.",
12
+ "Kill my boss? Do I dare live out the American dream?",
13
+ "I'm not normally a praying man, but if you're up there, please save me, Superman!",
14
+ "D'oh!",
15
+ "That's it! You people have stood in my way long enough. I'm going to clown college!",
16
+ "Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers.",
17
+ "What’s the point of going out? We’re just gonna wind up back home anyway.",
18
+ "Cheating is the gift man gives himself.",
19
+ "Books are useless! I only ever read one book, To Kill A Mockingbird, and it gave me absolutely no insight on how to kill mockingbirds!",
20
+ "Sorry, Mom, the mob has spoken.",
21
+ "Go out on a Tuesday? Who am I, Charlie Sheen?",
22
+ "To alcohol! The cause of, and solution to, all of life's problems.",
23
+ "Trust me, Bart, it's better to walk in on both your parents than on just one of them.",
24
+ "Oh, loneliness and cheeseburgers are a dangerous mix.",
25
+ "When will I learn? The answers to life’s problems aren’t at the bottom of a bottle, they’re on TV!"
26
+ ]
@@ -0,0 +1,20 @@
1
+ en:
2
+ faker:
3
+ slack_emoji:
4
+ people: [':grinning:', ':grin:', ':joy:', ':smiley:', ':smile:', ':sweat_smile:', ':satisfied:', ':innocent:', ':smiling_imp:', ':imp:', ':wink:', ':blush:', ':relaxed:', ':yum:', ':relieved:', ':heart_eyes:', ':sunglasses:', ':smirk:', ':neutral_face:', ':expressionless:', ':unamused:', ':sweat:', ':pensive:', ':confused:', ':confounded:', ':kissing:', ':kissing_heart:', ':kissing_smiling_eyes:', ':kissing_closed_eyes:', ':stuck_out_tongue:', ':stuck_out_tongue_winking_eye:', ':stuck_out_tongue_closed_eyes:', ':disappointed:', ':worried:', ':angry:', ':rage:', ':cry:', ':persevere:', ':triumph:', ':disappointed_relieved:', ':frowning:', ':anguished:', ':fearful:', ':weary:', ':sleepy:', ':tired_face:', ':grimacing:', ':sob:', ':open_mouth:', ':hushed:', ':cold_sweat:', ':scream:', ':astonished:', ':flushed:', ':sleeping:', ':dizzy_face:', ':no_mouth:', ':mask:', ':smile_cat:', ':joy_cat:', ':smiley_cat:', ':heart_eyes_cat:', ':smirk_cat:', ':kissing_cat:', ':pouting_cat:', ':crying_cat_face:', ':scream_cat:', ':footprints:', ':bust_in_silhouette:', ':busts_in_silhouette:', ':baby:', ':boy:', ':girl:', ':man:', ':woman:', ':family:', ':couple:', ':two_men_holding_hands:', ':two_women_holding_hands:', ':dancers:', ':bride_with_veil:', ':person_with_blond_hair:', ':man_with_gua_pi_mao:', ':man_with_turban:', ':older_man:', ':older_woman:', ':cop:', ':construction_worker:', ':princess:', ':guardsman:', ':angel:', ':santa:', ':ghost:', ':japanese_ogre:', ':japanese_goblin:', ':shit:', ':skull:', ':alien:', ':space_invader:', ':bow:', ':information_desk_person:', ':no_good:', ':ok_woman:', ':raising_hand:', ':person_with_pouting_face:', ':person_frowning:', ':massage:', ':haircut:', ':couple_with_heart:', ':couplekiss:', ':raised_hands:', ':clap:', ':ear:', ':eyes:', ':nose:', ':lips:', ':kiss:', ':tongue:', ':nail_care:', ':wave:', ':thumbsup:', ':thumbsdown:', ':point_up:', ':point_up_2:', ':point_down:', ':point_left:', ':point_right:', ':ok_hand:', ':v:', ':punch:', ':fist:', ':raised_hand:', ':muscle:', ':open_hands:', ':pray:']
5
+ nature: [':seedling:', ':evergreen_tree:', ':deciduous_tree:', ':palm_tree:', ':cactus:', ':tulip:', ':cherry_blossom:', ':rose:', ':hibiscus:', ':sunflower:', ':blossom:', ':bouquet:', ':ear_of_rice:', ':herb:', ':four_leaf_clover:', ':maple_leaf:', ':fallen_leaf:', ':leaves:', ':mushroom:', ':chestnut:', ':rat:', ':mouse2:', ':mouse:', ':hamster:', ':ox:', ':water_buffalo:', ':cow2:', ':cow:', ':tiger2:', ':leopard:', ':tiger:', ':rabbit2:', ':rabbit:', ':cat2:', ':cat:', ':racehorse:', ':horse:', ':ram:', ':sheep:', ':goat:', ':rooster:', ':chicken:', ':baby_chick:', ':hatching_chick:', ':hatched_chick:', ':bird:', ':penguin:', ':elephant:', ':dromedary_camel:', ':camel:', ':boar:', ':pig2:', ':pig:', ':pig_nose:', ':dog2:', ':poodle:', ':dog:', ':wolf:', ':bear:', ':koala:', ':panda_face:', ':monkey_face:', ':see_no_evil:', ':hear_no_evil:', ':speak_no_evil:', ':monkey:', ':dragon:', ':dragon_face:', ':crocodile:', ':snake:', ':turtle:', ':frog:', ':whale2:', ':whale:', ':flipper:', ':octopus:', ':fish:', ':tropical_fish:', ':blowfish:', ':shell:', ':snail:', ':bug:', ':ant:', ':honeybee:', ':beetle:', ':paw_prints:', ':zap:', ':fire:', ':crescent_moon:', ':sunny:', ':partly_sunny:', ':cloud:', ':droplet:', ':sweat_drops:', ':umbrella:', ':dash:', ':snowflake:', ':star2:', ':star:', ':stars:', ':sunrise_over_mountains:', ':sunrise:', ':rainbow:', ':ocean:', ':volcano:', ':milky_way:', ':mount_fuji:', ':japan:', ':globe_with_meridians:', ':earth_africa:', ':earth_americas:', ':earth_asia:', ':new_moon:', ':waxing_crescent_moon:', ':first_quarter_moon:', ':waxing_gibbous_moon:', ':full_moon:', ':waning_gibbous_moon:', ':last_quarter_moon:', ':waning_crescent_moon:', ':new_moon_with_face:', ':full_moon_with_face:', ':first_quarter_moon_with_face:', ':last_quarter_moon_with_face:', ':sun_with_face:']
6
+ food_and_drink: [':tomato:', ':eggplant:', ':corn:', ':sweet_potato:', ':grapes:', ':melon:', ':watermelon:', ':tangerine:', ':lemon:', ':banana:', ':pineapple:', ':apple:', ':green_apple:', ':pear:', ':peach:', ':cherries:', ':strawberry:', ':hamburger:', ':pizza:', ':meat_on_bone:', ':poultry_leg:', ':rice_cracker:', ':rice_ball:', ':rice:', ':curry:', ':ramen:', ':spaghetti:', ':bread:', ':fries:', ':dango:', ':oden:', ':sushi:', ':fried_shrimp:', ':fish_cake:', ':icecream:', ':shaved_ice:', ':ice_cream:', ':doughnut:', ':cookie:', ':chocolate_bar:', ':candy:', ':lollipop:', ':custard:', ':honey_pot:', ':cake:', ':bento:', ':stew:', ':egg:', ':fork_and_knife:', ':tea:', ':coffee:', ':sake:', ':wine_glass:', ':cocktail:', ':tropical_drink:', ':beer:', ':beers:', ':baby_bottle:']
7
+ celebration: [':ribbon:', ':gift:', ':birthday:', ':jack_o_lantern:', ':christmas_tree:', ':tanabata_tree:', ':bamboo:', ':rice_scene:', ':fireworks:', ':sparkler:', ':tada:', ':confetti_ball:', ':balloon:', ':dizzy:', ':sparkles:', ':collision:', ':mortar_board:', ':crown:', ':dolls:', ':flags:', ':wind_chime:', ':crossed_flags:', ':lantern:', ':ring:', ':heart:', ':broken_heart:', ':love_letter:', ':two_hearts:', ':revolving_hearts:', ':heartbeat:', ':heartpulse:', ':sparkling_heart:', ':cupid:', ':gift_heart:', ':heart_decoration:', ':purple_heart:', ':yellow_heart:', ':green_heart:', ':blue_heart:']
8
+ activity: [':running:', ':walking:', ':dancer:', ':rowboat:', ':swimmer:', ':surfer:', ':bath:', ':snowboarder:', ':ski:', ':snowman:', ':bicyclist:', ':mountain_bicyclist:', ':horse_racing:', ':tent:', ':fishing_pole_and_fish:', ':soccer:', ':basketball:', ':football:', ':baseball:', ':tennis:', ':rugby_football:', ':golf:', ':trophy:', ':running_shirt_with_sash:', ':checkered_flag:', ':musical_keyboard:', ':guitar:', ':violin:', ':saxophone:', ':trumpet:', ':musical_note:', ':notes:', ':musical_score:', ':headphones:', ':microphone:', ':performing_arts:', ':ticket:', ':tophat:', ':circus_tent:', ':clapper:', ':art:', ':dart:', ':8ball:', ':bowling:', ':slot_machine:', ':game_die:', ':video_game:', ':flower_playing_cards:', ':black_joker:', ':mahjong:', ':carousel_horse:', ':ferris_wheel:', ':roller_coaster:']
9
+ travel_and_places: [':train:', ':mountain_railway:', ':steam_locomotive:', ':monorail:', ':bullettrain_side:', ':bullettrain_front:', ':train2:', ':metro:', ':light_rail:', ':station:', ':tram:', ':bus:', ':oncoming_bus:', ':trolleybus:', ':minibus:', ':ambulance:', ':fire_engine:', ':police_car:', ':oncoming_police_car:', ':rotating_light:', ':taxi:', ':oncoming_taxi:', ':red_car:', ':oncoming_automobile:', ':blue_car:', ':truck:', ':articulated_lorry:', ':tractor:', ':bike:', ':busstop:', ':fuelpump:', ':construction:', ':vertical_traffic_light:', ':traffic_light:', ':rocket:', ':helicopter:', ':airplane:', ':seat:', ':anchor:', ':ship:', ':speedboat:', ':sailboat:', ':aerial_tramway:', ':mountain_cableway:', ':suspension_railway:', ':passport_control:', ':customs:', ':baggage_claim:', ':left_luggage:', ':yen:', ':euro:', ':pound:', ':dollar:', ':statue_of_liberty:', ':moyai:', ':foggy:', ':tokyo_tower:', ':fountain:', ':european_castle:', ':japanese_castle:', ':city_sunrise:', ':city_sunset:', ':night_with_stars:', ':bridge_at_night:', ':house:', ':house_with_garden:', ':office:', ':department_store:', ':factory:', ':post_office:', ':european_post_office:', ':hospital:', ':bank:', ':hotel:', ':love_hotel:', ':convenience_store:', ':school:', ':cn:', ':de:', ':es:', ':fr:', ':uk:', ':it:', ':jp:', ':kr:', ':ru:', ':us:']
10
+ objects_and_symbols: [':watch:', ':iphone:', ':calling:', ':computer:', ':alarm_clock:', ':hourglass_flowing_sand:', ':hourglass:', ':camera:', ':video_camera:', ':movie_camera:', ':tv:', ':radio:', ':pager:', ':telephone_receiver:', ':telephone:', ':fax:', ':minidisc:', ':floppy_disk:', ':cd:', ':dvd:', ':vhs:', ':battery:', ':electric_plug:', ':bulb:', ':flashlight:', ':satellite:', ':credit_card:', ':money_with_wings:', ':moneybag:', ':gem:', ':closed_umbrella:', ':pouch:', ':purse:', ':handbag:', ':briefcase:', ':school_satchel:', ':lipstick:', ':eyeglasses:', ':womans_hat:', ':sandal:', ':high_heel:', ':boot:', ':shoe:', ':athletic_shoe:', ':bikini:', ':dress:', ':kimono:', ':womans_clothes:', ':tshirt:', ':necktie:', ':jeans:', ':door:', ':shower:', ':bathtub:', ':toilet:', ':barber:', ':syringe:', ':pill:', ':microscope:', ':telescope:', ':crystal_ball:', ':wrench:', ':hocho:', ':nut_and_bolt:', ':hammer:', ':bomb:', ':smoking:', ':gun:', ':bookmark:', ':newspaper:', ':key:', ':envelope:', ':envelope_with_arrow:', ':incoming_envelope:', ':e-mail:', ':inbox_tray:', ':outbox_tray:', ':package:', ':postal_horn:', ':postbox:', ':mailbox_closed:', ':mailbox:', ':mailbox_with_mail:', ':mailbox_with_no_mail:', ':page_facing_up:', ':page_with_curl:', ':bookmark_tabs:', ':chart_with_upwards_trend:', ':chart_with_downwards_trend:', ':bar_chart:', ':date:', ':calendar:', ':low_brightness:', ':high_brightness:', ':scroll:', ':clipboard:', ':open_book:', ':notebook:', ':notebook_with_decorative_cover:', ':ledger:', ':closed_book:', ':green_book:', ':blue_book:', ':orange_book:', ':books:', ':card_index:', ':link:', ':paperclip:', ':pushpin:', ':scissors:', ':triangular_ruler:', ':round_pushpin:', ':straight_ruler:', ':triangular_flag_on_post:', ':file_folder:', ':open_file_folder:', ':black_nib:', ':pencil2:', ':pencil:', ':lock_with_ink_pen:', ':closed_lock_with_key:', ':lock:', ':unlock:', ':mega:', ':loudspeaker:', ':sound:', ':speaker:', ':mute:', ':zzz:', ':bell:', ':no_bell:', ':thought_balloon:', ':speech_balloon:', ':children_crossing:', ':mag:', ':mag_right:', ':no_entry_sign:', ':no_entry:', ':name_badge:', ':no_pedestrians:', ':do_not_litter:', ':no_bicycles:', ':non-potable_water:', ':no_mobile_phones:', ':underage:', ':accept:', ':ideograph_advantage:', ':white_flower:', ':secret:', ':congratulations:', ':u5408:', ':u6e80:', ':u7981:', ':u6709:', ':u7121:', ':u7533:', ':u55b6:', ':u6708:', ':u5272:', ':u7a7a:', ':sa:', ':koko:', ':u6307:', ':chart:', ':sparkle:', ':eight_spoked_asterisk:', ':negative_squared_cross_mark:', ':white_check_mark:', ':eight_pointed_black_star:', ':vibration_mode:', ':mobile_phone_off:', ':vs:', ':a:', ':b:', ':ab:', ':cl:', ':o2:', ':sos:', ':id:', ':parking:', ':wc:', ':cool:', ':free:', ':new:', ':ng:', ':ok:', ':up:', ':atm:', ':aries:', ':taurus:', ':gemini:', ':cancer:', ':leo:', ':virgo:', ':libra:', ':scorpius:', ':sagittarius:', ':capricorn:', ':aquarius:', ':pisces:', ':restroom:', ':mens:', ':womens:', ':baby_symbol:', ':wheelchair:', ':potable_water:', ':no_smoking:', ':put_litter_in_its_place:', ':arrow_forward:', ':arrow_backward:', ':arrow_up_small:', ':arrow_down_small:', ':fast_forward:', ':rewind:', ':arrow_double_up:', ':arrow_double_down:', ':arrow_right:', ':arrow_left:', ':arrow_up:', ':arrow_down:', ':arrow_upper_right:', ':arrow_lower_right:', ':arrow_lower_left:', ':arrow_upper_left:', ':arrow_up_down:', ':left_right_arrow:', ':arrows_counterclockwise:', ':arrow_right_hook:', ':leftwards_arrow_with_hook:', ':arrow_heading_up:', ':arrow_heading_down:', ':twisted_rightwards_arrows:', ':repeat:', ':repeat_one:', ':zero:', ':one:', ':two:', ':three:', ':four:', ':five:', ':six:', ':seven:', ':eight:', ':nine:', ':keycap_ten:', ':1234:', ':abc:', ':abcd:', ':capital_abcd:', ':information_source:', ':signal_strength:', ':cinema:', ':symbols:', ':heavy_plus_sign:', ':heavy_minus_sign:', ':wavy_dash:', ':heavy_division_sign:', ':heavy_multiplication_x:', ':heavy_check_mark:', ':arrows_clockwise:', ':tm:', ':copyright:', ':registered:', ':currency_exchange:', ':heavy_dollar_sign:', ':curly_loop:', ':loop:', ':part_alternation_mark:', ':heavy_exclamation_mark:', ':question:', ':grey_exclamation:', ':grey_question:', ':interrobang:', ':x:', ':o:', ':100:', ':end:', ':back:', ':on:', ':top:', ':soon:', ':cyclone:', ':m:', ':ophiuchus:', ':six_pointed_star:', ':beginner:', ':trident:', ':warning:', ':hotsprings:', ':recycle:', ':anger:', ':diamond_shape_with_a_dot_inside:', ':spades:', ':clubs:', ':hearts:', ':diamonds:', ':ballot_box_with_check:', ':white_circle:', ':black_circle:', ':radio_button:', ':red_circle:', ':large_blue_circle:', ':small_red_triangle:', ':small_red_triangle_down:', ':small_orange_diamond:', ':small_blue_diamond:', ':large_orange_diamond:', ':large_blue_diamond:', ':black_small_square:', ':white_small_square:', ':black_large_square:', ':white_large_square:', ':black_medium_square:', ':white_medium_square:', ':black_medium_small_square:', ':white_medium_small_square:', ':black_square_button:', ':white_square_button:', ':clock1:', ':clock2:', ':clock3:', ':clock4:', ':clock5:', ':clock6:', ':clock7:', ':clock8:', ':clock9:', ':clock10:', ':clock11:', ':clock12:', ':clock130:', ':clock230:', ':clock330:', ':clock430:', ':clock530:', ':clock630:', ':clock730:', ':clock830:', ':clock930:', ':clock1030:', ':clock1130:', ':clock1230:']
11
+ custom: [':beryl:', ':bowtie:', ':crab:', ':cubimal_chick:', ':dusty_stick:', ':feelsgood:', ':finnadie:', ':fu:', ':goberserk:', ':godmode:', ':hurtrealbad:', ':metal:', ':neckbeard:', ':octocat:', ':piggy:', ':pride:', ':rage1:', ':rage2:', ':rage3:', ':rage4:', ':rube:', ':simple_smile:', ':slack:', ':squirrel:', ':suspect:', ':taco:', ':trollface:']
12
+ emoji:
13
+ - "#{people}"
14
+ - "#{nature}"
15
+ - "#{food_and_drink}"
16
+ - "#{celebration}"
17
+ - "#{activity}"
18
+ - "#{travel_and_places}"
19
+ - "#{objects_and_symbols}"
20
+ - "#{custom}"
@@ -0,0 +1,410 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ sonic_the_hedgehog:
5
+ zone:
6
+ - Aerobase Zone
7
+ - Angel Island Zone
8
+ - Aqua Lake Zone
9
+ - Aqua Planet Zone
10
+ - Aquatic Relix Zone
11
+ - Aquatic Ruin Zone
12
+ - Atomic Destroyer Zone
13
+ - Azure Lake Zone
14
+ - Balloon Park Zone
15
+ - Beach Zone
16
+ - Blue Coast Zone
17
+ - Blue Marine Zone
18
+ - Blue Ridge Zone
19
+ - Blue Sky Zone
20
+ - Bonus Zone
21
+ - Boss Attack Zone
22
+ - Bridge Zone
23
+ - Carnival Night Zone
24
+ - Carrier Zone
25
+ - Casino Night Zone
26
+ - Casino Paradise Zone
27
+ - Casino Street Zone
28
+ - Chaotic Inferno Zone
29
+ - Chaotic Space Zone
30
+ - Chemical Plant Zone
31
+ - Chrome Gadget Zone
32
+ - Colosseum Highway Zone
33
+ - Cosmic Angel Zone
34
+ - Cosmic Casino Zone
35
+ - Cosmic Zone
36
+ - Crystal Egg Zone
37
+ - Crystal Mountain Zone
38
+ - Cyber City Zone
39
+ - Death Egg Zone
40
+ - Death Egg mk.II Zone
41
+ - Death Yard Zone
42
+ - Desert Palace Zone
43
+ - Diamond Dust Zone
44
+ - Dust Hill Zone
45
+ - E.G.G. Station Zone
46
+ - Egg Gauntlet Zone
47
+ - Egg Reverie Zone
48
+ - Egg Rocket Zone
49
+ - Electric Egg Zone
50
+ - Emerald Hill Zone
51
+ - Endless Mine Zone
52
+ - Final Zone
53
+ - Flying Battery Zone
54
+ - Forest Falls Zone
55
+ - Frontier Canyon Zone
56
+ - Gene Gadget Zone
57
+ - Genocide City Zone
58
+ - Gigalopolis Zone
59
+ - Gigantic Angel Zone
60
+ - Gimmick Mountain Zone
61
+ - Great Turquoise Zone
62
+ - Green Grove Zone
63
+ - Green Hill Zone
64
+ - Green Hills Zone
65
+ - Hidden Palace Zone
66
+ - Hill Top Zone
67
+ - Hydrocity Zone
68
+ - Ice Mountain Zone
69
+ - IceCap Zone
70
+ - Jungle Zone
71
+ - Labyrinth Zone
72
+ - Last Utopia Zone
73
+ - Launch Base Zone
74
+ - Lava Reef Zone
75
+ - Lost Labyrinth Zone
76
+ - Mad Gear Zone
77
+ - Marble Garden Zone
78
+ - Marble Zone
79
+ - Mecha Green Hill Zone
80
+ - Mechanical Zone
81
+ - Meta Junglira Zone
82
+ - Metallic Madness Zone
83
+ - Meteor Base Zone
84
+ - Metropolis Zone
85
+ - Mirage Saloon Zone
86
+ - Mountain Zone
87
+ - Mushroom Hill Zone
88
+ - Mystic Cave Zone
89
+ - Mystic Haunt Zone
90
+ - Nature Zone
91
+ - Neo Green Hill Zone
92
+ - Neo South Island Zone
93
+ - Neon Palace Zone
94
+ - Nightmare Zone
95
+ - Oil Desert Zone
96
+ - Oil Ocean Zone
97
+ - Panic Puppet Zone
98
+ - Press Garden Zone
99
+ - Proto Palace Zone
100
+ - Red Volcano Zone
101
+ - Robotnik Winter Zone
102
+ - Rusty Ruin Zone
103
+ - Sandopolis Zone
104
+ - Scrambled Egg Zone
105
+ - Scrap Brain Zone
106
+ - Seaside Hill Zone
107
+ - Secret Base Zone
108
+ - Secret Plant Zone
109
+ - Silver Castle Zone
110
+ - Sky Base Zone
111
+ - Sky Chase Zone
112
+ - Sky Fortress Zone
113
+ - Sky High Zone
114
+ - Sky Park Zone
115
+ - Sky Sanctuary Zone
116
+ - Sleeping Egg Zone
117
+ - Splash Hill Zone
118
+ - Spring Stadium Zone
119
+ - Spring Yard Zone
120
+ - Star Light Zone
121
+ - Stardust Speedway Zone
122
+ - Studiopolis Zone
123
+ - Sunset Forest Zone
124
+ - Sunset Park Zone
125
+ - Sylvania Castle Zone
126
+ - Temple Zone
127
+ - The Doomsday Zone
128
+ - The Legend of Zelda Zone
129
+ - The Moon Zone
130
+ - Tidal Plant Zone
131
+ - Titanic Monarch Zone
132
+ - Turquoise Hill Zone
133
+ - Under Ground Zone
134
+ - Volcano Valley Zone
135
+ - White Park Zone
136
+ - Wing Fortress Zone
137
+ - Wood Zone
138
+ - X-Zone
139
+ - Yellow Desert Zone
140
+ - Yoshi's Island Zone
141
+ character:
142
+ - Alf-Layla-wa-Layla
143
+ - Ali Baba
144
+ - Amy Rose
145
+ - Ashura
146
+ - Avatar
147
+ - Badnik
148
+ - Bark the Polar Bear
149
+ - Battle Kukku 16th
150
+ - Bean the Dynamite
151
+ - Bearenger
152
+ - Big the Cat
153
+ - Biolizard
154
+ - Black Doom
155
+ - Blacksmith
156
+ - Blaze the Cat
157
+ - Caliburn
158
+ - Captain Whisker
159
+ - Carrotia
160
+ - Chaos
161
+ - Chaos Gamma
162
+ - Charmy Bee
163
+ - Cheese the Chao
164
+ - Chip
165
+ - Chocola the Chao
166
+ - Cream the Rabbit
167
+ - Cubot
168
+ - Dark Gaia
169
+ - Dark Super Sonic
170
+ - Darkspine Sonic
171
+ - Doctor Fukurokov
172
+ - Doctor Zachary
173
+ - Don Fachio
174
+ - Dr. Eggman
175
+ - Duke of Soleanna
176
+ - E-10000B
177
+ - E-10000G
178
+ - E-10000R
179
+ - E-101 β
180
+ - E-101mkII
181
+ - E-102 γ
182
+ - E-103 δ
183
+ - E-104 ε
184
+ - E-105 ζ
185
+ - E-121 Phi
186
+ - E-123 Ω
187
+ - Edmund
188
+ - Eggman Nega
189
+ - Eggrobo
190
+ - Princess Elise the Third
191
+ - Emerl
192
+ - Erazor Djinn
193
+ - Espio the Chameleon
194
+ - Fang the Sniper
195
+ - Focke-Wulf
196
+ - Froggy
197
+ - G-merl
198
+ - G.U.N. Commander
199
+ - Gaia Colossus
200
+ - Gerald Robotnik
201
+ - Grand Battle Kukku 15th
202
+ - Has Bean
203
+ - Heavy
204
+ - Bomb
205
+ - Honey the Cat
206
+ - Iblis
207
+ - Ifrit
208
+ - Ifrit Golem
209
+ - Illumina
210
+ - Infinite
211
+ - Ix
212
+ - Jet the Hawk
213
+ - Johnny
214
+ - Julie-su
215
+ - King Arthur
216
+ - King Boom Boo
217
+ - King Shahryār
218
+ - Knuckles the Echidna
219
+ - Lily
220
+ - Luigi
221
+ - Lumina Flowlight
222
+ - Maria Robotnik
223
+ - Marine the Raccoon
224
+ - Mario
225
+ - Master Core ABIS
226
+ - Master Zik
227
+ - Mecha Knuckles
228
+ - Mecha Sonic
229
+ - Mephiles the Dark
230
+ - Merlin
231
+ - Merlina the Wizard
232
+ - Metal Knuckles
233
+ - Metal Sonic
234
+ - Metal Sonic 3.0
235
+ - Mighty the Armadillo
236
+ - Mii
237
+ - Miles "Tails" Prower
238
+ - Mr. Needlemouse
239
+ - Neo Metal Sonic
240
+ - NiGHTS
241
+ - Nimue, Lady of the Lake
242
+ - Omochao
243
+ - Orbot
244
+ - Pachacamac
245
+ - Perfect Chaos
246
+ - President of the United Federation
247
+ - Professor Pickle
248
+ - Ray the Flying Squirrel
249
+ - Rocket Metal
250
+ - Rouge the Bat
251
+ - Scourge the Hedgehog
252
+ - SCR-GP
253
+ - SCR-HD
254
+ - Shade
255
+ - Shadow Android
256
+ - Shadow the Hedgehog
257
+ - Shahra, the Genie of the Ring
258
+ - Shugo-hei
259
+ - Silver the Hedgehog
260
+ - Sinbad
261
+ - Sir Galahad
262
+ - Sir Gawain
263
+ - Sir Lamorak
264
+ - Sir Lancelot
265
+ - Sir Percival
266
+ - Solaris
267
+ - Sonic the Hedgehog
268
+ - Sticks the Badger
269
+ - Storm the Albatross
270
+ - Tails Doll
271
+ - Tiara Boobowski
272
+ - Tikal
273
+ - Vanilla the Rabbit
274
+ - Vector the Crocodile
275
+ - Wave the Swallow
276
+ - Wentos
277
+ - Witchcart
278
+ - Xbox Live Avatar
279
+ - Yacker
280
+ - Zavok
281
+ - Zazz
282
+ - Zeena
283
+ - ZERO
284
+ - Zomom
285
+ - Zor
286
+ game:
287
+ - Sonic the Hedgehog
288
+ - Sonic the Hedgehog
289
+ - Sonic the Hedgehog 2
290
+ - Sonic the Hedgehog 2
291
+ - Sonic the Hedgehog Spinball
292
+ - Sonic the Hedgehog CD
293
+ - Sonic Chaos
294
+ - Sonic the Hedgehog 3
295
+ - Sonic & Knuckles
296
+ - Sonic the Hedgehog Triple Trouble
297
+ - Knuckles' Chaotix
298
+ - Tails' Skypatrol
299
+ - Tails Adventure
300
+ - Sonic Labyrinth
301
+ - Sonic Blast
302
+ - Sonic Advance
303
+ - Sonic Advance 2
304
+ - Sonic Advance 3
305
+ - Sonic Rush
306
+ - Sonic Rivals
307
+ - Sonic Rush Adventure
308
+ - Sonic Rivals 2
309
+ - "Sonic the Hedgehog 4: Episode I"
310
+ - Sonic Colors
311
+ - Sonic Generations
312
+ - "Sonic the Hedgehog 4: Episode II"
313
+ - Sonic Jump
314
+ - "Sonic Boom: Shattered Crystal"
315
+ - "Sonic Boom: Fire & Ice"
316
+ - Sonic Mania
317
+ - Sonic Mania Plus (2018)
318
+ - SegaSonic the Hedgehog
319
+ - Sonic 3D Blast
320
+ - Sonic Adventure
321
+ - Sonic Adventure 2
322
+ - Sonic Heroes
323
+ - Shadow the Hedgehog
324
+ - Sonic the Hedgehog
325
+ - Sonic and the Secret Rings
326
+ - Sonic Unleashed
327
+ - Sonic and the Black Knight
328
+ - Sonic Colors
329
+ - Sonic Generations
330
+ - Sonic Lost World
331
+ - "Sonic Boom: Rise of Lyric"
332
+ - Sonic Forces
333
+ - Sonic Eraser
334
+ - Dr. Robotnik's Mean Bean Machine
335
+ - Sonic the Hedgehog's Gameworld
336
+ - Sonic Labyrinth
337
+ - Sonic Shuffle
338
+ - Sonic Pinball Party
339
+ - Sega Superstars
340
+ - Sonic and the Secret Rings
341
+ - Mario & Sonic at the Olympic Games
342
+ - Sega Superstars Tennis
343
+ - Mario & Sonic at the Olympic Winter Games
344
+ - Mario & Sonic at the London 2012 Olympic Games
345
+ - Mario & Sonic at the Sochi 2014 Olympic Winter Games
346
+ - Mario & Sonic at the Rio 2016 Olympic Games (2016)
347
+ - Waku Waku Sonic Patrol Car
348
+ - SegaSonic Cosmo Fighter
349
+ - Sonic Drift
350
+ - Sonic Drift 2
351
+ - Sonic R
352
+ - Sonic Riders
353
+ - Sonic Rivals
354
+ - Sonic Rivals 2
355
+ - "Sonic Riders: Zero Gravity"
356
+ - Sonic & Sega All-Stars Racing
357
+ - Sonic Free Riders
358
+ - Sonic & All-Stars Racing Transformed
359
+ - "Sonic Forces: Speed Battle"
360
+ - Wacky Worlds Creativity Studio
361
+ - Tails and the Music Maker
362
+ - Sonic the Hedgehog's Gameworld
363
+ - Sonic's Schoolhouse
364
+ - Sonic X
365
+ - Sonic the Fighters
366
+ - Sonic Battle
367
+ - Super Smash Bros. Brawl
368
+ - Super Smash Bros. for Nintendo 3DS and Wii U
369
+ - Sonic Battle
370
+ - "Sonic Chronicles: The Dark Brotherhood"
371
+ - Mario & Sonic at the Olympic Winter Games
372
+ - Mario & Sonic at the London 2012 Olympic Games
373
+ - Sonic Dash
374
+ - Sonic Runners
375
+ - "Sonic Dash 2: Sonic Boom"
376
+ - Sonic Runners Adventure
377
+ - Sonic the Hedgehog 3D Chess
378
+ - Sonic Monopoly
379
+ - Sonic Boom Monopoly
380
+ - Sonic the Hedgehog Spinball
381
+ - Dr. Robotnik's Mean Bean Machine
382
+ - Sonic 2 in 1
383
+ - Sonic Compilation
384
+ - Sonic CD
385
+ - "Sonic 3D Blast: Flickies' Island"
386
+ - Sonic Blast
387
+ - Sonic & Knuckles Collection
388
+ - Sonic Jam
389
+ - Sonic R
390
+ - Sonic the Hedgehog Pocket Adventure
391
+ - "Sonic Adventure 2: Battle"
392
+ - Sonic Mega Collection
393
+ - Sonic N
394
+ - "Sonic Adventure DX: Director's Cut"
395
+ - Sonic Heroes
396
+ - Sonic Gems Collection
397
+ - Sonic the Hedgehog Genesis
398
+ - Sega Genesis Collection
399
+ - Sonic's Ultimate Genesis Collection
400
+ - Sonic Classic Collection
401
+ - Sonic & Sega All-Stars Racing Arcade
402
+ - Sonic the Fighters
403
+ - 3D Sonic the Hedgehog
404
+ - Sonic the Hedgehog
405
+ - Sonic the Hedgehog 2
406
+ - 3D Sonic the Hedgehog 2
407
+ - Sega 3D Classics Collection
408
+ - Team Sonic Racing
409
+ - Super Smash Bros. Ultimate
410
+ - Sega Heroes