faker 2.11.0 → 2.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +122 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/science.rb +26 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +355 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +1 -113
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
@@ -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
|