faker 1.8.7 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1423 -6
- data/History.md +4 -4
- data/License.txt +2 -2
- data/README.md +301 -126
- data/bin/faker +5 -0
- data/lib/faker.rb +150 -61
- data/lib/faker/blockchain/aeternity.rb +70 -0
- data/lib/faker/blockchain/bitcoin.rb +60 -0
- data/lib/faker/blockchain/ethereum.rb +26 -0
- data/lib/faker/blockchain/tezos.rb +135 -0
- data/lib/faker/books/book.rb +61 -0
- data/lib/faker/books/culture_series.rb +83 -0
- data/lib/faker/books/dune.rb +132 -0
- data/lib/faker/books/lovecraft.rb +280 -0
- data/lib/faker/creature/animal.rb +22 -0
- data/lib/faker/creature/cat.rb +50 -0
- data/lib/faker/creature/dog.rb +115 -0
- data/lib/faker/creature/horse.rb +37 -0
- data/lib/faker/default/address.rb +368 -0
- data/lib/faker/default/alphanumeric.rb +73 -0
- data/lib/faker/default/ancient.rb +59 -0
- data/lib/faker/default/app.rb +77 -0
- data/lib/faker/default/appliance.rb +33 -0
- data/lib/faker/default/artist.rb +20 -0
- data/lib/faker/default/avatar.rb +60 -0
- data/lib/faker/default/bank.rb +207 -0
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +113 -0
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +26 -0
- data/lib/faker/default/bossa_nova.rb +33 -0
- data/lib/faker/default/business.rb +50 -0
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +135 -0
- data/lib/faker/default/chile_rut.rb +98 -0
- data/lib/faker/default/chuck_norris.rb +25 -0
- data/lib/faker/default/code.rb +282 -0
- data/lib/faker/default/coffee.rb +82 -0
- data/lib/faker/default/coin.rb +33 -0
- data/lib/faker/default/color.rb +79 -0
- data/lib/faker/default/commerce.rb +143 -0
- data/lib/faker/default/company.rb +581 -0
- data/lib/faker/default/compass.rb +202 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +83 -0
- data/lib/faker/default/cosmere.rb +138 -0
- data/lib/faker/default/crypto.rb +48 -0
- data/lib/faker/default/crypto_coin.rb +94 -0
- data/lib/faker/default/currency.rb +46 -0
- data/lib/faker/default/date.rb +186 -0
- data/lib/faker/default/dc_comics.rb +70 -0
- data/lib/faker/default/demographic.rb +98 -0
- data/lib/faker/default/dessert.rb +48 -0
- data/lib/faker/default/device.rb +85 -0
- data/lib/faker/default/driving_licence.rb +131 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +102 -0
- data/lib/faker/default/electrical_components.rb +48 -0
- data/lib/faker/default/esport.rb +72 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +100 -0
- data/lib/faker/default/fillmurray.rb +45 -0
- data/lib/faker/default/finance.rb +89 -0
- data/lib/faker/default/food.rb +113 -0
- data/lib/faker/default/funny_name.rb +90 -0
- data/lib/faker/default/gender.rb +46 -0
- data/lib/faker/default/greek_philosophers.rb +33 -0
- data/lib/faker/default/hacker.rb +103 -0
- data/lib/faker/default/hipster.rb +194 -0
- data/lib/faker/default/house.rb +33 -0
- data/lib/faker/default/id_number.rb +279 -0
- data/lib/faker/default/industry_segments.rb +61 -0
- data/lib/faker/default/internet.rb +584 -0
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +136 -0
- data/lib/faker/default/job.rb +61 -0
- data/lib/faker/default/json.rb +143 -0
- data/lib/faker/default/kpop.rb +85 -0
- data/lib/faker/default/lorem.rb +306 -0
- data/lib/faker/default/lorem_flickr.rb +138 -0
- data/lib/faker/default/lorem_pixel.rb +70 -0
- data/lib/faker/default/markdown.rb +175 -0
- data/lib/faker/default/marketing.rb +22 -0
- data/lib/faker/default/measurement.rb +207 -0
- data/lib/faker/default/military.rb +98 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +156 -0
- data/lib/faker/default/nation.rb +76 -0
- data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
- data/lib/faker/default/nhs.rb +57 -0
- data/lib/faker/default/number.rb +289 -0
- data/lib/faker/default/omniauth.rb +461 -0
- data/lib/faker/default/phone_number.rb +137 -0
- data/lib/faker/default/placeholdit.rb +63 -0
- data/lib/faker/default/programming_language.rb +33 -0
- data/lib/faker/default/relationship.rb +91 -0
- data/lib/faker/default/restaurant.rb +63 -0
- data/lib/faker/default/science.rb +46 -0
- data/lib/faker/default/slack_emoji.rb +124 -0
- data/lib/faker/default/source.rb +76 -0
- data/lib/faker/default/south_africa.rb +141 -0
- data/lib/faker/default/space.rb +191 -0
- data/lib/faker/default/string.rb +66 -0
- data/lib/faker/default/stripe.rb +142 -0
- data/lib/faker/default/subscription.rb +70 -0
- data/lib/faker/default/superhero.rb +72 -0
- data/lib/faker/default/team.rb +74 -0
- data/lib/faker/default/time.rb +179 -0
- data/lib/faker/default/twitter.rb +223 -0
- data/lib/faker/default/types.rb +182 -0
- data/lib/faker/default/university.rb +75 -0
- data/lib/faker/default/vehicle.rb +342 -0
- data/lib/faker/default/verb.rb +72 -0
- data/lib/faker/default/world_cup.rb +86 -0
- 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/dota.rb +80 -0
- data/lib/faker/games/elder_scrolls.rb +139 -0
- data/lib/faker/games/fallout.rb +62 -0
- data/lib/faker/games/game.rb +48 -0
- data/lib/faker/games/half_life.rb +48 -0
- data/lib/faker/games/heroes.rb +61 -0
- data/lib/faker/games/heroes_of_the_storm.rb +72 -0
- data/lib/faker/games/league_of_legends.rb +87 -0
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +74 -0
- data/lib/faker/games/overwatch.rb +48 -0
- data/lib/faker/games/pokemon.rb +48 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/super_smash_bros.rb +35 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +87 -0
- data/lib/faker/games/world_of_warcraft.rb +60 -0
- data/lib/faker/games/zelda.rb +62 -0
- 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 +48 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +87 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/japanese_media/sword_art_online.rb +61 -0
- data/lib/faker/movies/back_to_the_future.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/ghostbusters.rb +49 -0
- data/lib/faker/movies/harry_potter.rb +87 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
- data/lib/faker/movies/hobbit.rb +62 -0
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lebowski.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +49 -0
- data/lib/faker/movies/movie.rb +33 -0
- data/lib/faker/movies/princess_bride.rb +36 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +273 -0
- data/lib/faker/movies/v_for_vendetta.rb +50 -0
- data/lib/faker/music/grateful_dead.rb +37 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +133 -0
- data/lib/faker/music/opera.rb +298 -0
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +48 -0
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +34 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/music/umphreys_mcgee.rb +22 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +111 -0
- data/lib/faker/quotes/rajnikanth.rb +27 -0
- data/lib/faker/quotes/shakespeare.rb +111 -0
- data/lib/faker/sports/basketball.rb +61 -0
- data/lib/faker/sports/football.rb +74 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
- data/lib/faker/tv_shows/breaking_bad.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +89 -0
- data/lib/faker/tv_shows/community.rb +38 -0
- data/lib/faker/tv_shows/dr_who.rb +115 -0
- data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
- data/lib/faker/tv_shows/family_guy.rb +51 -0
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/friends.rb +50 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
- data/lib/faker/tv_shows/hey_arnold.rb +50 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
- data/lib/faker/tv_shows/michael_scott.rb +26 -0
- data/lib/faker/tv_shows/new_girl.rb +38 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
- data/lib/faker/tv_shows/ru_paul.rb +37 -0
- data/lib/faker/tv_shows/seinfeld.rb +51 -0
- data/lib/faker/tv_shows/silicon_valley.rb +118 -0
- data/lib/faker/tv_shows/simpsons.rb +65 -0
- data/lib/faker/tv_shows/south_park.rb +38 -0
- data/lib/faker/tv_shows/star_trek.rb +63 -0
- data/lib/faker/tv_shows/stargate.rb +51 -0
- data/lib/faker/tv_shows/stranger_things.rb +38 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_expanse.rb +63 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
- data/lib/faker/tv_shows/twin_peaks.rb +51 -0
- data/lib/faker/tv_shows/venture_bros.rb +65 -0
- data/lib/faker/version.rb +3 -1
- data/lib/helpers/base58.rb +22 -0
- data/lib/helpers/char.rb +31 -35
- data/lib/helpers/unique_generator.rb +28 -2
- data/lib/locales/README.md +8 -9
- data/lib/locales/ar.yml +102 -0
- data/lib/locales/bg.yml +5 -2
- data/lib/locales/ca-CAT.yml +1 -1
- data/lib/locales/ca.yml +2 -4
- data/lib/locales/da-DK.yml +10 -6
- data/lib/locales/de-AT.yml +12 -3
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +19 -9
- data/lib/locales/ee.yml +61 -0
- data/lib/locales/en-AU.yml +50 -8
- data/lib/locales/en-CA.yml +27 -2
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-IND.yml +5 -2
- data/lib/locales/en-MS.yml +8 -1
- data/lib/locales/en-NEP.yml +6 -3
- data/lib/locales/en-NG.yml +2 -0
- data/lib/locales/en-NZ.yml +140 -17
- data/lib/locales/en-PAK.yml +4 -2
- data/lib/locales/en-SG.yml +6 -1
- data/lib/locales/en-TH.yml +360 -0
- data/lib/locales/en-US.yml +37 -9
- data/lib/locales/en-ZA.yml +114 -17
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -1
- data/lib/locales/en/address.yml +501 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +6 -0
- data/lib/locales/en/appliance.yml +5 -0
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +275 -60
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/basketball.yml +99 -0
- data/lib/locales/en/beer.yml +2 -1
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/bojack_horseman.yml +6 -0
- data/lib/locales/en/buffy.yml +260 -0
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cannabis.yml +13 -0
- data/lib/locales/en/cat.yml +5 -4
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/coin.yml +6 -0
- data/lib/locales/en/color.yml +1 -1
- data/lib/locales/en/community.yml +33 -0
- data/lib/locales/en/company.yml +3 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/construction.yml +425 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cosmere.yml +57 -0
- data/lib/locales/en/crypto_coin.yml +25 -0
- data/lib/locales/en/culture_series.yml +307 -0
- data/lib/locales/en/currency.yml +6 -0
- data/lib/locales/en/dc_comics.yml +52 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dessert.yml +3 -3
- data/lib/locales/en/device.yml +115 -0
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/dog.yml +9 -9
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +573 -0
- data/lib/locales/en/dr_who.yml +6 -2
- 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/dumb_and_dumber.yml +1 -1
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +76 -6
- data/lib/locales/en/elder_scrolls.yml +583 -5
- data/lib/locales/en/electrical_components.yml +6 -0
- data/lib/locales/en/esport.yml +5 -5
- data/lib/locales/en/fallout.yml +313 -134
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +116 -0
- data/lib/locales/en/food.yml +6 -2
- data/lib/locales/en/football.yml +8 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/friends.yml +3 -3
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +283 -0
- data/lib/locales/en/gender.yml +6 -0
- data/lib/locales/en/ghostbusters.yml +91 -0
- data/lib/locales/en/grateful_dead.yml +48 -0
- data/lib/locales/en/greek_philosophers.yml +26 -0
- data/lib/locales/en/half_life.yml +88 -0
- data/lib/locales/en/harry_potter.yml +2 -1
- data/lib/locales/en/heroes.yml +411 -0
- data/lib/locales/en/heroes_of_the_storm.yml +134 -0
- data/lib/locales/en/horse.yml +6 -0
- data/lib/locales/en/house.yml +5 -0
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/industry_segments.yml +7 -0
- data/lib/locales/en/invoice.yml +6 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/job.yml +2 -2
- data/lib/locales/en/kpop.yml +3 -3
- data/lib/locales/en/league_of_legends.yml +287 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lorem.yml +6 -0
- data/lib/locales/en/marketing.yml +4 -0
- data/lib/locales/en/michael_scott.yml +45 -0
- data/lib/locales/en/military.yml +182 -0
- 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 +451 -1
- data/lib/locales/en/myst.yml +104 -0
- data/lib/locales/en/name.yml +15 -14
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/nation.yml +11 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
- data/lib/locales/en/new_girl.yml +40 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +340 -0
- data/lib/locales/en/overwatch.yml +2652 -33
- data/lib/locales/en/parks_and_rec.yml +7 -0
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +395 -0
- data/lib/locales/en/phone_number.yml +2 -1
- data/lib/locales/en/pokemon.yml +419 -5
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/princess_bride.yml +5 -0
- data/lib/locales/en/programming_language.yml +2 -1
- data/lib/locales/en/quote.yml +695 -0
- data/lib/locales/en/rajnikanth.yml +77 -0
- data/lib/locales/en/relationship.yml +10 -0
- data/lib/locales/en/restaurant.yml +129 -0
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rupaul.yml +51 -21
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +1 -0
- data/lib/locales/en/seinfeld.yml +2 -1
- data/lib/locales/en/shakespeare.yml +23 -26
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/silicon_valley.yml +1 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
- data/lib/locales/en/source.yml +46 -0
- data/lib/locales/en/south_park.yml +5 -0
- data/lib/locales/en/space.yml +3 -2
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -210
- data/lib/locales/en/stargate.yml +1 -2
- data/lib/locales/en/stranger_thing.yml +36 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/stripe.yml +42 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/subscription.yml +8 -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 +220 -0
- data/lib/locales/en/sword_art_online.yml +334 -0
- data/lib/locales/en/team.yml +1 -1
- data/lib/locales/en/the_expanse.yml +7 -0
- data/lib/locales/en/the_it_crowd.yml +155 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/vehicle.yml +77 -49
- data/lib/locales/en/verbs.yml +8 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +391 -8
- data/lib/locales/en/world_cup.yml +271 -0
- data/lib/locales/en/world_of_warcraft.yml +124 -5
- data/lib/locales/en/zelda.yml +964 -5
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es-MX.yml +17 -1
- data/lib/locales/es.yml +75 -1
- data/lib/locales/fa.yml +6 -0
- data/lib/locales/fi-FI.yml +12 -6
- data/lib/locales/fr-CA.yml +107 -0
- data/lib/locales/fr-CH.yml +78 -0
- data/lib/locales/fr.yml +65 -12
- data/lib/locales/he.yml +2 -0
- data/lib/locales/hy.yml +411 -0
- data/lib/locales/id.yml +7 -2
- data/lib/locales/it.yml +15 -3
- data/lib/locales/ja.yml +86 -15
- data/lib/locales/ko.yml +96 -2
- data/lib/locales/lv.yml +55 -0
- data/lib/locales/nb-NO.yml +15 -6
- data/lib/locales/nl.yml +13 -4
- data/lib/locales/no.yml +7 -0
- data/lib/locales/pl.yml +12 -1
- data/lib/locales/pt-BR.yml +624 -17
- data/lib/locales/pt.yml +16 -6
- data/lib/locales/ru.yml +6 -2
- data/lib/locales/sk.yml +21 -13
- data/lib/locales/sv.yml +15 -7
- data/lib/locales/th.yml +380 -0
- data/lib/locales/tr.yml +14 -0
- data/lib/locales/uk.yml +17 -4
- data/lib/locales/vi.yml +7 -2
- data/lib/locales/zh-CN.yml +4 -4
- data/lib/locales/zh-TW.yml +3 -1
- metadata +448 -127
- data/lib/extensions/array.rb +0 -22
- data/lib/extensions/symbol.rb +0 -9
- data/lib/faker/address.rb +0 -67
- data/lib/faker/ancient.rb +0 -21
- data/lib/faker/app.rb +0 -23
- data/lib/faker/aqua_teen_hunger_force.rb +0 -9
- data/lib/faker/artist.rb +0 -9
- data/lib/faker/avatar.rb +0 -15
- data/lib/faker/back_to_the_future.rb +0 -17
- data/lib/faker/bank.rb +0 -37
- data/lib/faker/beer.rb +0 -40
- data/lib/faker/bitcoin.rb +0 -48
- data/lib/faker/book.rb +0 -23
- data/lib/faker/boolean.rb +0 -9
- data/lib/faker/bossa_nova.rb +0 -13
- data/lib/faker/breaking_bad.rb +0 -16
- data/lib/faker/business.rb +0 -22
- data/lib/faker/cat.rb +0 -19
- data/lib/faker/chuck_norris.rb +0 -11
- data/lib/faker/code.rb +0 -147
- data/lib/faker/coffee.rb +0 -29
- data/lib/faker/color.rb +0 -30
- data/lib/faker/commerce.rb +0 -64
- data/lib/faker/company.rb +0 -162
- data/lib/faker/compass.rb +0 -65
- data/lib/faker/crypto.rb +0 -19
- data/lib/faker/date.rb +0 -80
- data/lib/faker/demographic.rb +0 -35
- data/lib/faker/dessert.rb +0 -19
- data/lib/faker/dog.rb +0 -39
- data/lib/faker/dr_who.rb +0 -34
- data/lib/faker/dragon_ball.rb +0 -9
- data/lib/faker/dumb_and_dumber.rb +0 -17
- data/lib/faker/dune.rb +0 -54
- data/lib/faker/educator.rb +0 -23
- data/lib/faker/elder_scrolls.rb +0 -21
- data/lib/faker/esport.rb +0 -25
- data/lib/faker/fallout.rb +0 -21
- data/lib/faker/family_guy.rb +0 -17
- data/lib/faker/file.rb +0 -24
- data/lib/faker/fillmurray.rb +0 -14
- data/lib/faker/finance.rb +0 -28
- data/lib/faker/food.rb +0 -25
- data/lib/faker/friends.rb +0 -17
- data/lib/faker/funny_name.rb +0 -43
- data/lib/faker/game_of_thrones.rb +0 -25
- data/lib/faker/hacker.rb +0 -45
- data/lib/faker/harry_potter.rb +0 -25
- data/lib/faker/hey_arnold.rb +0 -17
- data/lib/faker/hipster.rb +0 -59
- data/lib/faker/hitchhikers_guide_to_the_galaxy.rb +0 -33
- data/lib/faker/hobbit.rb +0 -21
- data/lib/faker/how_i_met_your_mother.rb +0 -21
- data/lib/faker/id_number.rb +0 -36
- data/lib/faker/internet.rb +0 -178
- data/lib/faker/job.rb +0 -16
- data/lib/faker/kpop.rb +0 -29
- data/lib/faker/league_of_legends.rb +0 -29
- data/lib/faker/lebowski.rb +0 -17
- data/lib/faker/lord_of_the_rings.rb +0 -13
- data/lib/faker/lorem.rb +0 -68
- data/lib/faker/lorem_pixel.rb +0 -21
- data/lib/faker/lovecraft.rb +0 -73
- data/lib/faker/markdown.rb +0 -67
- data/lib/faker/matz.rb +0 -9
- data/lib/faker/measurement.rb +0 -127
- data/lib/faker/most_interesting_man_in_the_world.rb +0 -9
- data/lib/faker/movie.rb +0 -9
- data/lib/faker/music.rb +0 -33
- data/lib/faker/name.rb +0 -46
- data/lib/faker/number.rb +0 -86
- data/lib/faker/omniauth.rb +0 -340
- data/lib/faker/one_piece.rb +0 -29
- data/lib/faker/overwatch.rb +0 -17
- data/lib/faker/phone_number.rb +0 -44
- data/lib/faker/placeholdit.rb +0 -20
- data/lib/faker/pokemon.rb +0 -17
- data/lib/faker/programming_language.rb +0 -13
- data/lib/faker/rick_and_morty.rb +0 -17
- data/lib/faker/robin.rb +0 -9
- data/lib/faker/rock_band.rb +0 -9
- data/lib/faker/rupaul.rb +0 -15
- data/lib/faker/science.rb +0 -15
- data/lib/faker/seinfeld.rb +0 -13
- data/lib/faker/shakespeare.rb +0 -40
- data/lib/faker/silicon_valley.rb +0 -33
- data/lib/faker/simpsons.rb +0 -22
- data/lib/faker/slack_emoji.rb +0 -43
- data/lib/faker/space.rb +0 -58
- data/lib/faker/star_trek.rb +0 -21
- data/lib/faker/star_wars.rb +0 -102
- data/lib/faker/stargate.rb +0 -17
- data/lib/faker/superhero.rb +0 -25
- data/lib/faker/team.rb +0 -24
- data/lib/faker/the_fresh_prince_of_bel_air.rb +0 -17
- data/lib/faker/the_thick_of_it.rb +0 -17
- data/lib/faker/time.rb +0 -51
- data/lib/faker/twin_peaks.rb +0 -17
- data/lib/faker/twitter.rb +0 -172
- data/lib/faker/types.rb +0 -93
- data/lib/faker/umphreys_mcgee.rb +0 -9
- data/lib/faker/university.rb +0 -28
- data/lib/faker/v_for_vendetta.rb +0 -17
- data/lib/faker/vehicle.rb +0 -39
- data/lib/faker/venture_bros.rb +0 -21
- data/lib/faker/witcher.rb +0 -29
- data/lib/faker/world_of_warcraft.rb +0 -13
- data/lib/faker/yoda.rb +0 -10
- data/lib/faker/zelda.rb +0 -22
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -5
- data/lib/locales/en/matz.yml +0 -28
- data/lib/locales/en/most_interesting_man_in_the_world.yml +0 -106
- data/lib/locales/en/robin.yml +0 -4
data/lib/locales/en/stargate.yml
CHANGED
@@ -2,7 +2,7 @@ en:
|
|
2
2
|
faker:
|
3
3
|
stargate:
|
4
4
|
characters: ["Jack O'Neill", "Teal'c", "Daniel Jackson", "Samantha Carter", "Janet Frasier", "George Hammond", "Jonas Quinn", "Cameron Mitchell", "Vala Mal Doran", "Kawalsky", "Jacob Carter", "Kasuf", "Sha're", "Skaara", "Thor", "Anubis", "Apophis", "Ba'al", "Cronus", "Hathor", "Heru-ur", "Klorel", "Ra", "Amonet", "Osiris", "Sokar", "Bra'tac", "Lantash", "Selmak", "Jolinar", "Martouf", "Cassandra", "Harlan"]
|
5
|
-
planets: ["Abydos", "Altair", Asuras", "Athos", "Celestis", "Chulak", "Dakara", "Earth", "Langara", "Lantea", "Orilla", "P3X-888", "Sateda", "Tollana", "Vorash"]
|
5
|
+
planets: ["Abydos", "Altair", "Asuras", "Athos", "Celestis", "Chulak", "Dakara", "Earth", "Langara", "Lantea", "Orilla", "P3X-888", "Sateda", "Tollana", "Vorash"]
|
6
6
|
quotes: [
|
7
7
|
"What is an Oprah?",
|
8
8
|
"Teal'c, look scary and take point.",
|
@@ -19,4 +19,3 @@ en:
|
|
19
19
|
"Indeed.",
|
20
20
|
"You ended that sentence with a preposition. Bastard!"
|
21
21
|
]
|
22
|
-
|
@@ -0,0 +1,36 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
stranger_things:
|
4
|
+
character: [
|
5
|
+
"Joyce",
|
6
|
+
"Lonnie",
|
7
|
+
"Jonathan",
|
8
|
+
"Will",
|
9
|
+
"Nancy",
|
10
|
+
"Mike",
|
11
|
+
"Terry",
|
12
|
+
"Becky",
|
13
|
+
"Eleven",
|
14
|
+
"Jim",
|
15
|
+
"Diane",
|
16
|
+
"Barbara",
|
17
|
+
"Steve",
|
18
|
+
"Dustin",
|
19
|
+
"Lucas",
|
20
|
+
"Demogorgon"
|
21
|
+
]
|
22
|
+
quote: [
|
23
|
+
"I just didn’t want you to think I was such a wastoid, you know?",
|
24
|
+
"You’re going to take out the demigorgon with a slingshot?",
|
25
|
+
"Mornings are for coffee and contemplation.",
|
26
|
+
"Eggos?",
|
27
|
+
"This is not yours to fix alone. You act like you’re all alone out there in the world, but you’re not. You’re not alone.",
|
28
|
+
"My God, is she Russian?",
|
29
|
+
"Maybe I’m crazy, maybe I’m out of my mind! But God help me, I will keep these lights up until the day I die if I think there’s a chance that Will’s still out there!",
|
30
|
+
" Am I dreaming, or is that you, Harrington?",
|
31
|
+
"How do you know it’s not just a lizard?....Because his face opened up and he ate my cat!",
|
32
|
+
"Use the shampoo and conditioner and when your hair’s damp, not wet, okay? When it’s damp, you do four puffs of the Farrah Fawcett spray.",
|
33
|
+
"She will not be able to resist these pearls. *Purrs*",
|
34
|
+
"So, Jonathan, how was the pull-out?",
|
35
|
+
"I don’t want you to get hurt at all. And I don’t wanna lose you. Just make sure you heat up some real food. Not just Eggos."
|
36
|
+
]
|
@@ -0,0 +1,1524 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
street_fighter:
|
5
|
+
characters:
|
6
|
+
- Abel
|
7
|
+
- Abigail
|
8
|
+
- Adon
|
9
|
+
- Akuma
|
10
|
+
- Alex
|
11
|
+
- Balrog
|
12
|
+
- Birdie
|
13
|
+
- Blanka
|
14
|
+
- C. Viper
|
15
|
+
- Cammy
|
16
|
+
- Charlie
|
17
|
+
- Chun-Li
|
18
|
+
- Cody
|
19
|
+
- Dan
|
20
|
+
- Decapre
|
21
|
+
- Dee Jay
|
22
|
+
- Dhalsim
|
23
|
+
- Dudley
|
24
|
+
- E. Honda
|
25
|
+
- Eagle
|
26
|
+
- Ed
|
27
|
+
- El Fuerte
|
28
|
+
- Elena
|
29
|
+
- Evil Ryu
|
30
|
+
- F.A.N.G
|
31
|
+
- Falke
|
32
|
+
- Fei Long
|
33
|
+
- G
|
34
|
+
- Gen
|
35
|
+
- Gill
|
36
|
+
- Gouken
|
37
|
+
- Guile
|
38
|
+
- Guy
|
39
|
+
- Hakan
|
40
|
+
- Hugo
|
41
|
+
- Ibuki
|
42
|
+
- Ingrid
|
43
|
+
- Juli
|
44
|
+
- Juni
|
45
|
+
- Juri
|
46
|
+
- Kage
|
47
|
+
- Karin
|
48
|
+
- Ken
|
49
|
+
- Kolin
|
50
|
+
- Laura
|
51
|
+
- Lucia
|
52
|
+
- M. Bison
|
53
|
+
- Maki
|
54
|
+
- Makoto
|
55
|
+
- Menat
|
56
|
+
- Necalli
|
57
|
+
- Necro
|
58
|
+
- Oni
|
59
|
+
- Oro
|
60
|
+
- Poison
|
61
|
+
- Q
|
62
|
+
- R. Mika
|
63
|
+
- Rashid
|
64
|
+
- Remy
|
65
|
+
- Rolento
|
66
|
+
- Rose
|
67
|
+
- Rufus
|
68
|
+
- Ryu
|
69
|
+
- Sagat
|
70
|
+
- Sakura
|
71
|
+
- Sean
|
72
|
+
- Seth
|
73
|
+
- Shin Akum
|
74
|
+
- Sodom
|
75
|
+
- T. Hawk
|
76
|
+
- Twelve
|
77
|
+
- Urien
|
78
|
+
- Vega
|
79
|
+
- Violent Ken
|
80
|
+
- Yang
|
81
|
+
- Yun
|
82
|
+
- Zangief
|
83
|
+
- Zeku
|
84
|
+
stages:
|
85
|
+
- A Shadow Falls stages
|
86
|
+
- Air Force Base
|
87
|
+
- Amazon River Basin
|
88
|
+
- Antarctica
|
89
|
+
- Apprentice Alley
|
90
|
+
- Ayutthaya Ruins
|
91
|
+
- Battle Harbor
|
92
|
+
- Beautiful Bay
|
93
|
+
- Big Factory
|
94
|
+
- Blast Furnace
|
95
|
+
- Bonus Stage
|
96
|
+
- Bustling Side Street
|
97
|
+
- City in Chaos
|
98
|
+
- Cosmic Elevator
|
99
|
+
- Crowded Downtown
|
100
|
+
- Cruise Ship Stern
|
101
|
+
- Crumbling Laboratory
|
102
|
+
- Deserted Temple
|
103
|
+
- Dojo
|
104
|
+
- Drive-in At Night
|
105
|
+
- English Manor
|
106
|
+
- Exciting Street Scene
|
107
|
+
- Festival At The Old Temple
|
108
|
+
- Field of Fate
|
109
|
+
- Flamenco Tavern
|
110
|
+
- Forgotten Waterfall
|
111
|
+
- High Roller Casino
|
112
|
+
- Hillside Plaza
|
113
|
+
- Historic Distillery
|
114
|
+
- Holly Jolly Beatdown
|
115
|
+
- Inland Jungle
|
116
|
+
- Jurassic Era Research Facility
|
117
|
+
- Kanzuki Beach
|
118
|
+
- Kanzuki Estate
|
119
|
+
- Kapukon Yu
|
120
|
+
- Kasugano Residence
|
121
|
+
- King's Court
|
122
|
+
- Kousyu Street
|
123
|
+
- Lair of the Four Kings
|
124
|
+
- Las Vegas
|
125
|
+
- Mad Gear Hideout
|
126
|
+
- Maharaja's Palace
|
127
|
+
- Metro City Bay Area
|
128
|
+
- Mishima Estate
|
129
|
+
- Old Temple
|
130
|
+
- Overpass
|
131
|
+
- Palazzo Mistero
|
132
|
+
- Pandora's Box
|
133
|
+
- Pitch-black Jungle
|
134
|
+
- Port of Genoa
|
135
|
+
- Ring of Destiny
|
136
|
+
- Ring of Justice
|
137
|
+
- Ring of Power
|
138
|
+
- Ring of Pride
|
139
|
+
- Rising Dragoon
|
140
|
+
- Run-down Back Alley
|
141
|
+
- Secret Laboratory
|
142
|
+
- Shadaloo Base
|
143
|
+
- Shopping District, Taiping Road
|
144
|
+
- Skies of Honor
|
145
|
+
- Skyscraper Under Construction
|
146
|
+
- Small Airfield
|
147
|
+
- Snowy Rail Yard
|
148
|
+
- Solar Eclipse
|
149
|
+
- Sun Chase Moon
|
150
|
+
- Suzaku Castle
|
151
|
+
- Temple Hideout
|
152
|
+
- The Dojo of Rindo-Kan
|
153
|
+
- The Half Pipe
|
154
|
+
- The Lemony
|
155
|
+
- The Lemony
|
156
|
+
- Tokyo
|
157
|
+
- Training Stage
|
158
|
+
- Underground Arena
|
159
|
+
- Union Station
|
160
|
+
- Urban War Zone
|
161
|
+
- Volcanic Rim
|
162
|
+
quotes:
|
163
|
+
- Go home and be a family man.
|
164
|
+
- On the battlefield its important to retreat at the first sign of Defeat.
|
165
|
+
- Street fighting is all about analysis, predictions and reaction Thats it.
|
166
|
+
- My adopted father and his friends kept me from being lonley I should be happy.
|
167
|
+
- I need to pick up a dog collar on the way back, I wonder which color is the best?
|
168
|
+
- He has to be somewhere. I must continue my search!
|
169
|
+
- You're strong! You'd make quite a mercenary.
|
170
|
+
- That was a close one listen, do you mind if I ask you about shadaolo?
|
171
|
+
- Sorry, but I don't have time for a rematch. I'm in a hurry right now.
|
172
|
+
- Was it all a dream?
|
173
|
+
- I'm sorry...
|
174
|
+
- Muay Thai is the single most powerful art on the face of the planet!
|
175
|
+
- Like the mighty jaguar, I grow more powerful with each victory!
|
176
|
+
- No one is strong enough to face me! No one!
|
177
|
+
- There is no value in allowing the weak to live!
|
178
|
+
- A new legend is born this day! All hail the mighty Adon!
|
179
|
+
- Feast your eyes on the new King of Muay Thai!
|
180
|
+
- Not bad, but not good enough to dethrone the king!
|
181
|
+
- Annoying worm! Begone with you!
|
182
|
+
- Remember this day, for it is the day you truly understood your own weakness!
|
183
|
+
- I am the king!
|
184
|
+
- Fool!
|
185
|
+
- The true fighter can stare death in the face and lash out in rage against it!
|
186
|
+
- My blows penetrate flesh and contaminate the very bones within!
|
187
|
+
- Never step into the ring unless you are ready to leave this mortal coil!
|
188
|
+
- My destiny is to defeat all challengers who wander the earth!
|
189
|
+
- The moment you challenged me was the moment you sealed your fate!
|
190
|
+
- My fists know no equal!
|
191
|
+
- This battle is not yet over!
|
192
|
+
- The weak do not deserve a rematch, but an open grave bearing their name.
|
193
|
+
- Such pitiful insolence!
|
194
|
+
- Messatsu!
|
195
|
+
- Fool!
|
196
|
+
- Nothin' feels as satisyin' as knockin' chumps out with these here fists!
|
197
|
+
- I'm tired of wastin' my talents on third rate chumps like you!
|
198
|
+
- You should be grateful you even had a chance to step into the ring with me!
|
199
|
+
- So, you go any information I can sell? Spill it before I split your head open!
|
200
|
+
- I don't need nothin' I can't buy with cold, hard cash!
|
201
|
+
- Damn! My fists have your blood on them!
|
202
|
+
- You tried to hit me just now, didn't ya? I'll make you pay for that!
|
203
|
+
- I don't have time to waste on losers like you!
|
204
|
+
- Gimme all your money before I punch your lights out, chump!
|
205
|
+
- Hah ha ha ha ha ha ha
|
206
|
+
- Beat it, chump!
|
207
|
+
- My psycho power feeds on hatred and death!
|
208
|
+
- I demand an opponent worthy of my strength!
|
209
|
+
- When I control the planet, I shall purge it of all hope!
|
210
|
+
- Anyone who defies me willingly invites thier own death!
|
211
|
+
- Close your eyes! An endless nightmare awaits!
|
212
|
+
- Embrace your fear as you are enveloped by an eternal nightmare!
|
213
|
+
- Kneel before me or die beneath my heal. The choice is yours to make freely!
|
214
|
+
- Pledge your allegiance to Shadaloo and I will let you live!
|
215
|
+
- One as weak as you has nothing to offer! Your life ends now!
|
216
|
+
- Kneel before me!
|
217
|
+
- Worm!
|
218
|
+
- The king of the Jungle is the King of the world.
|
219
|
+
- I've gotta get stronger! I can't go home until I'm good enough for my mama!
|
220
|
+
- Until you forget mankind's rules and fight like a beast, you can't beat me!
|
221
|
+
- Crocodiles are good, but I prefer the taste of a nice pirarucu!
|
222
|
+
- I liked living in the jungle, but I'd rather be with my moma now.
|
223
|
+
- You can't defeat me with moves like that!
|
224
|
+
- You're stong! We should hang out!
|
225
|
+
- You didn't keep your mind on the fight. That's why you lost!
|
226
|
+
- I'm stronger than you! I'm better than you!
|
227
|
+
- Ogwow! Oh! Oh!
|
228
|
+
- Arooooo!
|
229
|
+
- Size and strength are no use if you can't hit me.
|
230
|
+
- My friends are not my weakness, but my strength.
|
231
|
+
- You wont get anywhere until you learn a thing or two about fighting.
|
232
|
+
- Off to find my next target!
|
233
|
+
- I'm thinking about adopting a cat when I get home.
|
234
|
+
- How does it feel getting beaten by a tiny girl like me?
|
235
|
+
- A rematch? Maybe some other time when I dont have a mission to worry about.
|
236
|
+
- I've no time to waste teaching amateurs to fight.
|
237
|
+
- Fighting amateurs like you is a waste of my precious time.
|
238
|
+
- Mission accomplshed!
|
239
|
+
- How dreadfully dull!
|
240
|
+
- Keep an eye on my father, I wont let you down.
|
241
|
+
- I feel even stronger than usual. That special training really paid off!
|
242
|
+
- Phew! That was no picinic, I guess I need to build up more muscle mass!
|
243
|
+
- Compared to the scum I deal with as a cop, fighting you was a piece of cake!
|
244
|
+
- I'm tired. Maybe I'll eat some sweets to recharge.
|
245
|
+
- All men bow before me! I'm the strongest woman in the world!
|
246
|
+
- Not bad we should do this again sometime.
|
247
|
+
- You were out of breath towards the end. You need to work on your stamina.
|
248
|
+
- Sorry to be blunt, but you just don't have what it takes to beat me.
|
249
|
+
- Fighting like this brings back lots of memories.
|
250
|
+
- I don't need a reason. I just like to fight.
|
251
|
+
- The only thing that doesnt change, is the excitment of the fight.
|
252
|
+
- This is gettin' boring. Maybe I oughta head home.
|
253
|
+
- I prefer my fights quick an' easy.
|
254
|
+
- I've got time. You up for a rematch?
|
255
|
+
- A fighter that goes down that easy ain't worth a thing. Beat it!
|
256
|
+
- You sure you wanna be goin' around startin' fights with guys like me?
|
257
|
+
- If I'da known it'd be this boring on the outside, I'da stayed in prison.
|
258
|
+
- Let's get this over with.
|
259
|
+
- You were awfully reckless back there. Are you looking to get hazard pay?
|
260
|
+
- If I could change careers, I'd go for something that allows more time at home.
|
261
|
+
- I don't care about pride or ego. I'm just here to do my job.
|
262
|
+
- You should be more careful. There's no worker's comp if you get hurt.
|
263
|
+
- Lauren's birthday is comping up. I wonder what she'd like...
|
264
|
+
- I'm pretty good at the rough studd. Housework, not so much.
|
265
|
+
- You're not bad. You should try to get a contract offer and make some cash.
|
266
|
+
- I'm here for work. I don't have time to mess around with the likes of you!
|
267
|
+
- If you're not going to take this seriously, don't step into the ring.
|
268
|
+
- This is just business. Nothing personal.
|
269
|
+
- What a pain!
|
270
|
+
- Keep an eye on my father, I won't let the Saikyo arts down!
|
271
|
+
- Whoever's still standing wins! I almost tripped, but I didn't, so I win!
|
272
|
+
- I just thought of a great new taunt! Better write it down before I forget!
|
273
|
+
- If you let instant noodles soak long enough, they feel more filling!
|
274
|
+
- Dinner? I usually eat beans fight from the can while standing over the sink.
|
275
|
+
- Underestimating me is a sure fire way to get hurt!
|
276
|
+
- For a second, I thought I might lose...Aw, who am I kidding? I was sure of it!
|
277
|
+
- I stubbed my toe! I hope you have good insurance, bub!
|
278
|
+
- Now you have to join my dojo! Just write your name and credit card number here...
|
279
|
+
- Yahoo!
|
280
|
+
- No problem!
|
281
|
+
- Hey! We're just gettin' started! Stand up and let's go!
|
282
|
+
- Fantastic! Show me that move again!
|
283
|
+
- Are you OK? Was my dance too much for you?
|
284
|
+
- You're not hurt, are you? C'mon! Let's do it again!
|
285
|
+
- No regrets! Don't look back!
|
286
|
+
- Bravo! Feelin' good!
|
287
|
+
- Try not to get knocked out so quick next time, OK?
|
288
|
+
- Not bad!
|
289
|
+
- You've gotta try and feel your inner rhythm more. Like this! Get it?
|
290
|
+
- Feel the rhythm! Feel the rhyme! Get on up, it's Dee Jay time!
|
291
|
+
- OK!
|
292
|
+
- O, Agni, please accpet my humble thanks for the power you have granted me.
|
293
|
+
- I mustn't stop as long as there are forces who seek to do harm.
|
294
|
+
- My purifying flames wash my foes one by one as they fall before me.
|
295
|
+
- The road our souls travel is a long and winding one.
|
296
|
+
- Through meditation, we are able to touch the very fabric of space and time.
|
297
|
+
- You have lost because it was your destiny to do so. Do not resist.
|
298
|
+
- we may worship different gods, but your strength is to be praised.
|
299
|
+
- Give up. Your short limbs have no chance of reaching me.
|
300
|
+
- I do not like to fight without reason. Leave this place at once.
|
301
|
+
- This is destiny.
|
302
|
+
- Yoga yoga yoga yoga.
|
303
|
+
- Boxing is the most refined of the fighting arts.
|
304
|
+
- There is no shortcut to perfection. Hard training is the only way.
|
305
|
+
- There is a difference between refined strength and uncouth violence.
|
306
|
+
- I believe it's tea time now. Please excuse me...
|
307
|
+
- I'm afraid that fine roses are as rare as respectable fighters.
|
308
|
+
- I like you. Please allow me to buy you a pint.
|
309
|
+
- That was an exciting match. You have my gratitude.
|
310
|
+
- There isn't much variety in your routine, is there?
|
311
|
+
- You aren't ready to face me just yet. Contact me once you've trained harder.
|
312
|
+
- You have no dignity!
|
313
|
+
- Down for the count!
|
314
|
+
- I'm just getting started I have'nt showed you half of what I can do!
|
315
|
+
- Nothin' like a good fight to make you feel all warm an' fuzzy inside!
|
316
|
+
- Gah hah ha ha! I love seeing new moves in the ring!
|
317
|
+
- Man, I'm starving! I could go for some chanko stew!
|
318
|
+
- Sumo is fun to watch, but even more fun to try out for yourself!
|
319
|
+
- I'm the best Japan has to offer! And I'm off to conquer the world!
|
320
|
+
- Phew! Not bad! I almost thew in the towel!
|
321
|
+
- You'd better pack on the pounds or I'll be able to knock you over with a touch!
|
322
|
+
- You need to go back and start your training over again, bub!
|
323
|
+
- Victory is mine!
|
324
|
+
- Oh, yeah!
|
325
|
+
- That was one volcanic battle! Thanks for the memories amigo!
|
326
|
+
- Try the frijoles to test a restaurant! Try the special moves to test a fighter!
|
327
|
+
- Fighting is like cebollita! Add a little heat, and it gets a whole lot better!
|
328
|
+
- If you're feeling down, put some color in your cheeks with a bowl of red beets!
|
329
|
+
- How about a nice cactus pear? You can even eat the seeds!
|
330
|
+
- Nothing beats a heaping helping of paella, amigo! Want some?
|
331
|
+
- Looks like I made a new friend! We should go out and eat to celebrate!
|
332
|
+
- That was a great fight! I'll whip up a meal to celebrate! Any requests?
|
333
|
+
- Stay right where you are! I'll let you know when dinner is ready!
|
334
|
+
- Gracias!
|
335
|
+
- Rico!
|
336
|
+
- May the power of Bushin-ryu be etched forever into your retinas!
|
337
|
+
- Bushin-ryu allows me to pierce the sky and split the earth with my blows!
|
338
|
+
- Never attempt the same move after you have been once thwarted!
|
339
|
+
- Most fighters could not have lasted as long as you did.
|
340
|
+
- Sneakers are well-suited to swift-footed techniques!
|
341
|
+
- A restless spirit is no good in battle. Always meditate in preparation for war.
|
342
|
+
- This fight is over! Leave this place at once!
|
343
|
+
- What good is your defense if you cannot keep up with my speed?
|
344
|
+
- I am not your enemy! You must overcome yourself before you take on others!
|
345
|
+
- Sayonara!
|
346
|
+
- This is Bushinryu!
|
347
|
+
- I went easy on ya, amateur. You won't be so lucky next time!
|
348
|
+
- If you like oil, you'll love my brand of cooking oil! Care for a free sample?
|
349
|
+
- Using oil isn't cheating. You're welcome to oil up yourself, you know.
|
350
|
+
- Never fought a Turkish wrestler before? Glad I could enlighten you!
|
351
|
+
- Nothing makes me angrier than smokers. Don't they know fire is dangerous?
|
352
|
+
- No, no Stay down! Don't get up on my account! Just relax!
|
353
|
+
- Don't let it get to you. We all have days like this! You'll feel better soon!
|
354
|
+
- Not bad! But you've got plenty of room for improvement!
|
355
|
+
- Sorry about that! You're not hurt, are ya?
|
356
|
+
- How about some oil?
|
357
|
+
- I guess victory "slipped" from your grasp, eh? Wah hah ha ha ha!
|
358
|
+
- You've never seen a kunai throwing knife before? You've got to be kidding me!
|
359
|
+
- No rematch today! I'm in a hurry! Hit me up next time!
|
360
|
+
- Ninjas use to be cool, but now everyone is into pirates and robots and stuff.
|
361
|
+
- If that's the best you can do, you might wanna hire an after school tutor.
|
362
|
+
- I'm starved! what's a girl hafta do to get some cake around here?
|
363
|
+
- You'd flunk outta my ninja school in about 5 minutes...
|
364
|
+
- You're pretty strong! That was really fun!
|
365
|
+
- You should probably head home now. You really don't look so good.
|
366
|
+
- No sweat! That was nothing compared to the tests at my school!
|
367
|
+
- I'm starving!
|
368
|
+
- Train harder!
|
369
|
+
- You'll have to do better than that if you want to get me excited.
|
370
|
+
- Next time, I'll take my time and make things REALLY hurt.
|
371
|
+
- Damn! My eye's acting up! Doesn't matter against a loser like you, though.
|
372
|
+
- Don't think we're finished here. We have all night, baby...
|
373
|
+
- Don't worry. I'll let you live long enough to have a little fun with you.
|
374
|
+
- Learn to fight like me, and you'll realize how boring everything else is.
|
375
|
+
- How does it feel to know that your death is just a few heartbeats away?
|
376
|
+
- I didn't even need to use my eyes for the likes of you!
|
377
|
+
- You'll have to try harder than that. Come at me ready to kill!
|
378
|
+
- Now comes the fun part...
|
379
|
+
- Farewell!
|
380
|
+
- See? The stronger fighter always wins! As easy to understand as a flowchart!
|
381
|
+
- The whole American champion thing seems petty. I should aim even higher!
|
382
|
+
- I could really improve if I could find someone strong enough to beat me!
|
383
|
+
- Uh-oh! I'd better check with Eliza!
|
384
|
+
- Phew! I bet that would make for one exciting replay!
|
385
|
+
- Get back up and I'll just knock you down again!
|
386
|
+
- Not bad! Looks like I just earned myself a new rival!
|
387
|
+
- You know my moves, don't you? Why'd you just walk into 'em like that?
|
388
|
+
- Natural ability is great, but it takes work to use it!
|
389
|
+
- Yeah!
|
390
|
+
- Got it!
|
391
|
+
- Rindo-kan karate is the best! Who's next!
|
392
|
+
- Did you see that, Daddy? I'm gonna fix our dojo up good!
|
393
|
+
- Yeah! Looks like my moves work just as well on real world opponents!
|
394
|
+
- I know I'm still young, but fighters in training really have the desire to win!
|
395
|
+
- I'm gonna keep winning like this and get stronger and stronger!
|
396
|
+
- Whoah! You're pretty strong!
|
397
|
+
- You just haven't trained enough. You may as well quit the tournament now.
|
398
|
+
- You're to weak to use your loss to promote my dojo...
|
399
|
+
- I knew exactly what you'd try! Better luck next time!
|
400
|
+
- Don't underestimate me!
|
401
|
+
- Didja see that?
|
402
|
+
- True power is not just physical. Still, that hurt, didn't it?
|
403
|
+
- I have inflicted no grave injuries. Go now and recover.
|
404
|
+
- I used to think of this power as a curse, but now I appreciate it.
|
405
|
+
- I believe in the power of humanity.
|
406
|
+
- I'm so tired... I can hardly wait to relax with a nice bubble bath.
|
407
|
+
- That's all for today's lesson.
|
408
|
+
- I sense a strength within you. We will meet again.
|
409
|
+
- Victory is mine, but there is always next time. Shall I foresee the outcome?
|
410
|
+
- You are not cut out to be a fighter. It would be wise to seek another path.
|
411
|
+
- Embrace your destiny.
|
412
|
+
- Are you hurt?
|
413
|
+
- Man, I've gotten so famous lately that I can't even walk around outside anymore without people tryin' to ask for my autograph! I'm thinkin' maybe I need a bodyguard or somethin'! For real!
|
414
|
+
- So I was wonderin'... What's the difference between an ocean an' a sea, anyway? Is it just about size? Does the location matter? Can a sea get promoted to an ocean if it tries really hard?
|
415
|
+
- There ain't nothin I like more than a nice custom bike. It ain't just about the obvious stuff like color and shape, either. Ya gotta worry about the overall balance an' make sure it looks...
|
416
|
+
- I drove to China on my bike the other day. What? I ain't lyin', man! I never lie! I totally drove there on my bike! Don't belive me? Check a map! I'll retrace my steps for ya!
|
417
|
+
- Hobbies? Karaoke, baby! Can't get enough of it! One time Candy an' me, we rented out a karaoke box for a whole week! That was a blast! We're still payin' the owner for the busted speakers...
|
418
|
+
- I ain't just a legend in the fighting world, ya know. I'm also well-known in biker circles! Prolly considered the top biker in America! But I got my sights set even higher! One day, I'll...
|
419
|
+
- Candy's really into gardening lately. Ya know those little onion-lookin' things? They kinda look like me? Oh yeah! Bulbs! So, she planted a buncha bulbs in the garden, see? An' before long...
|
420
|
+
- Wanna know what I like most about Candy? Too bad! That's top secret privileged information, bub! I don't want you fallin' in love with her, too! Not that you could compete, but still...
|
421
|
+
- Why do women take so long to shop, anyway? Don't tell Candy I said this, but that girl took like 2 hours to decide between a couple of blouses that were the exact same color! No difference!
|
422
|
+
- Wataaah!
|
423
|
+
- Achoo!
|
424
|
+
- My journey to become the ultimate fighter has only just begun.
|
425
|
+
- Each time I fight, I learn something new. This journey has been fruitful.
|
426
|
+
- Even if my fists were to turn to dust, I would not give up in my quest!
|
427
|
+
- The more I learn, the more I realize how far I am from the end of my journey.
|
428
|
+
- The power I am after is the power to win - not the power to destroy!
|
429
|
+
- You must defeat my Shoryuken to stand a chance!
|
430
|
+
- No need to speak. Your fists told me everything I need to know about you.
|
431
|
+
- If you go into the ring expecting to fail, you will. Believe in yourself!
|
432
|
+
- Power alone is no guarantee of victory. Keep your eyes on your opponent!
|
433
|
+
- Give it your all!
|
434
|
+
- These two fists are everything to me!
|
435
|
+
- Do not place so much importance on winning. The fight itself has value.
|
436
|
+
- A strong fighter is not one who always wins, but one who stands after defeat.
|
437
|
+
- All the worlds fighters must bow before the undisputed king!
|
438
|
+
- I'm inspired by the courage of those who have fallen before my mighty fist.
|
439
|
+
- I will not rest until I know the meaning of the fight!
|
440
|
+
- They call me the king for a reason fool! You never stood a chance!
|
441
|
+
- Have you tested him in battle as well? Impressive, I shall remember you.
|
442
|
+
- You are not strong enough to go toe to toe with the undisputed king!
|
443
|
+
- You are not a warrior, you're a beginner.
|
444
|
+
- Stand up!
|
445
|
+
- Now you know the power of the king!
|
446
|
+
- Training is fun if you set your mind to a specific goal to work toward!
|
447
|
+
- Yes! I'm doing great! Gotta keep this up!
|
448
|
+
- Awesome fight! I'm on top of my game today!
|
449
|
+
- Oh no! I almost forgot I'm s'posed to meet Kei today! I'm gonna be late!
|
450
|
+
- I got some kind of invitation in the mail from Karin. I'd better reply!
|
451
|
+
- Yeah! That was great!
|
452
|
+
- That was so fun! We have to do it again soon!
|
453
|
+
- Phew! That was a close one! Wanna go again?
|
454
|
+
- You're pretty strong, but you need to mix up your moves a bit more.
|
455
|
+
- Thanks for fighting me!
|
456
|
+
- That's a wrap!
|
457
|
+
- Evil? Like the concept of gods, this is a meaningless human construct.
|
458
|
+
- No need to contemplate your future. That is for me to determine. Not you.
|
459
|
+
- My name, my consciousness, my power...Everything I have, I earned for myself!
|
460
|
+
- I was just looking for a test subject to assist in augmenting my engine...
|
461
|
+
- Before long, a new age will dawn upon the earth and I shall rule over all!
|
462
|
+
- Fear in the face of such power is only natural. No need to hide it.
|
463
|
+
- I am impressed. Now stand so that I may assimilate your data!
|
464
|
+
- I did not expect you to put up such a fight. You have impressed me.
|
465
|
+
- This has been a complete waste of time. Prepare for data deletion!
|
466
|
+
- My name is Seth. Remember it!
|
467
|
+
- I am ruler of all I survey!
|
468
|
+
- You cannot defeat me if you fight only for yourself.
|
469
|
+
- These fists fight for life. They are protected by benevolent spirits.
|
470
|
+
- Let us go to the ends of the earth!
|
471
|
+
- True warriors know no fear. This is not pride, but merely confidence.
|
472
|
+
- My power is bestowed upon me by the spirits. You have no such power!
|
473
|
+
- Spirits and men are both engaged in a constant journey.
|
474
|
+
- I do not fear death. But do not confuse this for resignation.
|
475
|
+
- Do not lament over your loss, for the spirits will heal and rejuvenate you.
|
476
|
+
- I will not stop until I have found my beloved and hold her in my arms!
|
477
|
+
- Let us depart.
|
478
|
+
- The wind speaks to us.
|
479
|
+
- No one compares to my beauty. Nor my strength.
|
480
|
+
- Not even the gods could create something that compares to my beauty.
|
481
|
+
- Blood is the most beautiful color known to mankind.
|
482
|
+
- Power and wealth are meaningless in the face of blinding beauty.
|
483
|
+
- I look the most beautiful when glimpsed in the moment of your demise.
|
484
|
+
- I am at my most beautiful when I am dealing the victory blow.
|
485
|
+
- The least I could do is defeat you with unmatched beauty and grace.
|
486
|
+
- Fighting ugly opponents depresses me to no end.
|
487
|
+
- The weak have nothing to offer and should be culled from the population.
|
488
|
+
- I am beautiful.
|
489
|
+
- Victory is beautiful.
|
490
|
+
- Choosing to fight me means that you are prepared to face defeat!
|
491
|
+
- My muscles are my shield and this shield can withstand any attack!
|
492
|
+
- Compared to my training in Siberia, street fights are mere child's play!
|
493
|
+
- Fans are what drive a wrestler's spirit! With support from my fans, I can't lose!
|
494
|
+
- If you want to build your leg muscles, you should try the Cossack Dance!
|
495
|
+
- I am the Red Cylcone and I destroy anything in my path!
|
496
|
+
- You'd better not try to stand up right away. I threw you awfully hard...
|
497
|
+
- That last move was impressive, comrade. But it was too little, too late!
|
498
|
+
- You need more muscle mass!
|
499
|
+
- You have to want victory!
|
500
|
+
- Khorosho I win!
|
501
|
+
moves:
|
502
|
+
- A.X.E.
|
503
|
+
- Abare Tosanami
|
504
|
+
- Abigail Punch
|
505
|
+
- Abigail Smash
|
506
|
+
- Abigail Special
|
507
|
+
- Absolute Zero
|
508
|
+
- Aegis Reflector
|
509
|
+
- Aeolus Edge
|
510
|
+
- Aerial Russian Slam
|
511
|
+
- Air Knee Smash
|
512
|
+
- Air Slasher
|
513
|
+
- Air Stampede
|
514
|
+
- Air Taunt
|
515
|
+
- Airbone Eagle Spike
|
516
|
+
- Airborne Dankukyaku
|
517
|
+
- Airborne Jaguar Kick
|
518
|
+
- Airborne Snake Strike
|
519
|
+
- Ajaratengu
|
520
|
+
- Alegrias
|
521
|
+
- Altair
|
522
|
+
- Angry Charge
|
523
|
+
- Annihilate Sword
|
524
|
+
- Arakuma Inashi
|
525
|
+
- Ascension
|
526
|
+
- Ashikari
|
527
|
+
- Ashura Senku
|
528
|
+
- Assault Roll
|
529
|
+
- Atomic Suplex
|
530
|
+
- Aura Soul Spark
|
531
|
+
- Aura Soul Spark Due
|
532
|
+
- Aura Soul Throw
|
533
|
+
- Aurora Spin Edge
|
534
|
+
- Avalanche Press
|
535
|
+
- Avant Line
|
536
|
+
- Axle Spin Knuckle
|
537
|
+
- B3
|
538
|
+
- Back Crusher
|
539
|
+
- Back Slash
|
540
|
+
- Back-Carry Throw
|
541
|
+
- Backstep Roll
|
542
|
+
- Bad Spray
|
543
|
+
- Bad Stone
|
544
|
+
- Bandit Chain
|
545
|
+
- Banishing Flat
|
546
|
+
- Batsuzan Gaisei
|
547
|
+
- Bay Area Sunrise
|
548
|
+
- Beak Assault
|
549
|
+
- Bean Ball
|
550
|
+
- Big Bang Typhoon
|
551
|
+
- Big Boot
|
552
|
+
- Birdie Time
|
553
|
+
- Bison Warp
|
554
|
+
- Black Widow
|
555
|
+
- Blitz Combination
|
556
|
+
- Bloody High Claw
|
557
|
+
- Bloody Kiss
|
558
|
+
- Bloody Rain
|
559
|
+
- Blue Nocturne
|
560
|
+
- Bolshoi Russian Suplex
|
561
|
+
- Bolt Charge
|
562
|
+
- Boomerang Raid
|
563
|
+
- Borscht Dynamite
|
564
|
+
- Brave Dance
|
565
|
+
- Break
|
566
|
+
- Break Dive
|
567
|
+
- Break Time
|
568
|
+
- Breathless
|
569
|
+
- Brimstone
|
570
|
+
- Brutal Impact
|
571
|
+
- Buffalo Headbutt
|
572
|
+
- Buffalo Pressure Crazy Rush
|
573
|
+
- Buffalo Swing
|
574
|
+
- Bull Head
|
575
|
+
- Bull Horn
|
576
|
+
- Bull Revenger
|
577
|
+
- Bullet Clear
|
578
|
+
- Burning Dance
|
579
|
+
- Burning Fight
|
580
|
+
- Burning Kick
|
581
|
+
- Burst Heel
|
582
|
+
- Burst Time
|
583
|
+
- Bursting Buffalo
|
584
|
+
- Bushin Bakujasho
|
585
|
+
- Bushin Gekirinchu
|
586
|
+
- Bushin Gokusaken
|
587
|
+
- Bushin Gokusanage
|
588
|
+
- Bushin Gokusanken Ni
|
589
|
+
- Bushin Gokusanken San
|
590
|
+
- Bushin Gokusanken Shu
|
591
|
+
- Bushin Goraikyaku
|
592
|
+
- Bushin Goraisenpujin
|
593
|
+
- Bushin Gram Ban
|
594
|
+
- Bushin Gram Koku
|
595
|
+
- Bushin Gram Teki
|
596
|
+
- Bushin Guraiha
|
597
|
+
- Bushin Hasoken
|
598
|
+
- Bushin Izuna Otoshi
|
599
|
+
- Bushin Jakura
|
600
|
+
- Bushin Kirinkyaku
|
601
|
+
- Bushin Muso Renge
|
602
|
+
- Bushin Sangoku Otoshi
|
603
|
+
- Bushin Seiryukyaku
|
604
|
+
- Bushin Senpukyaku
|
605
|
+
- Bushin Shidenkyaku
|
606
|
+
- Bushin Sho
|
607
|
+
- Bushin Soukosou
|
608
|
+
- Bushin Tengen
|
609
|
+
- Bushinryu Shingekiko
|
610
|
+
- Butsu-metsu Buster
|
611
|
+
- Byakko Soshoda
|
612
|
+
- C'mon
|
613
|
+
- Cage Climb
|
614
|
+
- Cancel
|
615
|
+
- Cannon Revenge
|
616
|
+
- Cannon Spike
|
617
|
+
- Cannon Strike
|
618
|
+
- Canterbury Blue
|
619
|
+
- Capture & Deadly Blow
|
620
|
+
- Cartwheel
|
621
|
+
- Ceremony of Honor
|
622
|
+
- Change of Direction
|
623
|
+
- Charging Buffalo
|
624
|
+
- Chariot Tackle
|
625
|
+
- Choke Sleeper
|
626
|
+
- Choke Whip
|
627
|
+
- Climax Beat
|
628
|
+
- Clouded Mirror
|
629
|
+
- Cold Blue Kick
|
630
|
+
- Condor Dive
|
631
|
+
- Condor Spire
|
632
|
+
- Corkscrew Blow
|
633
|
+
- Corkscrew Cross
|
634
|
+
- Cosmic Heel
|
635
|
+
- Coward Crouch
|
636
|
+
- Crack Kick
|
637
|
+
- Crazy Buffalo
|
638
|
+
- Crime Sway
|
639
|
+
- Criminal Punisher
|
640
|
+
- Criminal Upper
|
641
|
+
- Crimson Crucify
|
642
|
+
- Crimson Terror
|
643
|
+
- Critical Combo Attack
|
644
|
+
- Cross Counter
|
645
|
+
- Cross Scissors Pressure
|
646
|
+
- Cross Stinger Assault
|
647
|
+
- Crossfire Blitz
|
648
|
+
- Cruel Disaster
|
649
|
+
- Culminated Power
|
650
|
+
- Cyber Lariat
|
651
|
+
- Cyclone Lariat
|
652
|
+
- D.R.A.
|
653
|
+
- DCM
|
654
|
+
- Daikyo Burning
|
655
|
+
- Dangerous Headbutt
|
656
|
+
- Dangerous President
|
657
|
+
- Dankukyaku
|
658
|
+
- Danretsuken
|
659
|
+
- Dash Eagle Spike
|
660
|
+
- Dash Low Smash
|
661
|
+
- Dash Low Straight
|
662
|
+
- Dash Spinning Mixer
|
663
|
+
- Dash Straight
|
664
|
+
- Dash Swing Blow
|
665
|
+
- Dash Upper
|
666
|
+
- Dashing Head Attack
|
667
|
+
- Dashing Leg Attack
|
668
|
+
- Dashing Straight
|
669
|
+
- Daydream Headlock
|
670
|
+
- Dead End Irony
|
671
|
+
- Deadly Double Combination
|
672
|
+
- Death Cross Dance
|
673
|
+
- Death Flutter
|
674
|
+
- Delta Advance
|
675
|
+
- Delta Ambush
|
676
|
+
- Delta Drive
|
677
|
+
- Delta Step
|
678
|
+
- Delta Twist
|
679
|
+
- Demon Armageddon
|
680
|
+
- Denjin Hadoken
|
681
|
+
- Denjin Renki
|
682
|
+
- Devil Reverse
|
683
|
+
- Diamond Body
|
684
|
+
- Diamond Dust
|
685
|
+
- Dirty Bull
|
686
|
+
- Dirty Coach
|
687
|
+
- Dohatsu Shoten
|
688
|
+
- Dokunomu
|
689
|
+
- Dominant Crush
|
690
|
+
- Double Dread Kick
|
691
|
+
- Double Flash
|
692
|
+
- Double Kick
|
693
|
+
- Double Knee Press
|
694
|
+
- Double Lariat
|
695
|
+
- Double Slap
|
696
|
+
- Double Typhoon
|
697
|
+
- Dragon Smash
|
698
|
+
- Drop Back
|
699
|
+
- Drop Kick
|
700
|
+
- Dynamic Rolling
|
701
|
+
- Dynamite Punch
|
702
|
+
- Dynasty Dash
|
703
|
+
- EX Yoga Teleport
|
704
|
+
- Eagle Spike
|
705
|
+
- Earth Direct
|
706
|
+
- Easifa
|
707
|
+
- Easy Step
|
708
|
+
- El Fuerte Dynamite
|
709
|
+
- El Fuerte Flying Giga Buster
|
710
|
+
- El Fuerte Ultra Spark
|
711
|
+
- Elbow Drop
|
712
|
+
- Elbow Drop/Hiji Otoshi
|
713
|
+
- Electric Blaster
|
714
|
+
- Electric Snake
|
715
|
+
- Electric Thunder
|
716
|
+
- Emergency Combination
|
717
|
+
- Enchilada Jump
|
718
|
+
- Enhanced Snatcher
|
719
|
+
- Enjoy Time
|
720
|
+
- Eruption of Power
|
721
|
+
- Evil Stomp
|
722
|
+
- Fajita Buster
|
723
|
+
- Falling Arc
|
724
|
+
- Falling Sky
|
725
|
+
- Fatal Leg Twister
|
726
|
+
- Feng Shui Engine
|
727
|
+
- Feng Shui Engine Beta
|
728
|
+
- Feng Shui Engine type alpha
|
729
|
+
- Fightin' Dirty
|
730
|
+
- Final Atomic Buster
|
731
|
+
- Final Combination
|
732
|
+
- Final Destruction
|
733
|
+
- Fire Spinner
|
734
|
+
- Fire Squall
|
735
|
+
- Firecracker
|
736
|
+
- Flap Spin
|
737
|
+
- Flash Chop
|
738
|
+
- Flash Explosion
|
739
|
+
- Flash Kick
|
740
|
+
- Flower Kick
|
741
|
+
- Flying Barcelona Attack
|
742
|
+
- Flying Barcelona Special
|
743
|
+
- Flying Body Press
|
744
|
+
- Flying Cross Chop
|
745
|
+
- Flying Nachos
|
746
|
+
- Flying Oil Spin
|
747
|
+
- Flying Peach
|
748
|
+
- Flying Power Bomb
|
749
|
+
- Flying Viper
|
750
|
+
- Forbidden Shoryuken
|
751
|
+
- Fox Tail
|
752
|
+
- Front Flip
|
753
|
+
- Frost Edge
|
754
|
+
- Frost Touch
|
755
|
+
- Frost Tower
|
756
|
+
- Fudoshin
|
757
|
+
- Fuha Enzan
|
758
|
+
- Fuhajin
|
759
|
+
- Fuharenjin
|
760
|
+
- Fuharenkyaku
|
761
|
+
- Fuji Drop
|
762
|
+
- Fuji Otoshi
|
763
|
+
- Fukiage
|
764
|
+
- Fukuma Gohado
|
765
|
+
- Fukuro
|
766
|
+
- Fuma Shuriken
|
767
|
+
- Fusatsusen
|
768
|
+
- G Barrier
|
769
|
+
- G Burst
|
770
|
+
- G Charge
|
771
|
+
- G Explosion
|
772
|
+
- G Impact
|
773
|
+
- G Rage
|
774
|
+
- G Revenge
|
775
|
+
- G Smash Over
|
776
|
+
- G Smash Under
|
777
|
+
- G Spin Kick
|
778
|
+
- Gadoken
|
779
|
+
- Galactic Tornado
|
780
|
+
- Gekirinken
|
781
|
+
- Gekiro
|
782
|
+
- Gekkou
|
783
|
+
- Genei Jin
|
784
|
+
- Genko
|
785
|
+
- Gentle Swing
|
786
|
+
- German Suplex
|
787
|
+
- Giant Flip
|
788
|
+
- Giant Palm Bomber
|
789
|
+
- Gigas Breaker
|
790
|
+
- Gigaton Blow
|
791
|
+
- Giraffe Neck
|
792
|
+
- Gohadoken
|
793
|
+
- Gorai Hadoken
|
794
|
+
- Goshoryuken
|
795
|
+
- Grand Izuna Drop
|
796
|
+
- Ground Shave Roll
|
797
|
+
- Guacamole Leg Throw
|
798
|
+
- Guardian of the Sun
|
799
|
+
- Gun Smoke
|
800
|
+
- Guren Enjinkyaku
|
801
|
+
- Guren Ken
|
802
|
+
- Guren Senpukyaku
|
803
|
+
- Gyro Drive Smasher
|
804
|
+
- Habanero Back Dash
|
805
|
+
- Habanero Dash
|
806
|
+
- Hado Burst
|
807
|
+
- Hadoken
|
808
|
+
- Hadosho
|
809
|
+
- Hailstorm
|
810
|
+
- Hammer Knuckle
|
811
|
+
- Hammer Mountain
|
812
|
+
- Hanagashi
|
813
|
+
- Hanagasumi
|
814
|
+
- Hanging Chain
|
815
|
+
- Haoh Gadoken
|
816
|
+
- Hard Hit Knee
|
817
|
+
- Haru Arashi
|
818
|
+
- Haru Ichiban
|
819
|
+
- Haru Kaze
|
820
|
+
- Haru Ranman
|
821
|
+
- Hashinsho
|
822
|
+
- Hassou Tobi
|
823
|
+
- Hassoukyaku
|
824
|
+
- Hayagake
|
825
|
+
- Hayate
|
826
|
+
- Hazan Tenshou Kyaku
|
827
|
+
- Hazanshu
|
828
|
+
- Head Crush
|
829
|
+
- Head Press
|
830
|
+
- Healing
|
831
|
+
- Heart Raid
|
832
|
+
- Heart of Gold
|
833
|
+
- Heartless
|
834
|
+
- Heat Rush
|
835
|
+
- Heavenly Dynamite
|
836
|
+
- Heavy Hammer
|
837
|
+
- Hecatoncheires
|
838
|
+
- Hell Attack
|
839
|
+
- Hidden Dive
|
840
|
+
- Hien
|
841
|
+
- High Speed Barrage
|
842
|
+
- Hissho Buraiken
|
843
|
+
- Hitobashira Nobori
|
844
|
+
- Honey Trap
|
845
|
+
- Honshin
|
846
|
+
- Hooligan Combination
|
847
|
+
- Horn Breaker
|
848
|
+
- Hosenka
|
849
|
+
- Hou Shou
|
850
|
+
- Houyoku Sen
|
851
|
+
- Hozanto
|
852
|
+
- Hundred Hand Slap
|
853
|
+
- Hungabee
|
854
|
+
- Hurricane Spinner
|
855
|
+
- Hyakkishu
|
856
|
+
- Hyakurenko
|
857
|
+
- Hyakuretsukyaku
|
858
|
+
- Hybrid Charge
|
859
|
+
- Hyper Bomb
|
860
|
+
- Hyper Tornado
|
861
|
+
- Idaten
|
862
|
+
- Illusion Spark
|
863
|
+
- Inazuma Spin Hold
|
864
|
+
- Insanity Gaze
|
865
|
+
- Inside Slash
|
866
|
+
- Invisible Ray
|
867
|
+
- Iron Muscle
|
868
|
+
- Isana
|
869
|
+
- Isshin
|
870
|
+
- Izuna Drop
|
871
|
+
- Jackknife Maximum
|
872
|
+
- Jaguar Avalanche
|
873
|
+
- Jaguar Crunch
|
874
|
+
- Jaguar Kick
|
875
|
+
- Jaguar Revolver
|
876
|
+
- Jaguar Tooth
|
877
|
+
- Jaguar Varied Assault
|
878
|
+
- Jaw Crusher
|
879
|
+
- Jet Upper
|
880
|
+
- Jigoku Scrape
|
881
|
+
- Jinchuu Watari
|
882
|
+
- Jiraiya
|
883
|
+
- Joudan Sokutogeri
|
884
|
+
- Judgement Saber
|
885
|
+
- Judgement of Thoth
|
886
|
+
- Jungle Dynamo
|
887
|
+
- Justice Corridor
|
888
|
+
- Justice Shell
|
889
|
+
- Jyafuten
|
890
|
+
- Jyakoha
|
891
|
+
- Jyasen
|
892
|
+
- KKB
|
893
|
+
- Kachofugetsu
|
894
|
+
- Kaeshi Saiha
|
895
|
+
- Kaeshi Urasaiha
|
896
|
+
- Kagenui
|
897
|
+
- Kagerou
|
898
|
+
- Kaihou
|
899
|
+
- Kaisen Dankairaku
|
900
|
+
- Kaisenrenkyaku
|
901
|
+
- Kaiten Izuna Otoshi
|
902
|
+
- Kakko Fubatsu
|
903
|
+
- Kamabaraigeri
|
904
|
+
- Kamaitachi
|
905
|
+
- Kamigashima
|
906
|
+
- Kanzuki-Ryu Guren No Kata
|
907
|
+
- Kanzuki-Ryu Hadorokushiki Hasha no Kata
|
908
|
+
- Kanzuki-Ryu Hokojutsu Seppo
|
909
|
+
- Kanzuki-ryuu Kou'ou Ken
|
910
|
+
- Kanzuki-ryuu Shinpikaibyaku
|
911
|
+
- Karakusa
|
912
|
+
- Kasatsushu
|
913
|
+
- Kasatushi
|
914
|
+
- Kashinfu
|
915
|
+
- Kasumi Gake
|
916
|
+
- Kasumi Suzaku
|
917
|
+
- Katapult
|
918
|
+
- Kazekiri
|
919
|
+
- Kikoken
|
920
|
+
- Kikosho
|
921
|
+
- Kill Step
|
922
|
+
- Killer Bee Assault
|
923
|
+
- Killer Bee Stinger
|
924
|
+
- Killer Choke Whip
|
925
|
+
- Killer Scythe Kick
|
926
|
+
- Killing Head
|
927
|
+
- Kimonkai
|
928
|
+
- Kishin Riki
|
929
|
+
- Kishin Tsui
|
930
|
+
- Kissed by a Goddess
|
931
|
+
- Knee Bullet
|
932
|
+
- Knee Drop
|
933
|
+
- Knee Press Nightmare
|
934
|
+
- Knee Slam
|
935
|
+
- Knife Edge
|
936
|
+
- Knife Pickup
|
937
|
+
- Kobokushi
|
938
|
+
- Kongoshin
|
939
|
+
- Kongou Kokuretsuzan
|
940
|
+
- Koryo Dokuda
|
941
|
+
- Koryuken
|
942
|
+
- Koryuu Rekka
|
943
|
+
- Koten Okiagari
|
944
|
+
- Kouga
|
945
|
+
- Kubi Kudaki
|
946
|
+
- Kunai
|
947
|
+
- Kunai Hoju
|
948
|
+
- Kunai Ikkinage
|
949
|
+
- Kurekijin
|
950
|
+
- Kuuchuu Tatsumaki Senpukyaku
|
951
|
+
- Kuzuryu Reppa
|
952
|
+
- Kyoseijin
|
953
|
+
- Last Dread Dust
|
954
|
+
- Left Eye of the Lion
|
955
|
+
- Legendary Taunt
|
956
|
+
- Lift Combination
|
957
|
+
- Lift Upper
|
958
|
+
- Light of Justice
|
959
|
+
- Light of Virtue
|
960
|
+
- Lightning Beast
|
961
|
+
- Lightning Cannonball
|
962
|
+
- Lightning Grenade
|
963
|
+
- Lightning Mole
|
964
|
+
- Linear Movement
|
965
|
+
- Linear Movement Avante
|
966
|
+
- Linear Movement Esquiva
|
967
|
+
- Linear Movement Finta
|
968
|
+
- Liverpool White
|
969
|
+
- Love Hurricane
|
970
|
+
- Love Me Tender
|
971
|
+
- Love Storm
|
972
|
+
- Lynx Tail
|
973
|
+
- Mach Back Knuckle
|
974
|
+
- Mach Slide
|
975
|
+
- Machine Gun Upper
|
976
|
+
- Machinegun Blow
|
977
|
+
- Mad Cradle
|
978
|
+
- Magnetic Storm
|
979
|
+
- Mallet Smash
|
980
|
+
- Manchester Black
|
981
|
+
- Manchester Gold
|
982
|
+
- Marseilles Roll
|
983
|
+
- Mask of Tlalli
|
984
|
+
- Matador Turn
|
985
|
+
- Matsuda Sway
|
986
|
+
- Max Power
|
987
|
+
- Maximum President
|
988
|
+
- Meat Squasher
|
989
|
+
- Mega Crash
|
990
|
+
- Megaton Press
|
991
|
+
- Meido Gohado
|
992
|
+
- Meido no Miyage
|
993
|
+
- Meioken
|
994
|
+
- Mekong Delta Air Raid
|
995
|
+
- Mekong Delta Attack
|
996
|
+
- Mekong Delta Escape
|
997
|
+
- Message To The People
|
998
|
+
- Messatsu Gohado
|
999
|
+
- Messatsu Gorasen
|
1000
|
+
- Messatsu Goshoryu
|
1001
|
+
- Messatsu Gou Hadou
|
1002
|
+
- Messatsu Gou Rasen
|
1003
|
+
- Messatsu Gou Senpuu
|
1004
|
+
- Messatsu-Goshoryu
|
1005
|
+
- Messiah Kick
|
1006
|
+
- Metallic Aura
|
1007
|
+
- Metallic Sphere
|
1008
|
+
- Meteor Strike
|
1009
|
+
- Metro Crash
|
1010
|
+
- Metsu Hadoken
|
1011
|
+
- Metsu Shoryuken
|
1012
|
+
- Mexican Typhoon
|
1013
|
+
- Mic Performance
|
1014
|
+
- Midare Zakura
|
1015
|
+
- Mikoshi
|
1016
|
+
- Mind's Eye
|
1017
|
+
- Mine Sweeper
|
1018
|
+
- Misogi
|
1019
|
+
- Monster Lariat
|
1020
|
+
- Moonsault Knee Drop
|
1021
|
+
- Moonsault Press
|
1022
|
+
- Moonsault Slash
|
1023
|
+
- Mu
|
1024
|
+
- Mujinkyaku
|
1025
|
+
- Murderer Chain
|
1026
|
+
- Mythical Taunt
|
1027
|
+
- N.D.L.
|
1028
|
+
- Nadeshiko
|
1029
|
+
- Nail Assault
|
1030
|
+
- Neck Breaker
|
1031
|
+
- Nefertem
|
1032
|
+
- Nekketsu Hadoken
|
1033
|
+
- Nichirin Shou
|
1034
|
+
- Nightmare Booster
|
1035
|
+
- Nikaiho
|
1036
|
+
- Nikyoushu Nikankyaku
|
1037
|
+
- Niou Riki
|
1038
|
+
- Nirenko
|
1039
|
+
- Nishikyu
|
1040
|
+
- Nishodoku
|
1041
|
+
- Nishokyaku
|
1042
|
+
- Nitro Charge
|
1043
|
+
- No Mercy
|
1044
|
+
- Nouten Wari
|
1045
|
+
- Oga
|
1046
|
+
- Oicho Throw
|
1047
|
+
- Oil Coaster
|
1048
|
+
- Oil Combination Hold
|
1049
|
+
- Oil Dive
|
1050
|
+
- Oil Rocket
|
1051
|
+
- Oil Shower
|
1052
|
+
- Oil Slide
|
1053
|
+
- Okakyaku
|
1054
|
+
- Oni Muso
|
1055
|
+
- Oni Yanma
|
1056
|
+
- Ontario Drop
|
1057
|
+
- Opening Dagger
|
1058
|
+
- Opening Gambit
|
1059
|
+
- Orochi
|
1060
|
+
- Orochi Breaker
|
1061
|
+
- Orochi Crush
|
1062
|
+
- Oroshi
|
1063
|
+
- Otoko Michi
|
1064
|
+
- Oukakyaku
|
1065
|
+
- Overhaul
|
1066
|
+
- Oxford Red
|
1067
|
+
- Oyokukyaku
|
1068
|
+
- Pangaea Burst
|
1069
|
+
- Parabellum
|
1070
|
+
- Paradise Hold
|
1071
|
+
- Patriot Circle
|
1072
|
+
- Patriot Sweeper
|
1073
|
+
- Peach Assault
|
1074
|
+
- Peach Gator
|
1075
|
+
- Peerless Palm
|
1076
|
+
- Pendulum Upper
|
1077
|
+
- Perfume Swing
|
1078
|
+
- Poison Cocktail
|
1079
|
+
- Poison Kiss
|
1080
|
+
- Poison Rana
|
1081
|
+
- Power Bomb
|
1082
|
+
- Power Drop
|
1083
|
+
- Premium Tackle
|
1084
|
+
- Prophecy of Thoth
|
1085
|
+
- Psycho Angriff
|
1086
|
+
- Psycho Barrage
|
1087
|
+
- Psycho Blast
|
1088
|
+
- Psycho Cannon
|
1089
|
+
- Psycho Charge
|
1090
|
+
- Psycho Charge Alpha
|
1091
|
+
- Psycho Charge Beta
|
1092
|
+
- Psycho Charge Gama
|
1093
|
+
- Psycho Crusher
|
1094
|
+
- Psycho Crusher Omega
|
1095
|
+
- Psycho Feder
|
1096
|
+
- Psycho Field
|
1097
|
+
- Psycho Flicker
|
1098
|
+
- Psycho Fluegel
|
1099
|
+
- Psycho Headbutt
|
1100
|
+
- Psycho Inferno
|
1101
|
+
- Psycho Jaeger
|
1102
|
+
- Psycho Judgement
|
1103
|
+
- Psycho Kanonen
|
1104
|
+
- Psycho Klinge
|
1105
|
+
- Psycho Knuckle
|
1106
|
+
- Psycho Kugel
|
1107
|
+
- Psycho Nightmare
|
1108
|
+
- Psycho Panzer
|
1109
|
+
- Psycho Power
|
1110
|
+
- Psycho Punisher
|
1111
|
+
- Psycho Reflect
|
1112
|
+
- Psycho Rising
|
1113
|
+
- Psycho Roll
|
1114
|
+
- Psycho Schneide
|
1115
|
+
- Psycho Sever
|
1116
|
+
- Psycho Shield
|
1117
|
+
- Psycho Shot
|
1118
|
+
- Psycho Shrot
|
1119
|
+
- Psycho Snatcher
|
1120
|
+
- Psycho Spark
|
1121
|
+
- Psycho Splash
|
1122
|
+
- Psycho Sting
|
1123
|
+
- Psycho Streak
|
1124
|
+
- Psycho Stream
|
1125
|
+
- Psycho Sturm
|
1126
|
+
- Psycho Transaction
|
1127
|
+
- Psycho Trombe
|
1128
|
+
- Psycho Upper
|
1129
|
+
- Psycho Vanish
|
1130
|
+
- Pyrokinesis/Cryokinesis
|
1131
|
+
- Quick Rolling
|
1132
|
+
- Quick Spin Knuckle
|
1133
|
+
- Quick Step
|
1134
|
+
- Rage Boost
|
1135
|
+
- Rage Shift
|
1136
|
+
- Raging Demon
|
1137
|
+
- Raging Light
|
1138
|
+
- Raging Slash
|
1139
|
+
- Raging Typhoon
|
1140
|
+
- Raida
|
1141
|
+
- Raiju
|
1142
|
+
- Raikou Nataotoshi
|
1143
|
+
- Rainbow Hip Rush
|
1144
|
+
- Rainbow Typhoon
|
1145
|
+
- Raishin Mahhaken
|
1146
|
+
- Rakan
|
1147
|
+
- Rakan Dantojin
|
1148
|
+
- Rakuyo Hadoken
|
1149
|
+
- Rankyaku
|
1150
|
+
- Rapid Dagger
|
1151
|
+
- Rapid Fire
|
1152
|
+
- Rasetsu Kyaku
|
1153
|
+
- Razor Edge Slicer
|
1154
|
+
- Red Impact
|
1155
|
+
- Rekkaken
|
1156
|
+
- Rekkashingeki
|
1157
|
+
- Rekkashinken
|
1158
|
+
- Rekkukyaku
|
1159
|
+
- Remove Claw/Mask
|
1160
|
+
- Rengeki Tourouha
|
1161
|
+
- Renkiko
|
1162
|
+
- Reppu Hadoken
|
1163
|
+
- Reppukyaku
|
1164
|
+
- Ressen Chou
|
1165
|
+
- Ressen Ha
|
1166
|
+
- Resurrection
|
1167
|
+
- Reverse Edge
|
1168
|
+
- Reverse Javelin
|
1169
|
+
- Reverse Shaft Breaker
|
1170
|
+
- Rhino Horn
|
1171
|
+
- Rikudo Osatsu
|
1172
|
+
- Rising Cobra
|
1173
|
+
- Rising Jaguar
|
1174
|
+
- Rising Rage Flash
|
1175
|
+
- Road of the Sun
|
1176
|
+
- Rochumou
|
1177
|
+
- Rocket Upper
|
1178
|
+
- Rodeo Break
|
1179
|
+
- Rokushaku Horokudama
|
1180
|
+
- Roll
|
1181
|
+
- Rolling Attack
|
1182
|
+
- Rolling Crystal Flash
|
1183
|
+
- Rolling Izuna Drop
|
1184
|
+
- Rolling Kick
|
1185
|
+
- Rolling Taunt
|
1186
|
+
- Rolling Thunder
|
1187
|
+
- Rose Thorn
|
1188
|
+
- Roundhouse Kick
|
1189
|
+
- Ruffian Kick
|
1190
|
+
- Russian Stomping
|
1191
|
+
- Ryobenda
|
1192
|
+
- Ryodansatsu
|
1193
|
+
- Ryubi Kyaku
|
1194
|
+
- Ryukoha
|
1195
|
+
- Ryukosai
|
1196
|
+
- Ryuogeki
|
1197
|
+
- Ryusokyaku
|
1198
|
+
- Ryuu Yassai
|
1199
|
+
- Sacrificial Altar
|
1200
|
+
- Saikyo Defense
|
1201
|
+
- Saikyo Tenjinsai
|
1202
|
+
- Saka Hayagake
|
1203
|
+
- Sakkai Fuhazan
|
1204
|
+
- Sakura Fubuki
|
1205
|
+
- Sakura Otoshi
|
1206
|
+
- Sakura Rain
|
1207
|
+
- Sakura Senpu
|
1208
|
+
- Salt Toss
|
1209
|
+
- Sankaku Tobi
|
1210
|
+
- Sardine Beach Special
|
1211
|
+
- Scarlet Mirage
|
1212
|
+
- Scarlet Terror
|
1213
|
+
- Scramble
|
1214
|
+
- Scratch Wheel
|
1215
|
+
- Sean Tackle
|
1216
|
+
- Seichusen Godanzuki
|
1217
|
+
- Seiei Enbu
|
1218
|
+
- Seismic Hammer
|
1219
|
+
- Sekia Kuretsuha
|
1220
|
+
- Sekieiken
|
1221
|
+
- Sekisei Jiraiken
|
1222
|
+
- Sekku
|
1223
|
+
- Sen'en Shuu
|
1224
|
+
- Senha Kassatsu
|
1225
|
+
- Senha Kusabi
|
1226
|
+
- Senha Resshu
|
1227
|
+
- Senkugoshoha
|
1228
|
+
- Senkyutai
|
1229
|
+
- Senpu Nataotoshi
|
1230
|
+
- Senpukuga
|
1231
|
+
- Senpusha
|
1232
|
+
- Senretsukyaku
|
1233
|
+
- Seraphic Wing
|
1234
|
+
- Setsunasen
|
1235
|
+
- Shadow Needle
|
1236
|
+
- Shakunetsu Hadoken
|
1237
|
+
- Shichisei Senkuu Kyaku
|
1238
|
+
- Shien Renkyaku
|
1239
|
+
- Shienkyaku
|
1240
|
+
- Shikusen
|
1241
|
+
- Shin Shoryuken
|
1242
|
+
- Shinbu Messatsu
|
1243
|
+
- Shinku Gadoken
|
1244
|
+
- Shinku Hadoken
|
1245
|
+
- Shinku Tatsumaki Senpukyaku
|
1246
|
+
- Shinku Tengyo Hadoken
|
1247
|
+
- Shinryuken
|
1248
|
+
- Shippu Jinraikyaku
|
1249
|
+
- Shiraha Catch
|
1250
|
+
- Shishigari
|
1251
|
+
- Shishiruirui
|
1252
|
+
- Shishisho
|
1253
|
+
- Shisso Buraiken
|
1254
|
+
- Shitenketsu
|
1255
|
+
- Shitenshuu
|
1256
|
+
- Shock Choke
|
1257
|
+
- Shock Stance
|
1258
|
+
- Shocking Heel
|
1259
|
+
- Shoenryu
|
1260
|
+
- Shootdown Backbreaker
|
1261
|
+
- Shooting Peach
|
1262
|
+
- Short Back Slash
|
1263
|
+
- Short Swing Blow
|
1264
|
+
- Shoryu Cannon
|
1265
|
+
- Shoryuken
|
1266
|
+
- Shoryureppa
|
1267
|
+
- Shotenha
|
1268
|
+
- Shoulder Tackle
|
1269
|
+
- Shouoken
|
1270
|
+
- Shout of Earth
|
1271
|
+
- Shukuchi Rimon Chochu
|
1272
|
+
- Shukumyo
|
1273
|
+
- Shun Goku Satsu
|
1274
|
+
- Shunka Shuutou
|
1275
|
+
- Shunpukyaku
|
1276
|
+
- Shunpurenkyaku
|
1277
|
+
- Shura Rengoku
|
1278
|
+
- Siberian Blizzard
|
1279
|
+
- Siberian Express
|
1280
|
+
- Side Arm
|
1281
|
+
- Silver Edge
|
1282
|
+
- Skip To My Chain
|
1283
|
+
- Sky High Claw
|
1284
|
+
- Slam Dance
|
1285
|
+
- Slash Elbow
|
1286
|
+
- Sledge Hammer
|
1287
|
+
- Sliding Roll
|
1288
|
+
- Snake Fang
|
1289
|
+
- Snake Strike
|
1290
|
+
- Sobat Carnival
|
1291
|
+
- Sobat Festival
|
1292
|
+
- Solid Puncher
|
1293
|
+
- Somersault Justice
|
1294
|
+
- Somersault Strike
|
1295
|
+
- Sonic Boom
|
1296
|
+
- Sonic Break
|
1297
|
+
- Sonic Cross
|
1298
|
+
- Sonic Hurricane
|
1299
|
+
- Sonic Move
|
1300
|
+
- Sonic Scythe
|
1301
|
+
- Sonic Tempest
|
1302
|
+
- Sonic Typhoon
|
1303
|
+
- Sorai Rengeki
|
1304
|
+
- Sotoja
|
1305
|
+
- Sou Hakkei
|
1306
|
+
- Soul Illusion
|
1307
|
+
- Soul Offering
|
1308
|
+
- Soul Passing
|
1309
|
+
- Soul Piede
|
1310
|
+
- Soul Reflect
|
1311
|
+
- "Soul Reflect: Kamal"
|
1312
|
+
- "Soul Reflect: Stella"
|
1313
|
+
- Soul Satellite
|
1314
|
+
- Soul Spark
|
1315
|
+
- Soul Sphere
|
1316
|
+
- "Soul Sphere: Ankh"
|
1317
|
+
- Soul Spiral
|
1318
|
+
- Soul Throw
|
1319
|
+
- Soulless
|
1320
|
+
- Space Opera Symphony
|
1321
|
+
- Spark Show
|
1322
|
+
- Spectacle Romance
|
1323
|
+
- Spin Drive Smasher
|
1324
|
+
- Spin Scythe
|
1325
|
+
- Spinning Arrow
|
1326
|
+
- Spinning Attack
|
1327
|
+
- Spinning Beat
|
1328
|
+
- Spinning Bird Kick
|
1329
|
+
- Spinning Mixer
|
1330
|
+
- Spinning Piledriver
|
1331
|
+
- Spinning Piledriver Special
|
1332
|
+
- Spiral Arrow
|
1333
|
+
- Spiral DDT
|
1334
|
+
- Splendid Claw
|
1335
|
+
- Split River
|
1336
|
+
- St. Andrew's Green
|
1337
|
+
- Staerken
|
1338
|
+
- Stealth Dash
|
1339
|
+
- Steel Chair
|
1340
|
+
- Steel Rain
|
1341
|
+
- Steel Saber
|
1342
|
+
- Stinger
|
1343
|
+
- Strafe Dagger
|
1344
|
+
- Strike Back
|
1345
|
+
- Strike Eagle
|
1346
|
+
- Stun Gun Headbutt
|
1347
|
+
- Sumo Headbutt
|
1348
|
+
- Sumo Smash
|
1349
|
+
- Sun Arch
|
1350
|
+
- Sun Delta
|
1351
|
+
- Sun Dive
|
1352
|
+
- Sun Lower
|
1353
|
+
- Sun Upper
|
1354
|
+
- Sunburst
|
1355
|
+
- Sunrise
|
1356
|
+
- Sunset Wheel
|
1357
|
+
- Sunshine
|
1358
|
+
- Sunshot
|
1359
|
+
- Super Cage Climb
|
1360
|
+
- Super Killer Head Ram
|
1361
|
+
- Supreme Rising Rage Flash
|
1362
|
+
- Switching Claw
|
1363
|
+
- Sylph Amulet
|
1364
|
+
- Taigyaku Mudo
|
1365
|
+
- Take No Prisoners
|
1366
|
+
- Tanden Booster
|
1367
|
+
- Tanden Destruction
|
1368
|
+
- Tanden Engine
|
1369
|
+
- Tanden Extreme
|
1370
|
+
- Tanden Ignition
|
1371
|
+
- Tanden Maneuver
|
1372
|
+
- Tanden Renki
|
1373
|
+
- Tanden Storm
|
1374
|
+
- Tanden Stream
|
1375
|
+
- Tanden Typhoon
|
1376
|
+
- Tap-Kick
|
1377
|
+
- Target Strike
|
1378
|
+
- Tatsumaki
|
1379
|
+
- Tatsumaki Gorasen
|
1380
|
+
- Tatsumaki Senpukyaku
|
1381
|
+
- Tatsumaki Zankukyaku
|
1382
|
+
- Teiga
|
1383
|
+
- Temporal Thunder
|
1384
|
+
- Tenchi Sokaigen
|
1385
|
+
- Tenchuu Satsu
|
1386
|
+
- Tengu Daoshi
|
1387
|
+
- Tengu Midareishi
|
1388
|
+
- Tengu Stone
|
1389
|
+
- Tengu Walking
|
1390
|
+
- Tengyo Hadoken
|
1391
|
+
- Tenha No Kata
|
1392
|
+
- Tenko
|
1393
|
+
- Tenma Gou Zankuu
|
1394
|
+
- Tenma Gozanku
|
1395
|
+
- Tenma Hadoken
|
1396
|
+
- Tenma Shurettou
|
1397
|
+
- Tenmakujinkyaku
|
1398
|
+
- Tenmarakuseikyaku
|
1399
|
+
- Tenpo Kari
|
1400
|
+
- Tenrai
|
1401
|
+
- Tensei Ranka
|
1402
|
+
- Tensenrin
|
1403
|
+
- Tenshin
|
1404
|
+
- Tenshin Senkyutai
|
1405
|
+
- Tenshokyaku
|
1406
|
+
- Tesshin
|
1407
|
+
- Tesshinhou
|
1408
|
+
- Tesso
|
1409
|
+
- Tetsuzanko
|
1410
|
+
- The Birdie
|
1411
|
+
- The Calling
|
1412
|
+
- The Disc's Guidance
|
1413
|
+
- Third Eye
|
1414
|
+
- Thrust Strike
|
1415
|
+
- Thunder Clap
|
1416
|
+
- Thunder Fist
|
1417
|
+
- Thunder Knuckle
|
1418
|
+
- Thunder Whip
|
1419
|
+
- Thunderbolt
|
1420
|
+
- Tiger Assault
|
1421
|
+
- Tiger Cannon
|
1422
|
+
- Tiger Charge
|
1423
|
+
- Tiger Claw
|
1424
|
+
- Tiger Destruction
|
1425
|
+
- Tiger Genocide
|
1426
|
+
- Tiger Knee
|
1427
|
+
- Tiger Raid
|
1428
|
+
- Tiger Rampage
|
1429
|
+
- Tiger Rush
|
1430
|
+
- Tiger Shot
|
1431
|
+
- Tiger Spike
|
1432
|
+
- Tiger Uppercut
|
1433
|
+
- Tojushu
|
1434
|
+
- Tomahawk Buster
|
1435
|
+
- Tornado
|
1436
|
+
- Tornado Hook
|
1437
|
+
- Tornado Spinner
|
1438
|
+
- Tornado Sweep
|
1439
|
+
- Tornado Throw
|
1440
|
+
- Torrent of Power
|
1441
|
+
- Toss & Smash
|
1442
|
+
- Tostada Press
|
1443
|
+
- Total Destruction
|
1444
|
+
- Tourouzan
|
1445
|
+
- Toushi
|
1446
|
+
- Toxic Bind
|
1447
|
+
- Toxic Glamor
|
1448
|
+
- Toxic Hold
|
1449
|
+
- Tozetsu
|
1450
|
+
- Tragedy Assault
|
1451
|
+
- Tropical Hazard
|
1452
|
+
- Tsujigoe
|
1453
|
+
- Tsumuji
|
1454
|
+
- Tsurigane Otoshi
|
1455
|
+
- Tsurugi
|
1456
|
+
- Turn Punch
|
1457
|
+
- Tyrant Pressure
|
1458
|
+
- Tyrant Slaughter
|
1459
|
+
- Ultimate Atomic Buster
|
1460
|
+
- Ultimate Killer Head Ram
|
1461
|
+
- Ultimate Psycho Crusher
|
1462
|
+
- Ultra Snatcher
|
1463
|
+
- Ultra Throw
|
1464
|
+
- Union Jack Platinum
|
1465
|
+
- Urakagerou
|
1466
|
+
- Utsusemi
|
1467
|
+
- Valiant Rebellion
|
1468
|
+
- Vanity Step
|
1469
|
+
- Vertical Roll
|
1470
|
+
- Victory Column
|
1471
|
+
- Violence Knee Drop
|
1472
|
+
- Violent Buffalo
|
1473
|
+
- Viper Blade
|
1474
|
+
- Viper Elbow
|
1475
|
+
- Volty Line
|
1476
|
+
- Wall Jump
|
1477
|
+
- Weapon Fury
|
1478
|
+
- Wheel Kick
|
1479
|
+
- Whip of Love
|
1480
|
+
- Whirlwind Shot
|
1481
|
+
- Wild Hunt
|
1482
|
+
- Wingless Airplane
|
1483
|
+
- Wisdom of Thoth
|
1484
|
+
- Wrath of the Raging Demon
|
1485
|
+
- X.C.O.P.Y.
|
1486
|
+
- X.F.L.A.T.
|
1487
|
+
- X.N.D.L.
|
1488
|
+
- Yagura Reverse
|
1489
|
+
- Yagyou Dama
|
1490
|
+
- Yagyou-Odama
|
1491
|
+
- Yami Shigure
|
1492
|
+
- Yasha Gaeshi
|
1493
|
+
- Yoga Blast
|
1494
|
+
- Yoga Bringer
|
1495
|
+
- Yoga Burner
|
1496
|
+
- Yoga Catastrophe
|
1497
|
+
- Yoga Escape
|
1498
|
+
- Yoga Fire
|
1499
|
+
- Yoga Flame
|
1500
|
+
- Yoga Float
|
1501
|
+
- Yoga Gale
|
1502
|
+
- Yoga Inferno
|
1503
|
+
- Yoga Legend1
|
1504
|
+
- Yoga Sansara
|
1505
|
+
- Yoga Shangri-La
|
1506
|
+
- Yoga Stream
|
1507
|
+
- Yoga Strike
|
1508
|
+
- Yoga Sunburst
|
1509
|
+
- Yoga Teleport
|
1510
|
+
- Yoga Tempest
|
1511
|
+
- Yoga Volcano
|
1512
|
+
- Yoroitoshi
|
1513
|
+
- You Hou
|
1514
|
+
- Ysaar
|
1515
|
+
- Zan'ei
|
1516
|
+
- Zanku Hadoken
|
1517
|
+
- Zanku Hadosho
|
1518
|
+
- Zenpou Tenshin
|
1519
|
+
- Zenten
|
1520
|
+
- Zesshou Hohou
|
1521
|
+
- Zetsuei
|
1522
|
+
- Zonk Knuckle
|
1523
|
+
- Zugai Hasatsu
|
1524
|
+
- Zuri Fugaku
|