faker 1.1.2 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +2383 -0
  3. data/History.md +176 -0
  4. data/License.txt +2 -2
  5. data/README.md +487 -47
  6. data/bin/faker +5 -0
  7. data/lib/faker/blockchain/aeternity.rb +70 -0
  8. data/lib/faker/blockchain/bitcoin.rb +60 -0
  9. data/lib/faker/blockchain/ethereum.rb +26 -0
  10. data/lib/faker/blockchain/tezos.rb +135 -0
  11. data/lib/faker/books/book.rb +61 -0
  12. data/lib/faker/books/culture_series.rb +83 -0
  13. data/lib/faker/books/dune.rb +124 -0
  14. data/lib/faker/books/lovecraft.rb +249 -0
  15. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  16. data/lib/faker/creature/animal.rb +22 -0
  17. data/lib/faker/creature/bird.rb +203 -0
  18. data/lib/faker/creature/cat.rb +50 -0
  19. data/lib/faker/creature/dog.rb +115 -0
  20. data/lib/faker/creature/horse.rb +37 -0
  21. data/lib/faker/default/address.rb +348 -0
  22. data/lib/faker/default/adjective.rb +35 -0
  23. data/lib/faker/default/alphanumeric.rb +67 -0
  24. data/lib/faker/default/ancient.rb +59 -0
  25. data/lib/faker/default/app.rb +68 -0
  26. data/lib/faker/default/appliance.rb +33 -0
  27. data/lib/faker/default/artist.rb +20 -0
  28. data/lib/faker/default/avatar.rb +49 -0
  29. data/lib/faker/default/bank.rb +199 -0
  30. data/lib/faker/default/barcode.rb +165 -0
  31. data/lib/faker/default/beer.rb +113 -0
  32. data/lib/faker/default/blood.rb +48 -0
  33. data/lib/faker/default/boolean.rb +23 -0
  34. data/lib/faker/default/bossa_nova.rb +33 -0
  35. data/lib/faker/default/business.rb +50 -0
  36. data/lib/faker/default/camera.rb +46 -0
  37. data/lib/faker/default/cannabis.rb +135 -0
  38. data/lib/faker/default/chile_rut.rb +92 -0
  39. data/lib/faker/default/chuck_norris.rb +25 -0
  40. data/lib/faker/default/code.rb +269 -0
  41. data/lib/faker/default/coffee.rb +82 -0
  42. data/lib/faker/default/coin.rb +33 -0
  43. data/lib/faker/default/color.rb +150 -0
  44. data/lib/faker/default/commerce.rb +157 -0
  45. data/lib/faker/default/company.rb +571 -0
  46. data/lib/faker/default/compass.rb +202 -0
  47. data/lib/faker/default/computer.rb +63 -0
  48. data/lib/faker/default/construction.rb +83 -0
  49. data/lib/faker/default/cosmere.rb +138 -0
  50. data/lib/faker/default/crypto.rb +61 -0
  51. data/lib/faker/default/crypto_coin.rb +82 -0
  52. data/lib/faker/default/currency.rb +46 -0
  53. data/lib/faker/default/date.rb +153 -0
  54. data/lib/faker/default/dc_comics.rb +70 -0
  55. data/lib/faker/default/demographic.rb +94 -0
  56. data/lib/faker/default/dessert.rb +48 -0
  57. data/lib/faker/default/device.rb +85 -0
  58. data/lib/faker/default/driving_licence.rb +121 -0
  59. data/lib/faker/default/drone.rb +332 -0
  60. data/lib/faker/default/educator.rb +102 -0
  61. data/lib/faker/default/electrical_components.rb +48 -0
  62. data/lib/faker/default/emotion.rb +33 -0
  63. data/lib/faker/default/esport.rb +72 -0
  64. data/lib/faker/default/file.rb +81 -0
  65. data/lib/faker/default/fillmurray.rb +38 -0
  66. data/lib/faker/default/finance.rb +112 -0
  67. data/lib/faker/default/food.rb +126 -0
  68. data/lib/faker/default/funny_name.rb +90 -0
  69. data/lib/faker/default/gender.rb +46 -0
  70. data/lib/faker/default/greek_philosophers.rb +33 -0
  71. data/lib/faker/default/hacker.rb +103 -0
  72. data/lib/faker/default/hipster.rb +155 -0
  73. data/lib/faker/default/hobby.rb +22 -0
  74. data/lib/faker/default/house.rb +33 -0
  75. data/lib/faker/default/id_number.rb +410 -0
  76. data/lib/faker/default/industry_segments.rb +61 -0
  77. data/lib/faker/default/internet.rb +582 -0
  78. data/lib/faker/default/internet_http.rb +48 -0
  79. data/lib/faker/default/invoice.rb +123 -0
  80. data/lib/faker/default/job.rb +61 -0
  81. data/lib/faker/default/json.rb +125 -0
  82. data/lib/faker/default/kpop.rb +85 -0
  83. data/lib/faker/default/lorem.rb +250 -0
  84. data/lib/faker/default/lorem_flickr.rb +110 -0
  85. data/lib/faker/default/markdown.rb +170 -0
  86. data/lib/faker/default/marketing.rb +22 -0
  87. data/lib/faker/default/measurement.rb +175 -0
  88. data/lib/faker/default/military.rb +98 -0
  89. data/lib/faker/default/mountain.rb +33 -0
  90. data/lib/faker/default/name.rb +152 -0
  91. data/lib/faker/default/nation.rb +73 -0
  92. data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
  93. data/lib/faker/default/nhs.rb +53 -0
  94. data/lib/faker/default/number.rb +244 -0
  95. data/lib/faker/default/omniauth.rb +471 -0
  96. data/lib/faker/default/phone_number.rb +133 -0
  97. data/lib/faker/default/placeholdit.rb +52 -0
  98. data/lib/faker/default/programming_language.rb +33 -0
  99. data/lib/faker/default/relationship.rb +87 -0
  100. data/lib/faker/default/religion.rb +6 -0
  101. data/lib/faker/default/restaurant.rb +63 -0
  102. data/lib/faker/default/science.rb +154 -0
  103. data/lib/faker/default/slack_emoji.rb +124 -0
  104. data/lib/faker/default/source.rb +63 -0
  105. data/lib/faker/default/south_africa.rb +141 -0
  106. data/lib/faker/default/space.rb +191 -0
  107. data/lib/faker/default/string.rb +59 -0
  108. data/lib/faker/default/stripe.rb +126 -0
  109. data/lib/faker/default/subscription.rb +70 -0
  110. data/lib/faker/default/superhero.rb +72 -0
  111. data/lib/faker/default/tea.rb +41 -0
  112. data/lib/faker/default/team.rb +74 -0
  113. data/lib/faker/default/time.rb +149 -0
  114. data/lib/faker/default/twitter.rb +207 -0
  115. data/lib/faker/default/types.rb +160 -0
  116. data/lib/faker/default/university.rb +75 -0
  117. data/lib/faker/default/vehicle.rb +320 -0
  118. data/lib/faker/default/verb.rb +72 -0
  119. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  120. data/lib/faker/default/world_cup.rb +77 -0
  121. data/lib/faker/fantasy/tolkien.rb +67 -0
  122. data/lib/faker/games/clash_of_clans.rb +48 -0
  123. data/lib/faker/games/control.rb +113 -0
  124. data/lib/faker/games/dnd.rb +136 -0
  125. data/lib/faker/games/dota.rb +89 -0
  126. data/lib/faker/games/elder_scrolls.rb +139 -0
  127. data/lib/faker/games/fallout.rb +62 -0
  128. data/lib/faker/games/game.rb +48 -0
  129. data/lib/faker/games/half_life.rb +48 -0
  130. data/lib/faker/games/heroes.rb +61 -0
  131. data/lib/faker/games/heroes_of_the_storm.rb +72 -0
  132. data/lib/faker/games/league_of_legends.rb +87 -0
  133. data/lib/faker/games/minecraft.rb +113 -0
  134. data/lib/faker/games/myst.rb +74 -0
  135. data/lib/faker/games/overwatch.rb +48 -0
  136. data/lib/faker/games/pokemon.rb +48 -0
  137. data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
  138. data/lib/faker/games/street_fighter.rb +61 -0
  139. data/lib/faker/games/super_mario.rb +48 -0
  140. data/lib/faker/games/super_smash_bros.rb +35 -0
  141. data/lib/faker/games/tarkov.rb +205 -0
  142. data/lib/faker/games/touhou.rb +75 -0
  143. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  144. data/lib/faker/games/witcher.rb +126 -0
  145. data/lib/faker/games/world_of_warcraft.rb +60 -0
  146. data/lib/faker/games/zelda.rb +62 -0
  147. data/lib/faker/japanese_media/conan.rb +48 -0
  148. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  149. data/lib/faker/japanese_media/doraemon.rb +48 -0
  150. data/lib/faker/japanese_media/dragon_ball.rb +48 -0
  151. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  152. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  153. data/lib/faker/japanese_media/naruto.rb +61 -0
  154. data/lib/faker/japanese_media/one_piece.rb +87 -0
  155. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  156. data/lib/faker/japanese_media/sword_art_online.rb +61 -0
  157. data/lib/faker/locations/australia.rb +47 -0
  158. data/lib/faker/movies/back_to_the_future.rb +49 -0
  159. data/lib/faker/movies/departed.rb +49 -0
  160. data/lib/faker/movies/ghostbusters.rb +49 -0
  161. data/lib/faker/movies/hackers.rb +48 -0
  162. data/lib/faker/movies/harry_potter.rb +87 -0
  163. data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
  164. data/lib/faker/movies/hobbit.rb +62 -0
  165. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  166. data/lib/faker/movies/lebowski.rb +48 -0
  167. data/lib/faker/movies/lord_of_the_rings.rb +49 -0
  168. data/lib/faker/movies/movie.rb +33 -0
  169. data/lib/faker/movies/princess_bride.rb +36 -0
  170. data/lib/faker/movies/room.rb +63 -0
  171. data/lib/faker/movies/star_wars.rb +269 -0
  172. data/lib/faker/movies/tron.rb +161 -0
  173. data/lib/faker/movies/v_for_vendetta.rb +50 -0
  174. data/lib/faker/music/grateful_dead.rb +37 -0
  175. data/lib/faker/music/hiphop.rb +48 -0
  176. data/lib/faker/music/music.rb +145 -0
  177. data/lib/faker/music/opera.rb +298 -0
  178. data/lib/faker/music/pearl_jam.rb +50 -0
  179. data/lib/faker/music/phish.rb +48 -0
  180. data/lib/faker/music/prince.rb +64 -0
  181. data/lib/faker/music/rock_band.rb +34 -0
  182. data/lib/faker/music/rush.rb +37 -0
  183. data/lib/faker/music/show.rb +49 -0
  184. data/lib/faker/music/umphreys_mcgee.rb +22 -0
  185. data/lib/faker/quotes/chiquito.rb +80 -0
  186. data/lib/faker/quotes/quote.rb +111 -0
  187. data/lib/faker/quotes/rajnikanth.rb +27 -0
  188. data/lib/faker/quotes/shakespeare.rb +111 -0
  189. data/lib/faker/religion/bible.rb +50 -0
  190. data/lib/faker/sports/basketball.rb +61 -0
  191. data/lib/faker/sports/football.rb +74 -0
  192. data/lib/faker/sports/mountaineering.rb +22 -0
  193. data/lib/faker/sports/sport.rb +116 -0
  194. data/lib/faker/sports/volleyball.rb +74 -0
  195. data/lib/faker/travel/airport.rb +47 -0
  196. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
  197. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  198. data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
  199. data/lib/faker/tv_shows/breaking_bad.rb +37 -0
  200. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  201. data/lib/faker/tv_shows/buffy.rb +89 -0
  202. data/lib/faker/tv_shows/community.rb +38 -0
  203. data/lib/faker/tv_shows/dr_who.rb +115 -0
  204. data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
  205. data/lib/faker/tv_shows/family_guy.rb +51 -0
  206. data/lib/faker/tv_shows/final_space.rb +51 -0
  207. data/lib/faker/tv_shows/friends.rb +50 -0
  208. data/lib/faker/tv_shows/futurama.rb +65 -0
  209. data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
  210. data/lib/faker/tv_shows/hey_arnold.rb +50 -0
  211. data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
  212. data/lib/faker/tv_shows/michael_scott.rb +23 -0
  213. data/lib/faker/tv_shows/new_girl.rb +38 -0
  214. data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
  215. data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
  216. data/lib/faker/tv_shows/ru_paul.rb +37 -0
  217. data/lib/faker/tv_shows/seinfeld.rb +51 -0
  218. data/lib/faker/tv_shows/silicon_valley.rb +118 -0
  219. data/lib/faker/tv_shows/simpsons.rb +65 -0
  220. data/lib/faker/tv_shows/south_park.rb +38 -0
  221. data/lib/faker/tv_shows/spongebob.rb +50 -0
  222. data/lib/faker/tv_shows/star_trek.rb +63 -0
  223. data/lib/faker/tv_shows/stargate.rb +51 -0
  224. data/lib/faker/tv_shows/stranger_things.rb +38 -0
  225. data/lib/faker/tv_shows/suits.rb +37 -0
  226. data/lib/faker/tv_shows/supernatural.rb +48 -0
  227. data/lib/faker/tv_shows/the_expanse.rb +63 -0
  228. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
  229. data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
  230. data/lib/faker/tv_shows/the_office.rb +37 -0
  231. data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
  232. data/lib/faker/tv_shows/twin_peaks.rb +51 -0
  233. data/lib/faker/tv_shows/venture_bros.rb +65 -0
  234. data/lib/faker/version.rb +4 -2
  235. data/lib/faker.rb +170 -58
  236. data/lib/helpers/base58.rb +22 -0
  237. data/lib/helpers/char.rb +61 -0
  238. data/lib/helpers/unique_generator.rb +60 -0
  239. data/lib/locales/README.md +40 -0
  240. data/lib/locales/ar.yml +106 -0
  241. data/lib/locales/bg.yml +44 -0
  242. data/lib/locales/ca-CAT.yml +24 -0
  243. data/lib/locales/ca.yml +23 -0
  244. data/lib/locales/da-DK.yml +72 -0
  245. data/lib/locales/de-AT.yml +57 -0
  246. data/lib/locales/de-CH.yml +1713 -0
  247. data/lib/locales/de.yml +131 -9
  248. data/lib/locales/ee.yml +61 -0
  249. data/lib/locales/en/README.md +13 -0
  250. data/lib/locales/en/address.yml +586 -0
  251. data/lib/locales/en/adjective.yml +179 -0
  252. data/lib/locales/en/airport.yml +381 -0
  253. data/lib/locales/en/ancient.yml +7 -0
  254. data/lib/locales/en/animal.yml +6 -0
  255. data/lib/locales/en/app.yml +8 -0
  256. data/lib/locales/en/appliance.yml +5 -0
  257. data/lib/locales/en/aqua_teen_hunger_force.yml +36 -0
  258. data/lib/locales/en/artist.yml +4 -0
  259. data/lib/locales/en/australia.yml +107 -0
  260. data/lib/locales/en/back_to_the_future.yml +120 -0
  261. data/lib/locales/en/bank.yml +302 -0
  262. data/lib/locales/en/barcode.yml +24 -0
  263. data/lib/locales/en/basketball.yml +99 -0
  264. data/lib/locales/en/beer.yml +9 -0
  265. data/lib/locales/en/bible.yml +90 -0
  266. data/lib/locales/en/big_bang_theory.yml +38 -0
  267. data/lib/locales/en/bird.yml +1281 -0
  268. data/lib/locales/en/blood.yml +13 -0
  269. data/lib/locales/en/bojack_horseman.yml +6 -0
  270. data/lib/locales/en/book.yml +491 -0
  271. data/lib/locales/en/bossa_nova.yml +6 -0
  272. data/lib/locales/en/breaking_bad.yml +28 -0
  273. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  274. data/lib/locales/en/buffy.yml +260 -0
  275. data/lib/locales/en/business.yml +5 -0
  276. data/lib/locales/en/camera.yml +611 -0
  277. data/lib/locales/en/cannabis.yml +13 -0
  278. data/lib/locales/en/cat.yml +7 -0
  279. data/lib/locales/en/chiquito.yml +64 -0
  280. data/lib/locales/en/chuck_norris.yml +82 -0
  281. data/lib/locales/en/clash_of_clan.yml +101 -0
  282. data/lib/locales/en/code.yml +4 -0
  283. data/lib/locales/en/coffee.yml +31 -0
  284. data/lib/locales/en/coin.yml +6 -0
  285. data/lib/locales/en/color.yml +4 -0
  286. data/lib/locales/en/commerce.yml +28 -0
  287. data/lib/locales/en/community.yml +33 -0
  288. data/lib/locales/en/company.yml +22 -0
  289. data/lib/locales/en/compass.yml +34 -0
  290. data/lib/locales/en/computer.yml +55 -0
  291. data/lib/locales/en/conan.yml +171 -0
  292. data/lib/locales/en/construction.yml +425 -0
  293. data/lib/locales/en/control.yml +247 -0
  294. data/lib/locales/en/cosmere.yml +57 -0
  295. data/lib/locales/en/cowboy_bebop.yml +163 -0
  296. data/lib/locales/en/crypto_coin.yml +25 -0
  297. data/lib/locales/en/culture_series.yml +307 -0
  298. data/lib/locales/en/currency.yml +6 -0
  299. data/lib/locales/en/dc_comics.yml +52 -0
  300. data/lib/locales/en/demographic.yml +221 -0
  301. data/lib/locales/en/departed.yml +50 -0
  302. data/lib/locales/en/dessert.yml +6 -0
  303. data/lib/locales/en/device.yml +115 -0
  304. data/lib/locales/en/dnd.yml +451 -0
  305. data/lib/locales/en/dog.yml +11 -0
  306. data/lib/locales/en/doraemon.yml +286 -0
  307. data/lib/locales/en/dota.yml +693 -0
  308. data/lib/locales/en/dr_who.yml +96 -0
  309. data/lib/locales/en/dragon_ball.yml +246 -0
  310. data/lib/locales/en/driving_license.yml +181 -0
  311. data/lib/locales/en/drone.yml +95 -0
  312. data/lib/locales/en/dumb_and_dumber.yml +59 -0
  313. data/lib/locales/en/dune.yml +298 -0
  314. data/lib/locales/en/educator.yml +80 -0
  315. data/lib/locales/en/elder_scrolls.yml +585 -0
  316. data/lib/locales/en/electrical_components.yml +6 -0
  317. data/lib/locales/en/emotion.yml +480 -0
  318. data/lib/locales/en/esport.yml +8 -0
  319. data/lib/locales/en/fallout.yml +315 -0
  320. data/lib/locales/en/family_guy.yml +7 -0
  321. data/lib/locales/en/file.yml +13 -0
  322. data/lib/locales/en/final_space.yml +37 -0
  323. data/lib/locales/en/finance.yml +189 -0
  324. data/lib/locales/en/fma_brotherhood.yml +78 -0
  325. data/lib/locales/en/food.yml +1057 -0
  326. data/lib/locales/en/football.yml +8 -0
  327. data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
  328. data/lib/locales/en/friends.yml +6 -0
  329. data/lib/locales/en/funny_name.yml +4 -0
  330. data/lib/locales/en/futurama.yml +344 -0
  331. data/lib/locales/en/game.yml +294 -0
  332. data/lib/locales/en/game_of_thrones.yml +8 -0
  333. data/lib/locales/en/gender.yml +6 -0
  334. data/lib/locales/en/ghostbusters.yml +91 -0
  335. data/lib/locales/en/grateful_dead.yml +48 -0
  336. data/lib/locales/en/greek_philosophers.yml +26 -0
  337. data/lib/locales/en/hacker.yml +8 -0
  338. data/lib/locales/en/hackers.yml +53 -0
  339. data/lib/locales/en/half_life.yml +88 -0
  340. data/lib/locales/en/harry_potter.yml +9 -0
  341. data/lib/locales/en/heroes.yml +411 -0
  342. data/lib/locales/en/heroes_of_the_storm.yml +134 -0
  343. data/lib/locales/en/hey_arnold.yml +24 -0
  344. data/lib/locales/en/hipster.yml +4 -0
  345. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
  346. data/lib/locales/en/hobby.yml +171 -0
  347. data/lib/locales/en/horse.yml +6 -0
  348. data/lib/locales/en/house.yml +5 -0
  349. data/lib/locales/en/how_i_met_your_mother.yml +28 -0
  350. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  351. data/lib/locales/en/id_number.yml +5 -0
  352. data/lib/locales/en/industry_segments.yml +7 -0
  353. data/lib/locales/en/internet.yml +155 -0
  354. data/lib/locales/en/invoice.yml +6 -0
  355. data/lib/locales/en/jack_handey.yml +54 -0
  356. data/lib/locales/en/job.yml +15 -0
  357. data/lib/locales/en/kamen_rider.yml +452 -0
  358. data/lib/locales/en/kpop.yml +83 -0
  359. data/lib/locales/en/league_of_legends.yml +289 -0
  360. data/lib/locales/en/lebowski.yml +43 -0
  361. data/lib/locales/en/lorem.yml +11 -0
  362. data/lib/locales/en/lovecraft.yml +79 -0
  363. data/lib/locales/en/markdown.yml +5 -0
  364. data/lib/locales/en/marketing.yml +4 -0
  365. data/lib/locales/en/measurement.yml +11 -0
  366. data/lib/locales/en/michael_scott.yml +45 -0
  367. data/lib/locales/en/military.yml +182 -0
  368. data/lib/locales/en/minecraft.yml +663 -0
  369. data/lib/locales/en/mountain.yml +171 -0
  370. data/lib/locales/en/mountaineering.yml +14 -0
  371. data/lib/locales/en/movie.yml +197 -0
  372. data/lib/locales/en/music.yml +464 -0
  373. data/lib/locales/en/myst.yml +104 -0
  374. data/lib/locales/en/name.yml +26 -0
  375. data/lib/locales/en/naruto.yml +230 -0
  376. data/lib/locales/en/nation.yml +11 -0
  377. data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
  378. data/lib/locales/en/new_girl.yml +40 -0
  379. data/lib/locales/en/one_piece.yml +9 -0
  380. data/lib/locales/en/opera.yml +340 -0
  381. data/lib/locales/en/overwatch.yml +2652 -0
  382. data/lib/locales/en/parks_and_rec.yml +7 -0
  383. data/lib/locales/en/pearl_jam.yml +213 -0
  384. data/lib/locales/en/phish.yml +395 -0
  385. data/lib/locales/en/phone_number.yml +7 -0
  386. data/lib/locales/en/pokemon.yml +421 -0
  387. data/lib/locales/en/prince.yml +227 -0
  388. data/lib/locales/en/princess_bride.yml +5 -0
  389. data/lib/locales/en/programming_language.yml +6 -0
  390. data/lib/locales/en/quote.yml +695 -0
  391. data/lib/locales/en/rajnikanth.yml +77 -0
  392. data/lib/locales/en/relationship.yml +10 -0
  393. data/lib/locales/en/restaurant.yml +129 -0
  394. data/lib/locales/en/rick_and_morty.yml +6 -0
  395. data/lib/locales/en/rock_band.yml +5 -0
  396. data/lib/locales/en/room.yml +68 -0
  397. data/lib/locales/en/rupaul.yml +125 -0
  398. data/lib/locales/en/rush.yml +32 -0
  399. data/lib/locales/en/science.yml +484 -0
  400. data/lib/locales/en/seinfeld.yml +6 -0
  401. data/lib/locales/en/shakespeare.yml +53 -0
  402. data/lib/locales/en/show.yml +597 -0
  403. data/lib/locales/en/silicon_valley.yml +53 -0
  404. data/lib/locales/en/simpsons.yml +694 -0
  405. data/lib/locales/en/slack_emoji.yml +20 -0
  406. data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
  407. data/lib/locales/en/source.yml +51 -0
  408. data/lib/locales/en/south_park.yml +5 -0
  409. data/lib/locales/en/space.yml +17 -0
  410. data/lib/locales/en/spongebob.yml +489 -0
  411. data/lib/locales/en/sport.yml +130 -0
  412. data/lib/locales/en/star_trek.yml +7 -0
  413. data/lib/locales/en/star_wars.yml +606 -0
  414. data/lib/locales/en/stargate.yml +21 -0
  415. data/lib/locales/en/stranger_thing.yml +36 -0
  416. data/lib/locales/en/street_fighter.yml +1524 -0
  417. data/lib/locales/en/stripe.yml +42 -0
  418. data/lib/locales/en/studio_ghibli.yml +107 -0
  419. data/lib/locales/en/subscription.yml +8 -0
  420. data/lib/locales/en/suits.yml +45 -0
  421. data/lib/locales/en/super_mario.yml +58 -0
  422. data/lib/locales/en/super_smash_bros.yml +223 -0
  423. data/lib/locales/en/superhero.yml +12 -0
  424. data/lib/locales/en/supernatural.yml +141 -0
  425. data/lib/locales/en/sword_art_online.yml +334 -0
  426. data/lib/locales/en/tarkov.yml +593 -0
  427. data/lib/locales/en/tea.yml +172 -0
  428. data/lib/locales/en/team.yml +8 -0
  429. data/lib/locales/en/the_expanse.yml +7 -0
  430. data/lib/locales/en/the_it_crowd.yml +155 -0
  431. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  432. data/lib/locales/en/the_office.yml +86 -0
  433. data/lib/locales/en/the_thick_of_it.yml +6 -0
  434. data/lib/locales/en/tolkien.yml +2453 -0
  435. data/lib/locales/en/touhou.yml +839 -0
  436. data/lib/locales/en/tron.yml +227 -0
  437. data/lib/locales/en/twin_peaks.yml +6 -0
  438. data/lib/locales/en/umphreys_mcgee.yml +4 -0
  439. data/lib/locales/en/university.yml +10 -0
  440. data/lib/locales/en/v_for_vendetta.yml +163 -0
  441. data/lib/locales/en/vehicle.yml +2814 -0
  442. data/lib/locales/en/venture_bros.yml +7 -0
  443. data/lib/locales/en/verbs.yml +8 -0
  444. data/lib/locales/en/volleyball.yml +501 -0
  445. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  446. data/lib/locales/en/witcher.yml +430 -0
  447. data/lib/locales/en/world_cup.yml +271 -0
  448. data/lib/locales/en/world_of_warcraft.yml +126 -0
  449. data/lib/locales/en/yoda.yml +4 -0
  450. data/lib/locales/en/zelda.yml +966 -0
  451. data/lib/locales/en-AU.yml +67 -0
  452. data/lib/locales/{en-bork.yml → en-BORK.yml} +1 -1
  453. data/lib/locales/en-CA.yml +39 -0
  454. data/lib/locales/{en-gb.yml → en-GB.yml} +3 -3
  455. data/lib/locales/{en-ind.yml → en-IND.yml} +10 -4
  456. data/lib/locales/en-MS.yml +48 -0
  457. data/lib/locales/en-NEP.yml +52 -0
  458. data/lib/locales/en-NG.yml +77 -0
  459. data/lib/locales/en-NZ.yml +165 -0
  460. data/lib/locales/en-PAK.yml +19 -0
  461. data/lib/locales/en-SG.yml +36 -0
  462. data/lib/locales/en-TH.yml +360 -0
  463. data/lib/locales/en-UG.yml +128 -0
  464. data/lib/locales/en-US.yml +128 -0
  465. data/lib/locales/en-ZA.yml +147 -0
  466. data/lib/locales/en-au-ocker.yml +34 -0
  467. data/lib/locales/en.yml +6 -67
  468. data/lib/locales/es-AR.yml +4600 -0
  469. data/lib/locales/es-MX.yml +104 -0
  470. data/lib/locales/es.yml +149 -0
  471. data/lib/locales/fa.yml +12 -0
  472. data/lib/locales/fi-FI.yml +36 -0
  473. data/lib/locales/fr/address.yml +20 -0
  474. data/lib/locales/fr/adjective.yml +266 -0
  475. data/lib/locales/fr/ancient.yml +141 -0
  476. data/lib/locales/fr/animal.yml +5 -0
  477. data/lib/locales/fr/appliance.yml +4 -0
  478. data/lib/locales/fr/book.yml +7 -0
  479. data/lib/locales/fr/color.yml +4 -0
  480. data/lib/locales/fr/company.yml +17 -0
  481. data/lib/locales/fr/compass.yml +23 -0
  482. data/lib/locales/fr/demographic.yml +4 -0
  483. data/lib/locales/fr/gender.yml +6 -0
  484. data/lib/locales/fr/internet.yml +5 -0
  485. data/lib/locales/fr/lorem.yml +5 -0
  486. data/lib/locales/fr/measurement.yml +7 -0
  487. data/lib/locales/fr/name.yml +21 -0
  488. data/lib/locales/fr/phone_number.yml +7 -0
  489. data/lib/locales/fr/pokemon.yml +7 -0
  490. data/lib/locales/fr-CA.yml +106 -0
  491. data/lib/locales/fr-CH.yml +77 -0
  492. data/lib/locales/fr.yml +1 -51
  493. data/lib/locales/he.yml +27 -0
  494. data/lib/locales/hy.yml +411 -0
  495. data/lib/locales/id.yml +26 -0
  496. data/lib/locales/it.yml +71 -0
  497. data/lib/locales/ja/README.md +13 -0
  498. data/lib/locales/ja/address.yml +120539 -0
  499. data/lib/locales/ja/adjective.yml +148 -0
  500. data/lib/locales/ja/ancient.yml +4 -0
  501. data/lib/locales/ja/animal.yml +5 -0
  502. data/lib/locales/ja/bank.yml +4 -0
  503. data/lib/locales/ja/book.yml +7 -0
  504. data/lib/locales/ja/cat.yml +5 -0
  505. data/lib/locales/ja/coffee.yml +4 -0
  506. data/lib/locales/ja/color.yml +4 -0
  507. data/lib/locales/ja/commerce.yml +11 -0
  508. data/lib/locales/ja/company.yml +8 -0
  509. data/lib/locales/ja/dog.yml +6 -0
  510. data/lib/locales/ja/emotion.yml +51 -0
  511. data/lib/locales/ja/food.yml +4 -0
  512. data/lib/locales/ja/gender.yml +4 -0
  513. data/lib/locales/ja/lorem.yml +9 -0
  514. data/lib/locales/ja/name.yml +13 -0
  515. data/lib/locales/ja/naruto.yml +230 -0
  516. data/lib/locales/ja/overwatch.yml +5 -0
  517. data/lib/locales/ja/phone_number.yml +7 -0
  518. data/lib/locales/ja/pokemon.yml +7 -0
  519. data/lib/locales/ja/relationship.yml +10 -0
  520. data/lib/locales/ja/restaurant.yml +11 -0
  521. data/lib/locales/ja/space.yml +5 -0
  522. data/lib/locales/ja/studio_ghibli.yml +112 -0
  523. data/lib/locales/ja/subscription.yml +8 -0
  524. data/lib/locales/ja/super_mario.yml +9 -0
  525. data/lib/locales/ja/super_smash_bros.yml +8 -0
  526. data/lib/locales/ja/university.yml +9 -0
  527. data/lib/locales/ja/zelda.yml +5 -0
  528. data/lib/locales/ko.yml +132 -0
  529. data/lib/locales/lt.yml +34 -0
  530. data/lib/locales/lv.yml +55 -0
  531. data/lib/locales/mi-NZ.yml +281 -0
  532. data/lib/locales/{no-nb.yml → nb-NO.yml} +20 -8
  533. data/lib/locales/nl.yml +45 -30
  534. data/lib/locales/no.yml +7 -0
  535. data/lib/locales/pl.yml +20 -10
  536. data/lib/locales/pt-BR.yml +725 -0
  537. data/lib/locales/{pt-br.yml → pt.yml} +25 -15
  538. data/lib/locales/ru.yml +117 -0
  539. data/lib/locales/sk.yml +80 -0
  540. data/lib/locales/sv.yml +81 -0
  541. data/lib/locales/th.yml +380 -0
  542. data/lib/locales/tr.yml +40 -0
  543. data/lib/locales/uk.yml +88 -0
  544. data/lib/locales/vi.yml +8 -3
  545. data/lib/locales/zh-CN.yml +56 -0
  546. data/lib/locales/zh-TW.yml +29 -0
  547. metadata +731 -97
  548. data/History.txt +0 -103
  549. data/lib/extensions/array.rb +0 -7
  550. data/lib/extensions/symbol.rb +0 -9
  551. data/lib/faker/address.rb +0 -49
  552. data/lib/faker/company.rb +0 -26
  553. data/lib/faker/internet.rb +0 -71
  554. data/lib/faker/lorem.rb +0 -59
  555. data/lib/faker/name.rb +0 -22
  556. data/lib/faker/phone_number.rb +0 -17
  557. data/lib/locales/de-ch.yml +0 -19
  558. data/lib/locales/en-au.yml +0 -22
  559. data/lib/locales/en-ca.yml +0 -14
  560. data/lib/locales/en-us.yml +0 -6
  561. data/test/test_faker.rb +0 -29
  562. data/test/test_faker_city.rb +0 -45
  563. data/test/test_faker_internet.rb +0 -56
  564. data/test/test_faker_lorem.rb +0 -69
  565. data/test/test_faker_name.rb +0 -20
  566. data/test/test_faker_street.rb +0 -44
  567. data/test/test_flexible.rb +0 -56
  568. data/test/test_helper.rb +0 -5
  569. data/test/test_locale.rb +0 -41
@@ -0,0 +1,839 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ touhou:
5
+ games:
6
+ - Highly Responsive to Prayers
7
+ - Story of Eastern Wonderland
8
+ - Phantasmagoria of Dim. Dream
9
+ - Lotus Land Story
10
+ - Mystic Square
11
+ - Embodiment of Scarlet Devil
12
+ - Perfect Cherry Blossom
13
+ - Imperishable Night
14
+ - Immaterial and Missing Power
15
+ - Phantasmagoria of Flower View
16
+ - Shoot the Bullet
17
+ - Mountain of Faith
18
+ - Scarlet Weather Rhapsody
19
+ - Subterranean Animism
20
+ - Undefined Fantastic Object
21
+ - Touhou Hisoutensoku
22
+ - Double Spoiler
23
+ - Fairy Wars
24
+ - Ten Desires
25
+ - Hopeless Masquerade
26
+ - Double Dealing Character
27
+ - Impossible Spell Card
28
+ - Urban Legend in Limbo
29
+ - Legacy of Lunatic Kingdom
30
+ - Hidden Star in Four Seasons
31
+ - Antinomy of Common Flowers
32
+ - Violet Detector
33
+ - Wily Beast and Weakest Creature
34
+ characters:
35
+ - Alice Margatroid
36
+ - Aya Shameimaru
37
+ - Aya Shameimaru
38
+ - Benben Tsukumo
39
+ - Byakuren Hijiri
40
+ - Chen
41
+ - Cirno
42
+ - Clownpiece
43
+ - Daiyousei
44
+ - Doremy Sweet
45
+ - Eika Ebisu
46
+ - Eirin Yagokoro
47
+ - Flandre Scarlet
48
+ - Fujiwara no Mokou
49
+ - Hata no Kokoro
50
+ - Hatate Himekaidou
51
+ - Hecatia Lapislazuli
52
+ - Hieda no Akyu
53
+ - Hina Kagiyama
54
+ - Hong Meiling
55
+ - Ichirin Kumoi
56
+ - Iku Nagae
57
+ - Junko
58
+ - Kagerou Imaizumi
59
+ - Kaguya Houraisan
60
+ - Kana Anaberal
61
+ - Kanako Yasaka
62
+ - Kasen Ibaraki
63
+ - Keiki Haniyasushin
64
+ - Keine Kamishirasawa
65
+ - Kikuri
66
+ - Kisume
67
+ - Koakuma
68
+ - Kogasa Tatara
69
+ - Koishi Komeiji
70
+ - Komachi Onozuka
71
+ - Konngara
72
+ - Kosuzu Motoori
73
+ - Kotohime
74
+ - Kurumi
75
+ - Kutaka Niwatari
76
+ - Layla Prismriver
77
+ - Letty Whiterock
78
+ - Lily White
79
+ - Luna Child
80
+ - Lunasa Prismriver
81
+ - Lyrica Prismriver
82
+ - Mai
83
+ - Mamizou Futatsuiwa
84
+ - Maribel Hearn
85
+ - Marisa Kirisame
86
+ - Mayumi Joutouguu
87
+ - Medicine Melancholy
88
+ - Merlin Prismriver
89
+ - Minamitsu Murasa
90
+ - Minoriko Aki
91
+ - Momiji Inubashiri
92
+ - Mononobe no Futo
93
+ - Mystia Lorelei
94
+ - Nazrin
95
+ - Nitori Kawashiro
96
+ - Nue Houjuu
97
+ - Parsee Mizuhashi
98
+ - Patchouli Knowledge
99
+ - Raiko Horikawa
100
+ - Ran Yakumo
101
+ - Reimu Hakurei
102
+ - Reisen Udongein Inaba
103
+ - Remilia Scarlet
104
+ - Renko Usami
105
+ - Rin Kaenbyou
106
+ - Rin Satsuki
107
+ - Ringo
108
+ - Rinnosuke Morichika
109
+ - Rumia
110
+ - Sagume Kishin
111
+ - Saki Kurokoma
112
+ - Sakuya Izayoi
113
+ - Sanae Kochiya
114
+ - Satori Komeiji
115
+ - Seiga Kaku
116
+ - Seija Kijin
117
+ - Seiran
118
+ - Sekibanki
119
+ - Shikieiki Yamaxanadu
120
+ - Shinmyoumaru Sukuna
121
+ - Shizuha Aki
122
+ - Shou Toramaru
123
+ - Soga no Tojiko
124
+ - Star Sapphire
125
+ - Suika Ibuki
126
+ - Sumireko Usami
127
+ - Sunny Milk
128
+ - Suwako Moriya
129
+ - Tenshi Hinanawi
130
+ - Tewi Inaba
131
+ - Toyosatomimi no Miko
132
+ - Utsuho Reiuji
133
+ - Wakasagihime
134
+ - Watatsuki no Toyohime
135
+ - Watatsuki no Yorihime
136
+ - Wriggle Nightbug
137
+ - Yachie Kicchou
138
+ - Yamame Kurodani
139
+ - Yatsuhashi Tsukumo
140
+ - Yoshika Miyako
141
+ - Youmu Konpaku
142
+ - Yukari Yakumo
143
+ - Yuugi Hoshiguma
144
+ - Yuuka Kazami
145
+ - Yuyuko Saigyouji
146
+ spell_cards:
147
+ - Spirit Sign "Yin-Yang Sign"
148
+ - Spirit Sign "Fantasy Seal"
149
+ - Spirit Sign "Hakurei Illusion"
150
+ - Magic Sign "Stardust"
151
+ - Magic Sign "Stardust Reverie"
152
+ - Magic Sign "Illusion Star"
153
+ - Time Sign "Private Vision"
154
+ - Time Sign "Mysterious Jack"
155
+ - Hesitation Sign "Sword of Binding Desires"
156
+ - Hesitation Sign "Half Body Disillusion"
157
+ - Wave Sign "Lunar Surface Ripple (Luna Wave)"
158
+ - Scatter Sign "Dream of Prosperity (Luna Megalopolis)"
159
+ - Freeze Sign "Perfect Freeze"
160
+ - Freeze Sign "Cold Divinity"
161
+ - Noise Sign "Soul Noise Flow"
162
+ - Noise Sign "Lyrica Solo Live"
163
+ - Bird Sign "Human Cage"
164
+ - Bird Sign "Human Cage Double"
165
+ - Bird Sign "Mysterious Song"
166
+ - Rabbit Sign "Great Fortune Crest"
167
+ - Rabbit Sign "Bare White Rabbit of Inaba"
168
+ - Flower Sign "Blossoming of Gensokyo"
169
+ - Fantasy "The Beauties of Nature"
170
+ - Wind Sign "Wind God's Fan"
171
+ - Gust "Wind God Girl"
172
+ - Poison Sign "Nerve Poison"
173
+ - Poison Sign "A Poison for Melancholy"
174
+ - Thrown Coins "Yesterday's Money"
175
+ - Shinigami "Higan Retour"
176
+ - Guilt Sign "Wandering Sin"
177
+ - Judgement "Last Judgement"
178
+ - Noise Sign "Soul Go Happy"
179
+ - Noise Sign "Merlin Happy Live"
180
+ - Noise Sign "Noise Melancholy"
181
+ - Noise Sign "Lunasa Solo Live"
182
+ - Leaf Sign "Falling Leaves of Madness"
183
+ - Fall Sign "Fall Sky"
184
+ - Fall Sign "The Fall Sky and a Maiden's Heart"
185
+ - Plenty Sign "Owotoshi Harvester"
186
+ - Bumper Crop "Promise of the Wheat God"
187
+ - Bad Luck Sign "Bad Fortune"
188
+ - Bad Luck Sign "Biorhythm of the Misfortune God"
189
+ - Flawed Sign "Broken Amulet"
190
+ - Scar "Broken Charm of Protection"
191
+ - Evil Spirit "Misfortune's Wheel"
192
+ - Fate "Old Lady Ohgane's Fire"
193
+ - Wound Sign "Pain Flow"
194
+ - Wound Sign "Exiled Doll"
195
+ - Optics "Optical Camouflage"
196
+ - Optics "Hydro Camouflage"
197
+ - Flood "Ooze Fooding"
198
+ - Flood "Diluvial Mere"
199
+ - Drown "Trauma in the Glimmering Depths"
200
+ - Water Sign "Kappa's Pororoca"
201
+ - Water Sign "Kappa's Flash Flood"
202
+ - Water Sign "Kappa's Great Illusionary Waterfall"
203
+ - Kappa "Monster Cucumber"
204
+ - Kappa "Exteeeending Aaaaarm"
205
+ - Kappa "Spin the Cephalic Plate"
206
+ - Crossroad Sign "Crossroads of Heaven"
207
+ - Crossroad Sign "Saruta Cross"
208
+ - Wind God "Wind God's Leaf-Veiling"
209
+ - Wind God "Tengu's Fall Wind"
210
+ - Wind God "Storm Day"
211
+ - "Illusionary Dominance"
212
+ - "Peerless Wind God"
213
+ - Blockade Sign "Mountain God's Procession"
214
+ - Blockade Sign "Advent of the Divine Grandson"
215
+ - Blockade Sign "Terukuni Shining Through Heaven and Earth"
216
+ - Esoterica "Gray Thaumaturgy"
217
+ - Esoterica "Forgotten Ritual"
218
+ - Esoterica "Secretly Inherited Art of Danmaku"
219
+ - Miracle "Daytime Guest Stars"
220
+ - Miracle "Night with Bright Guest Stars"
221
+ - Miracle "Night with Overly Bright Guest Stars"
222
+ - Sea Parting "The Day the Sea Split"
223
+ - Sea Parting "Moses' Miracle"
224
+ - Preparation "Star Ritual to Call the Godly Winds"
225
+ - Preparation "Summon Takeminakata"
226
+ - Miracle "God's Wind"
227
+ - Great Miracle "Yasaka's Divine Wind"
228
+ - Divine Festival "Expanded Onbashira"
229
+ - Weird Festival "Medoteko Boisterous Dance"
230
+ - Rice Porridge in Tube "God's Rice Porridge"
231
+ - Forgotten Grain "Unremembered Crop"
232
+ - Divine Grain "Divining Crop"
233
+ - Sacrifice Sign "Misayama Hunting Shrine Ritual"
234
+ - Mystery "Kuzui Clear Water"
235
+ - Mystery "Yamato Torus"
236
+ - Heaven's Stream "Miracle of Otensui"
237
+ - Heaven's Dragon "Source of Rains"
238
+ - "Mountain of Faith"
239
+ - "Divine Virtues of Wind God"
240
+ - God Sign "Beautiful Spring like Suiga"
241
+ - God Sign "Ancient Fate Linked by Cedars"
242
+ - God Sign "Omiwatari that God Walked"
243
+ - Party Start "Two Bows, Two Claps, and One Bow"
244
+ - Native God "Lord Long-Arm and Lord Long-Leg"
245
+ - Divine Tool "Moriya's Iron Ring"
246
+ - Spring Sign "Jade of the Horrid River"
247
+ - Frog Hunt "The Snake Eats the Croaking Frog"
248
+ - Native God "Seven Stones and Seven Trees"
249
+ - Native God "Froggy Braves the Wind and Rain"
250
+ - Native God "Red Frogs of Houei Four"
251
+ - "Suwa War ~ Native Myth vs. Central Myth"
252
+ - Scourge Sign "Mishaguji-sama"
253
+ - Trap Sign "Capture Web"
254
+ - Spider "Cave Spider's Nest"
255
+ - Miasma Sign "Filled Miasma"
256
+ - Miasma "Unexplained Fever"
257
+ - Jealousy Sign "Green-Eyed Monster"
258
+ - Envy "Green-Eyed Invisible Monster"
259
+ - Grandpa Hanasaka "Jealousy of the Kind & Lovely"
260
+ - Grandpa Hanasaka "Shiro's Ashes"
261
+ - Tongue-Cut Sparrow "Hate for the Humble & Rich"
262
+ - Tongue-Cut Sparrow "Large Box & Small Box"
263
+ - Malice Sign "Shrine Visit in the Dead of Night"
264
+ - Malice Sign "Day 7 of the Shrine Visits in the Dead of Night"
265
+ - Oni Sign "Anomalies, Strength, Disorder, & Spirits"
266
+ - Mysterious Ring "Hell's Wheel of Pain"
267
+ - Shackles Sign "Shackles a Criminal Can't Take Off"
268
+ - Feat of Strength "Storm on Mt. Ooe"
269
+ - Feat of Strength "Wind Blowing Down from Mt. Ooe"
270
+ - Big Four Arcanum "Knock Out In Three Steps"
271
+ - Recollection "Terrible Souvenir"
272
+ - Recollection "Terrifying Hypnotism"
273
+ - Recollection "Double Black Death Butterfly"
274
+ - Recollection "Flying Insect's Nest"
275
+ - Recollection "Border of Wave & Particle"
276
+ - Recollection "Mt. Togakushi Toss"
277
+ - Recollection "Night Parade of a Million Demons"
278
+ - Recollection "Deep Fog Labyrinth"
279
+ - Recollection "Wind God's Leaf-Veiling"
280
+ - Recollection "Tengu's Macroburst"
281
+ - Recollection "Torii Whorl-Wind"
282
+ - Recollection "Spring Kyoto Dolls"
283
+ - Recollection "Straw Doll Kamikaze"
284
+ - Recollection "Return Inanimateness"
285
+ - Recollection "Mercury Poison"
286
+ - Recollection "Princess Undine"
287
+ - Recollection "Philosopher's Stone"
288
+ - Recollection "Extending Arm"
289
+ - Recollection "Kappa's Pororoca"
290
+ - Recollection "Trauma in the Glimmering Depths"
291
+ - Cat Sign "Cat's Walk"
292
+ - Cat Sign "Vengeful Cat Spirit's Erratic Step"
293
+ - Cursed Sprite "Zombie Fairy"
294
+ - 'Cursed Sprite "Vengeful Spirit: Possessed Fairy"'
295
+ - Malicious Spirit "Spleen Eater"
296
+ - Corpse Spirit "Vengeful Cannibal Spirit"
297
+ - Atonement "Needle Mountain of a Former Hell"
298
+ - Atonement "The Needles of Yore & the Vengeful Spirits in Pain"
299
+ - "Rekindling of Dead Ashes"
300
+ - "Small Demon's Revival"
301
+ - Youkai "Blazing Wheel"
302
+ - Atomic Fire "Nuclear Fusion"
303
+ - Atomic Fire "Nuclear Excursion"
304
+ - Atomic Fire "Uncontainable Nuclear Reaction"
305
+ - Explosion Sign "Petit Flare"
306
+ - Explosion Sign "Mega Flare"
307
+ - Explosion Sign "Giga Flare"
308
+ - Explosion Sign "Peta Flare"
309
+ - Blazing Star "Fixed Star"
310
+ - Blazing Star "Planetary Revolution"
311
+ - Blazing Star "Ten Evil Stars"
312
+ - "Hell & Heaven Meltdown"
313
+ - "Hell's Tokamak"
314
+ - "Hell's Artificial Sun"
315
+ - "Subterranean Sun"
316
+ - Esoterica "Nine Syllable Stabs"
317
+ - Miracle "Miracle Fruit"
318
+ - Divine Virtue "Bumper Crop Rice Shower"
319
+ - Image "All Ancestors Standing Beside Your Bed"
320
+ - Image "Danmaku Paranoia"
321
+ - Instinct "Release of the Id"
322
+ - Suppression "Super-Ego"
323
+ - Response "Youkai Polygraph"
324
+ - Unconscious "Rorschach in Danmaku"
325
+ - Rekindled "The Embers of Love"
326
+ - Depths "Genetics of the Unconscious"
327
+ - "Philosophy of a Hated Person"
328
+ - "Subterranean Rose"
329
+ - Rod Sign "Busy Rod"
330
+ - Search Sign "Rare Metal Detector"
331
+ - Search Sign "Gold Detector"
332
+ - Vision Sign "Nazrin Pendulum"
333
+ - Vision Sign "High Sensitivity Nazrin Pendulum"
334
+ - Defense Sign "Pendulum Guard"
335
+ - Large Ring "Umbrella Halo"
336
+ - Large Ring "Hello Forgotten World"
337
+ - Umbrella Sign "Parasol Star Symphony"
338
+ - Umbrella Sign "Parasol Star Memories"
339
+ - Rain Sign "A Rainy Night's Ghost Story"
340
+ - Umbrella "Super Water-Repelling Bone-Dry Monster"
341
+ - Monster Sign "A Forgotten Umbrella's Night Train"
342
+ - Monster Train "Spare Umbrella Express Night Carnival"
343
+ - Iron Fist "An Unarguable Youkai Punch"
344
+ - Divine Fist "Hell Thrust from Above the Clouds"
345
+ - Divine Fist "Hell Thrust from the Heavenly Seas"
346
+ - Fist Sign "Heavenly Net Sandbag"
347
+ - Barrage "Cloud World Kraken Strike"
348
+ - Barrage "King Kraken Strike"
349
+ - Hand Strike "Fist Smash"
350
+ - Annihilation "Consecutive Hooks Throughout Heaven & Earth"
351
+ - Thunderous Yell "A Scolding from a Traditional Old Man"
352
+ - Rage "Calamity Scolding Scorch"
353
+ - Rage "First & Last of Its Kind Scolding Scorch"
354
+ - Capsize "Dragging Anchor"
355
+ - Capsize "Foundering Anchor"
356
+ - Capsize "Sinking Anchor"
357
+ - Drowning Sign "Deep Vortex"
358
+ - Drowning Sign "Sinkable Vortex"
359
+ - Harbor Sign "Phantom Ship Harbor"
360
+ - Harbor Sign "Phantom Ship's Port"
361
+ - Harbor Sign "Eternally Anchored Phantom Ship"
362
+ - Phantom "Sinker Ghost"
363
+ - Phantom "Dipper Creeping Close"
364
+ - Jeweled Pagoda "Greatest Treasure"
365
+ - Jeweled Pagoda "Radiant Treasure"
366
+ - Jeweled Pagoda "Radiant Treasure Gun"
367
+ - Light Sign "Absolute Justice"
368
+ - Light Sign "Aura of Justice"
369
+ - Buddhist Art "Most Valuable Vajra"
370
+ - Buddha's Light "Vajra of Perfect Buddhism"
371
+ - Light Sign "Demon of Purification"
372
+ - "Complete Clarification"
373
+ - Magic "Omen of Purple Clouds"
374
+ - Good Omen "Cloudy Way in Purple"
375
+ - Good Omen "Nirvana's Cloudy Way in Purple"
376
+ - Magic "Mystic Fragrance of a Makai Butterfly"
377
+ - Magic "Magic Butterfly"
378
+ - Light Magic "Star Maelstrom"
379
+ - Light Magic "Magic Milky Way"
380
+ - Great Magic "Devil's Recitation"
381
+ - "Amagimi Hijiri's Air Scroll"
382
+ - Superhuman "Byakuren Hijiri"
383
+ - Flying Bowls "Flying Fantastica"
384
+ - Flying Bowls "Legendary Flying Saucers"
385
+ - Umbrella Sign "Lightly Falling Large Raindrops"
386
+ - Surprising Rain "Guerrilla Typhoon"
387
+ - Halo "Karakasa Surprising Flash"
388
+ - Ominous Clouds "Heian Dark Clouds"
389
+ - Unidentified "Red UFO Invasion of Rage"
390
+ - Nue Sign "Mysterious Snake Show"
391
+ - Unidentified "Blue UFO Invasion of Grief"
392
+ - Nue Sign "Danmaku Chimera"
393
+ - Unidentified "Green UFO Invasion of Justice"
394
+ - Nue Sign "Undefined Darkness"
395
+ - Unidentified "Rainbow UFO Invasion of Terror"
396
+ - "Nightmare of Heiankyou"
397
+ - Grudge Bow "The Bow of Genzanmi Yorimasa"
398
+ - Symbol "Dance of the Dead Butterflies"
399
+ - Symbol "Dance of the Dead Butterflies - Cherry Blossoms -"
400
+ - Ghostly Butterfly "Ghost Spot"
401
+ - Ghostly Butterfly "Ghost Spot - Cherry Blossoms -"
402
+ - Nether Sign "Endless Evening Cherry Blossoms"
403
+ - Cherry Blossom Sign "Saigyou Cherry Blossom Blizzard"
404
+ - Echo Sign "Mountain Echo"
405
+ - Echo Sign "Mountain Echo Scramble"
406
+ - Echo Sign "Power Resonance"
407
+ - Mountain Echo "Long-Range Echo"
408
+ - Mountain Echo "Amplify Echo"
409
+ - Great Voice "Charged Cry"
410
+ - Great Voice "Charged Yahoo!"
411
+ - Rainbow Sign "Umbrella Cyclone"
412
+ - Recovery "Heal By Desire"
413
+ - Poison Nail "Poison Raze"
414
+ - Poison Nail "Poison Murder"
415
+ - Desire Sign "Saved Up Desire Spirit Invitation"
416
+ - Desire Spirit "Score Desire Eater"
417
+ - Evil Sign "Yǎng Xiǎoguǐ"
418
+ - Evil Sign "Gūhún Yěguǐ"
419
+ - Demonify "Zǒuhuǒ Rùmó"
420
+ - Possession "Corpse Tóngjī"
421
+ - Spirit Link "Tōnglíng Yoshika"
422
+ - Taoist Sign "Tao Fetal Movement"
423
+ - Thunder Arrow "Gagouji's Cyclone"
424
+ - Thunder Arrow "Gagouji's Tornado"
425
+ - Heaven Sign "Rainy Iwafune"
426
+ - Heaven Sign "Ame-no-Iwafune, Ascend to Heaven"
427
+ - Throwing Dishes "Mononobe's Eighty Saké Cups"
428
+ - Blaze Sign "Blazing Winds of Haibutsu"
429
+ - Blaze Sign "Sakurai-ji in Flames"
430
+ - Saint Girl "Oomonoimi's Dinner"
431
+ - Honor "Colors of Twelve Levels"
432
+ - Honor "Ranks of Twelve Levels"
433
+ - Hermit Sign "Taoist of the Land of the Rising Sun"
434
+ - Hermit Sign "Emperor of the Land of the Rising Sun"
435
+ - Summon "Royal Clan's Chaotic Dance"
436
+ - Secret Treasure "Armillary Sphere of Ikaruga-dera"
437
+ - Secret Treasure "Prince Shotoku's Out-of-Place Artifact"
438
+ - Light Sign "Halo of the Guse Kannon"
439
+ - Light Sign "Guse Flash"
440
+ - Discernment "Lasers of Seventeen Articles"
441
+ - Divine Light "Honor the Avoidance of Defiance"
442
+ - "Falling Stars on Divine Spirit Mausoleum"
443
+ - "Newborn Divine Spirits"
444
+ - Unknown "Will-o'-wisps in Unknown Orbit"
445
+ - Unknown "Skyfish with Unknown Shape"
446
+ - Unknown "Youkai Orb of Unknown Mechanics"
447
+ - First Duel "Primate Danmaku Transformation"
448
+ - Second Duel "Carnivorous Danmaku Transformation"
449
+ - Third Duel "Avian Danmaku Transformation"
450
+ - Fourth Duel "Amphibian Danmaku Transformation"
451
+ - Fifth Duel "Scrolls of Frolicking Animals"
452
+ - Sixth Duel "Tanuki's Monstrous School"
453
+ - Seventh Duel "Wild Deserted Island"
454
+ - Transformation "Pseudo-Exorcism of the Stupid Shrine Maiden"
455
+ - "Mamizou Danmaku in Ten Transformations"
456
+ - Raccoon Sign "Full Moon Pompokolin"
457
+ - Cherry Blossom Sign "Cherry Blossom Blizzard Hell"
458
+ - Mountain Echo "Yamabiko's Specialty Echo Demonstration"
459
+ - Poison Nail "Undead Murderer"
460
+ - Taoist Sign "TAO Fetal Movement ~Dao~"
461
+ - Vengeful Spirit "Iruka's Thunder"
462
+ - Saint Girl "Sun Goddess's Sacrifice"
463
+ - "Divine Spirits' Universe"
464
+ - "Wild Carpet"
465
+ - Ice Sign "Ultimate Blizzard"
466
+ - Water Sign "Tail Fin Slap"
467
+ - Scale Sign "Scale Wave"
468
+ - Scale Sign "Raging Waves of the Reversed Scale"
469
+ - Scale Sign "Great Raging Waves of the Reversed Scale"
470
+ - Flight Sign "Flying Head"
471
+ - Neck Sign "Close-Eye Shot"
472
+ - Neck Sign "Rokurokubi Flight"
473
+ - Flying Head "Multiplicative Head"
474
+ - Flying Head "Seventh Head"
475
+ - Flying Head "Ninth Head"
476
+ - Flying Head "Dullahan Night"
477
+ - Fang Sign "Moonlit Canine Teeth"
478
+ - Transformation "Triangle Fang"
479
+ - Transformation "Star Fang"
480
+ - Roar "Strange Roar"
481
+ - Roar "Full Moon Howling"
482
+ - Wolf Sign "Star Ring Pounce"
483
+ - Sirius "High-Speed Pounce"
484
+ - Heikyoku "Sounds of Jetavana's Bell"
485
+ - Vengeful Spirit "Hoichi the Earless"
486
+ - Vengeful Spirit "Great Vengeful Spirit of Taira"
487
+ - Music Sign "Wicked Musical Score"
488
+ - Music Sign "Malicious Musical Score"
489
+ - Music Sign "Double Score"
490
+ - Koto Sign "Sounds of Anicca's Koto"
491
+ - Echo Sign "Heian's Reverberation"
492
+ - Echo Sign "Echo Chamber"
493
+ - Koto Music "Social Upheaval Koto Music Complement"
494
+ - Koto Music "Social Upheaval Requiem"
495
+ - Deceit Sign "Reverse Needle Attack"
496
+ - Reverse Sign "Danmaku Through the Looking-Glass"
497
+ - Reverse Sign "Evil in the Mirror"
498
+ - Reverse Sign "This Side Down"
499
+ - Reverse Sign "Overturning All Under Heaven"
500
+ - Reverse Bow "Dream Bow of Heaven & Earth"
501
+ - Reverse Bow "Decree of the Dream Bow of Heaven & Earth"
502
+ - Turnabout "Reverse Hierarchy"
503
+ - Turnabout "Change Air Brave"
504
+ - Small Bullet "Inchling's Path"
505
+ - Small Bullet "Inchling's Thorny Path"
506
+ - Mallet "Grow Bigger!"
507
+ - Mallet "Grow Even Bigger!"
508
+ - Bewitched Sword "Shining Needle Sword"
509
+ - Mallet "You Grow Bigger!"
510
+ - "Attack on Dwarf"
511
+ - "Wall of Issun"
512
+ - "Hop-o'-My-Thumb Seven"
513
+ - "The Seven Issun-Boshi"
514
+ - String Music "Storm Ensemble"
515
+ - String Music "Joururi World"
516
+ - First Drum "Raging Temple Taiko"
517
+ - Second Drum "Vengeful Spirit Aya-no-Tsuzumi"
518
+ - Third Drum "Three Strikes at Midnight"
519
+ - Death Drum "Land Percuss"
520
+ - Fifth Drum "Den-Den Daiko"
521
+ - Sixth Drum "Alternate Sticking"
522
+ - Seventh Drum "High Speed Taiko Rocket"
523
+ - Eighth Drum "Thunder God's Anger"
524
+ - "Blue Lady Show"
525
+ - "Pristine Beat"
526
+ - Evil Bullet "Speed Strike"
527
+ - Bullet Sign "Eagle Shooting"
528
+ - Bullet Sign "The Eagle Has Shot Its Target"
529
+ - Gun Sign "Lunatic Gun"
530
+ - Gun Sign "Lunatic Gun"
531
+ - Rabbit Sign "Strawberry Dango"
532
+ - Rabbit Sign "Berry Berry Dango"
533
+ - Rabbit Sign "Dango Influence"
534
+ - Moon-Viewing "September Full Moon"
535
+ - Moon-Viewing Saké "Lunatic September"
536
+ - Dream Sign "Scarlet Nightmare"
537
+ - Dream Sign "Scarlet Oppressive Nightmare"
538
+ - Dream Sign "Indigo Dream of Anxiety"
539
+ - Dream Sign "Indigo Three-Layered Dream of Anxiety"
540
+ - Dream Sign "Eternally Anxious Dream"
541
+ - Dream Sign "Ochre Confusion"
542
+ - Dream Sign "Ochre Labyrinthine Confusion"
543
+ - Dream Sign "Dream Catcher"
544
+ - Dream Sign "Azure Dream Catcher"
545
+ - Dream Sign "Losing Oneself in a Dream"
546
+ - Moon Sign "Ultramarine Lunatic Dream"
547
+ - Orb Sign "Disorderly Flock's Curse"
548
+ - Orb Sign "Disorderly Flock's Reverse Curse"
549
+ - Orb Sign "Disorderly Flock's Duplex Curse"
550
+ - Orb Sign "Impure Body Detection Mines"
551
+ - Orb Sign "Impure Body Detection Mines V2"
552
+ - Orb Sign "Shotgun Coronation of the Gods"
553
+ - Orb Sign "Shining Shotgun Coronation of the Gods"
554
+ - "One-Winged White Heron"
555
+ - Hell Sign "Hell Eclipse"
556
+ - Hell Sign "Eclipse of Hell"
557
+ - Hell Sign "Flash and Stripe"
558
+ - Hell Sign "Star and Stripe"
559
+ - Hellfire "Graze Inferno"
560
+ - Hellfire "Infernal Essence of Grazing"
561
+ - Inferno "Striped Abyss"
562
+ - "Fake Apollo"
563
+ - "Apollo Hoax Theory"
564
+ - "Pure Light of the Palm"
565
+ - "Murderous Lilies"
566
+ - "Primordial Divine Spirit World"
567
+ - "Modern Divine Spirit World"
568
+ - "Trembling, Shivering Star"
569
+ - "Pristine Lunacy"
570
+ - "Overflowing Blemishes"
571
+ - "Refinement of Earthen Impurity"
572
+ - Pure Sign "Purely Bullet Hell"
573
+ - Pure Sign "A Pristine Danmaku Hell"
574
+ - Butterfly "Butterfly Supplantation"
575
+ - Super-Express "Dream Express"
576
+ - Crawling Dream "Creeping Bullet"
577
+ - Otherworld "Ōmagatoki"
578
+ - Earth "Impurity Within One's Body"
579
+ - Moon "Apollo Reflection Mirror"
580
+ - "Simple Danmaku for Cornering a Trapped Rat"
581
+ - Otherworld "Hell's Non-Ideal Danmaku"
582
+ - Earth "Rain Falling in Hell"
583
+ - Moon "Lunatic Impact"
584
+ - "Pristine Danmaku for Killing a Person"
585
+ - "Trinitarian Rhapsody"
586
+ - "First and Last Nameless Danmaku"
587
+ - Butterfly Sign "Minute Scales"
588
+ - Butterfly Sign "Swallowtail's Scales"
589
+ - Butterfly Sign "Fluttering Summer"
590
+ - Butterfly Sign "Midsummer Wingbeats"
591
+ - Rain Sign "Imprisoning Autumn Rain"
592
+ - Rain Sign "Cursed Torrential Rain"
593
+ - Blade Sign "Yamanba's Kitchen Knife Sharpening"
594
+ - Blade Sign "Yamanba's Oni Kitchen Knife Sharpening"
595
+ - Blade Exhaustion Sign "Mountain Murder"
596
+ - Blade Exhaustion Sign "Bloody Mountain Murder"
597
+ - Spring Sign "Surprise Spring"
598
+ - Dog Sign "Stray Dog's Walk"
599
+ - Hound Sign "Mountain Hound's Walk"
600
+ - Spinning Top "Koma-Inu Spin"
601
+ - Spinning Top "Curl Up and Die"
602
+ - Koma Sign "Solitary A-Um Breathing"
603
+ - Magic Sign "Instant Bodhi"
604
+ - Magic Sign "Bodhi in an Instant"
605
+ - Magic Sign "Bullet Golem"
606
+ - Magic Sign "Gigantic Pet Bullet Lifeform"
607
+ - Jizo "Criminal Salvation"
608
+ - Jizo "Hellfire Salvation"
609
+ - Bamboo Sign "Bamboo Spear Dance"
610
+ - Bamboo Sign "Bamboo Crazy Dance"
611
+ - Myōga Ginger "Forget Your Name"
612
+ - Broadleaf Sign "Tanabata Star Festival"
613
+ - Myōga Blessing "Behind You"
614
+ - Dance Sign "Behind Festival"
615
+ - Mad Dance "Tengu-odoshi"
616
+ - Mad Dance "Frenzied Tengu-Frightening"
617
+ - Back Sign "Halo of the Secret God"
618
+ - Back Sign "Halo of the Absolute Secret God"
619
+ - Hidden Summer "Scorch By Hot Summer"
620
+ - Hidden Summer "Scorched Earth of Abnormal Intense Heat"
621
+ - Hidden Fall "Die of Famine"
622
+ - Hidden Fall "Preta of Abnormal Blight"
623
+ - Hidden Winter "Black Snowman"
624
+ - Hidden Winter "Snowman of Abnormal Snowfall"
625
+ - Hidden Spring "April Wizard"
626
+ - Hidden Spring "Black Magician of Abnormal Falling Petals"
627
+ - "Hidden Breezy Cherry Blossom"
628
+ - "Hidden Perfect Summer Ice"
629
+ - "Hidden Crazy Fall Wind"
630
+ - "Hidden Extreme Winter"
631
+ - Drum Dance "Powerful Cheers"
632
+ - Mad Dance "Crazy Backup Dance"
633
+ - Bullet Dance "Twin Typhoons"
634
+ - Secret Ceremony "Reverse Invoker"
635
+ - Secret Ceremony "Rear Shots of Betrayal"
636
+ - Secret Ceremony "Danmaku Dupion"
637
+ - Secret Ceremony "Fire of Ena"
638
+ - Secret Ceremony "Kyōgen of the Back Door"
639
+ - Secret Ceremony "Matarah Dukkha"
640
+ - Secret Ceremony "Sword of the Seven Stars"
641
+ - Secret Ceremony "Performers Unattached to Society"
642
+ - "The Back Face's Dark Sarugaku"
643
+ - "Anarchy Bullet Hell"
644
+ - Stone Sign "Stone Woods"
645
+ - Stone Sign "Stone Conifers"
646
+ - Stone Sign "Children's Limbo"
647
+ - Stone Sign "Adult Children's Limbo"
648
+ - Stone Sign "Stone Baby"
649
+ - Stone Sign "Heavy Stone Baby"
650
+ - Drowning Sign "Drowning in the Sanzu"
651
+ - Oni Sign "Demon Siege"
652
+ - Oni Sign "Hungry Demon Siege"
653
+ - Water Sign "Ordeal of Water Distribution"
654
+ - Water Sign "High-Level Purgatordeal of Water Distribution"
655
+ - Water Sign "Ultimate Purgatordeal of Water Distribution"
656
+ - Light Sign "Ordeal of Surveying"
657
+ - Light Sign "High-Level Purgatordeal of Surveying"
658
+ - Light Sign "Ultimate Purgatordeal of Surveying"
659
+ - Oni Sign "Purgatordeal of Oniwatari"
660
+ - Oni Sign "Hell-Level Purgatordeal of Oniwatari"
661
+ - Tortoise Sign "Tortoiseshell Hell"
662
+ - Oni Sign "Beasts Attacking from the Rear"
663
+ - Oni Sign "Mangy Beasts Attacking from the Rear"
664
+ - Oni Sign "Devilish Beasts Attacking from the Rear"
665
+ - Dragon Sign "Dragon Crest Bullets"
666
+ - Haniwa "Archer Haniwa"
667
+ - Haniwa "Skilled Archer Haniwa"
668
+ - Haniwa "Fencer Haniwa"
669
+ - Haniwa "Skilled Fencer Haniwa"
670
+ - Haniwa "Cavalry Haniwa"
671
+ - Haniwa "Skilled Cavalry Haniwa"
672
+ - Haniwa "Hollow Inexhaustible Troops"
673
+ - Haniwa "Undefeated Inexhaustible Troops"
674
+ - Square Shape "Square-Shaped Sculpting Art"
675
+ - Square Shape "Square Creature"
676
+ - Circular Shape "Perfect Circle Sculpting Art"
677
+ - Circular Shape "Circle Creature"
678
+ - Linear Shape "Line-Shaped Sculpting Art"
679
+ - Linear Shape "Linear Creature"
680
+ - Haniwa "Horse-and-Rider Idol Sculpting Art"
681
+ - Haniwa "Idol Creature"
682
+ - "Oni-Shaped Sculpting Art"
683
+ - "Geometric Creature"
684
+ - "Idola Diabolus"
685
+ - Bloody Battle "Watershed of Blood"
686
+ - Bloody Battle "Hell Realm Sight-Line"
687
+ - Bloody Battle "All-Spirit Oniwatari"
688
+ - Agile Skill "Thrilling Shot"
689
+ - Agile Skill "Lightning Neigh"
690
+ - Agile Skill "Dense Crowd"
691
+ - Agile Skill "Beast Epidemicity"
692
+ - Agile Skill "Triangle Chase"
693
+ - Agile Skill "Black Pegasus Meteor Shot"
694
+ - Agile Skill "Muscle Explosion"
695
+ - "Follow Me, Unafraid"
696
+ - "Oni-Shaped Hoi Polloi"
697
+ - "Deeds of Devilish Beasts"
698
+ locations:
699
+ - Abandon Pond
700
+ - Animal Realm
701
+ - Bamboo Forest of the Lost
702
+ - Barrier of Life & Death
703
+ - Canal of Willows
704
+ - Deep Road to Hell
705
+ - Dream World
706
+ - Eientei
707
+ - Forest of Magic
708
+ - Former Hell
709
+ - Garden of the Sun
710
+ - Geidontei
711
+ - Genbu Ravine
712
+ - Gensokyo
713
+ - Giant Toad's Pond
714
+ - Hakugyokurou
715
+ - Hakurei Shrine
716
+ - Hall of Dreams' Great Mausoleum
717
+ - Heaven
718
+ - Higan
719
+ - Hokkai
720
+ - Hot Spring Town
721
+ - Human Village
722
+ - Kourindou
723
+ - Land of the Back Door
724
+ - Lunar Capital
725
+ - Makai
726
+ - Mayohiga
727
+ - Misty Lake
728
+ - Moriya Shrine
729
+ - Muenzuka
730
+ - Myouren Temple
731
+ - Nameless Hill
732
+ - Netherworld
733
+ - Nuclear Furnace
734
+ - Outside World
735
+ - Palace of the Earth Spirits
736
+ - Phantom Meadow
737
+ - Primate Spirit Garden
738
+ - Rainbow Cavern of Earth Spirits
739
+ - Remains of Blazing Hell
740
+ - Road of Liminality
741
+ - Road of Lingering Snow
742
+ - Road of Reconsideration
743
+ - Sanzu River
744
+ - Scarlet Devil Mansion
745
+ - Sea of Tranquility
746
+ - Senkai
747
+ - Shining Needle Castle
748
+ - Suzunaan
749
+ - The Great Youkai Forest
750
+ - TORIFUNE
751
+ - Underground Geyser Center
752
+ - Underworld
753
+ - Untrodden Valley
754
+ - Waterfall of Nine Heavens
755
+ - Wind God's Lake
756
+ - Youkai Mountain
757
+ songs:
758
+ - Welcome to the Moon Tour
759
+ - Greenwich in the Sky
760
+ - Sleepless Night of the Eastern Country
761
+ - The Wheelchair's Future in Space
762
+ - Demystify Feast
763
+ - Satellite Café Terrace
764
+ - G Free
765
+ - Celestial Wizardry ~ Magical Astronomy
766
+ - Necrofantasia
767
+ - The Far Side of the Moon
768
+ - Sealed Gods
769
+ - A God That Misses People ~ Romantic Fall
770
+ - Because Princess Inada Is Scolding Me
771
+ - The Road of the Misfortune God ~ Dark Road
772
+ - Dark Side of Fate
773
+ - The Gensokyo the Gods Loved
774
+ - Akutagawa Ryuunosuke's "Kappa" ~ Candid Friend
775
+ - Fall of Fall ~ Autumnal Waterfall
776
+ - Youkai Mountain ~ Mysterious Mountain
777
+ - The Primal Scene of Japan the Girl Saw
778
+ - Faith Is for the Transient People
779
+ - Cemetery of Onbashira ~ Grave of Being
780
+ - The Venerable Ancient Battlefield ~ Suwa Foughten Field
781
+ - Tomorrow Will Be Special, Yesterday Was Not
782
+ - Native Faith
783
+ - Shrine at the Foot of the Mountain
784
+ - The Gods Give Us Blessed Rain ~ Sylphid Dream
785
+ - Eternal Night Vignette ~ Eastern Night
786
+ - Illusionary Night ~ Ghostly Eyes
787
+ - Stirring an Autumn Moon ~ Mooned Insect
788
+ - Song of the Night Sparrow ~ Night Bird
789
+ - Deaf to All but the Song
790
+ - Nostalgic Blood of the East ~ Old World
791
+ - Plain Asia
792
+ - Retribution for the Eternal Night ~ Imperishable Night
793
+ - Maiden's Capriccio ~ Dream Battle
794
+ - Love-Colored Master Spark
795
+ - Cinderella Cage ~ Kagome-Kagome
796
+ - Lunatic Eyes ~ Invisible Full Moon
797
+ - Voyage 1969
798
+ - Gensokyo Millennium ~ History of the Moon
799
+ - Flight of the Bamboo Cutter ~ Lunatic Princess
800
+ - Voyage 1970
801
+ - Extend Ash ~ Person of Hourai
802
+ - Reach for the Moon, Immortal Smoke
803
+ - Evening Primrose
804
+ - Eternal Dream ~ Mystical Maple
805
+ - Eastern Youkai Beauty
806
+ - Spirit of Avarice
807
+ - Night Sakura of Dead Spirits
808
+ - Ghost Lead
809
+ - Welcome to Youkai Temple
810
+ - Youkai Girl at the Gate
811
+ - Let’s Live in a Lovely Cemetery
812
+ - Rigid Paradise
813
+ - Desire Drive
814
+ - Old Yuanxian
815
+ - The Hall of Dreams' Great Mausoleum
816
+ - Omiwa Legend
817
+ - Starry Sky of Small Desires
818
+ - Shoutoku Legend ~ True Administrator
819
+ - Youkai Back Shrine Road
820
+ - Futatsuiwa from Sado
821
+ - A New Wind at the Shrine
822
+ - Desire Dream
823
+ - Silent Beast Spirits
824
+ - The Lamentations Known Only by Jizo
825
+ - Jelly Stone
826
+ - Lost River
827
+ - The Stone Baby and the Submerged Bovine
828
+ - Everlasting Red Spider Lily
829
+ - Seraphic Chicken
830
+ - Unlocated Hell
831
+ - Tortoise Dragon ~ Fortune and Misfortune
832
+ - Beast Metropolis
833
+ - Joutoujin of Ceramics
834
+ - Electric Heritage
835
+ - Entrust this World to Idols ~ Idolatrize World
836
+ - The Shining Law of the Strong Eating the Weak
837
+ - Prince Shoutoku's Pegasus ~ Dark Pegasus
838
+ - The Animals' Rest
839
+ - Returning Home from the Underground