faker 2.11.0 → 2.17.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 +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- 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/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 +4 -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 +88 -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/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/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/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/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/faker.rb +28 -23
- 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/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/blood.yml +13 -0
- 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 +401 -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/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 +451 -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/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/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/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 +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- 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 +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- 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 +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,107 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
studio_ghibli:
|
4
|
+
characters:
|
5
|
+
- Chihiro Ogino
|
6
|
+
- Traveling Soot
|
7
|
+
- Yubaba
|
8
|
+
- Haku
|
9
|
+
- No-Face
|
10
|
+
- Zeniba
|
11
|
+
- Kamaji
|
12
|
+
- Howl Jenkins Pendragon
|
13
|
+
- Sophie Hatter
|
14
|
+
- Witch of the Waste
|
15
|
+
- Lettie Hatter
|
16
|
+
- Calcifer
|
17
|
+
- Markl
|
18
|
+
- Tunip Head
|
19
|
+
- Suliman
|
20
|
+
- Pazu
|
21
|
+
- Shiita
|
22
|
+
- Dola
|
23
|
+
- Louis
|
24
|
+
- Seita Yokokawa
|
25
|
+
- Setsuko Yokokawa
|
26
|
+
- Kiyoshi Yokokawa
|
27
|
+
- Ponyo
|
28
|
+
- Fujimoto
|
29
|
+
- Granmamare
|
30
|
+
- Sōsuke
|
31
|
+
- Lisa
|
32
|
+
- Kōichi
|
33
|
+
- Ashitaka
|
34
|
+
- San
|
35
|
+
- Jiko-bō
|
36
|
+
- Lady Eboshi
|
37
|
+
- Moro
|
38
|
+
- Nausicaä
|
39
|
+
- Jhil
|
40
|
+
- Yupa
|
41
|
+
- Obaba Hisako
|
42
|
+
- Marco Pagot
|
43
|
+
- Gina
|
44
|
+
- Fio Piccolo
|
45
|
+
- Donald Curtis
|
46
|
+
- Mamma Aiuto
|
47
|
+
- Capo
|
48
|
+
- Mr. Piccolo
|
49
|
+
- Bellini
|
50
|
+
- Jiji
|
51
|
+
- Kiki the Witch
|
52
|
+
- Tombo Kopoli
|
53
|
+
- Osono
|
54
|
+
- Ursula
|
55
|
+
- Totoro
|
56
|
+
- Mei Kusakabe
|
57
|
+
- Catbus
|
58
|
+
- Satsuki Kusakabe
|
59
|
+
- Tatsuo Kusakabe
|
60
|
+
- Kanta Ōgaki
|
61
|
+
- Yasuko Kusakabe
|
62
|
+
quotes:
|
63
|
+
- It’s not really important what color your dress is. What matters is the heart inside.
|
64
|
+
- We each need to find our own inspiration, Kiki. Sometimes it’s not easy.
|
65
|
+
- Maybe I can stay and find some other nice people who will like me and accept me for who I am.
|
66
|
+
- Something you wouldn't recognize. It’s called love.
|
67
|
+
- Once you do something, you never forget. Even if you can't remember.
|
68
|
+
- Here's another curse for you, may all your bacon burn.
|
69
|
+
- I'm going up to my room now, where I may die.
|
70
|
+
- Really, these wizards! You'd think no one had ever had a cold before! Well, what is it?
|
71
|
+
- I give up. I see no point in living if I can’t be beautiful.
|
72
|
+
- Life is suffering. It is hard. The world is cursed. But still you find reasons to keep living.
|
73
|
+
- Look, everyone! This is what hatred looks like! This is what it does when it catches hold of you! It's eating me alive, and very soon now it will kill me! Fear and anger only make it grow faster!
|
74
|
+
- These days, there are angry ghosts all around us. Dead from wars, sickness, starvation, and nobody cares. So - you say you're under a curse. So what, so's the whole damn world.
|
75
|
+
- It's not really important what color your dress is. What matters is the heart inside. I think something's wrong with me. I make friends, then suddenly I can't bear to be with any of them. Seems like that other me, the cheerful and honest one, went away somewhere.
|
76
|
+
- A pig that doesn't fly is just a pig.
|
77
|
+
- I'm a pig. I don't fight for honor. I fight for a paycheck.
|
78
|
+
- A pig's gotta fly.
|
79
|
+
- Hahaha... This isn't a Western, you can't hit me from here.
|
80
|
+
- Take her back to Civilisation.
|
81
|
+
- I finally get a bouquet and it's a goodbye present. That's depressing.
|
82
|
+
- Aren't you even going to knock? You're the most patheic little girl I've ever seen!
|
83
|
+
- The earth speaks to all of us, and if we listen, we can understand.
|
84
|
+
- A girl just fell from the sky, boss!
|
85
|
+
- The tree! We protected it, so it protects us!
|
86
|
+
- He said Mom was ugly, now go get him!
|
87
|
+
- That tree's gettin' away with our treasure!
|
88
|
+
- It's so beautiful. It's hard to believe these spores could kill me.
|
89
|
+
- Why does everything that's good for you have to taste so bad?
|
90
|
+
movies:
|
91
|
+
- Spirited Away
|
92
|
+
- Kiki's Delivery Service
|
93
|
+
- My Neighbour Totoro
|
94
|
+
- Howl's Moving Castle
|
95
|
+
- Princess Mononoke
|
96
|
+
- Porco Rosso
|
97
|
+
- The Cat Returns
|
98
|
+
- Ponyo
|
99
|
+
- Nausicaä of the Valley of the Wind
|
100
|
+
- Castle in the Sky
|
101
|
+
- Grave of the Fireflies
|
102
|
+
- Arietty
|
103
|
+
- Tales from Earthsea
|
104
|
+
- From Up on Poppy Hill
|
105
|
+
- The Wind Rises
|
106
|
+
- The Tale of the Princess Kaguya
|
107
|
+
- My Neighbors the Yamadas
|
@@ -0,0 +1,45 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
suits:
|
4
|
+
characters:
|
5
|
+
- Harvey Specter
|
6
|
+
- Mike Ross
|
7
|
+
- Louis Litt
|
8
|
+
- Rachel Zane
|
9
|
+
- Donna Paulsen
|
10
|
+
- Jessica Pearson
|
11
|
+
- Katrina Bennett
|
12
|
+
- Alex Williams
|
13
|
+
- Samantha Wheeler
|
14
|
+
- Jenny Griffith
|
15
|
+
- Trevor Evans
|
16
|
+
- Dana Scott
|
17
|
+
- Travis Tanner
|
18
|
+
- Cameron Dennis
|
19
|
+
- Daniel Hardman
|
20
|
+
- Sheila Sazs
|
21
|
+
- Monica Eton
|
22
|
+
- Robert Zane
|
23
|
+
- Edward Darby
|
24
|
+
- Stephen Huntley
|
25
|
+
- Ava Hessington
|
26
|
+
- Jonathan Sidwell
|
27
|
+
- Eric Woodall
|
28
|
+
- Sean Cahill
|
29
|
+
- Esther Litt
|
30
|
+
quotes:
|
31
|
+
- Sometimes good is not good enough.
|
32
|
+
- I don't play the odds, I play the man.
|
33
|
+
- Thats the difference between you and me. You wanna lose small, I wanna win big.
|
34
|
+
- The only time success comes before work is in the dictionary.
|
35
|
+
- Don't raise your voice. Improve your argument.
|
36
|
+
- When you’re backed against the wall, break the goddamn thing down.
|
37
|
+
- But I’d never thought in million years, that I’d meet someone dumb enough to go to prison for me.
|
38
|
+
- Failure is a bruise, not a tattoo.
|
39
|
+
- When you work with tigers, once in a while they are going to take a swipe at you.
|
40
|
+
- I dont respond to threats. I make them.
|
41
|
+
- I am sorry I don't have photographic memory, but my brain is too busy being awesome.
|
42
|
+
- I’m Donna. I know everything.
|
43
|
+
- I don't have dreams, I have goals.
|
44
|
+
- You just got Litt up!
|
45
|
+
- I’m Moby goddamn Dick, and you just swam in my waters
|
@@ -0,0 +1,58 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
super_mario:
|
5
|
+
characters:
|
6
|
+
- Mario
|
7
|
+
- Luigi
|
8
|
+
- Princess Peach
|
9
|
+
- Toad
|
10
|
+
- Bowser
|
11
|
+
- Yoshi
|
12
|
+
- Princess Daisy
|
13
|
+
- Rosalina
|
14
|
+
- Donkey Kong
|
15
|
+
- Diddy Kong
|
16
|
+
- Toadette
|
17
|
+
- Birdo
|
18
|
+
- Toadsworth
|
19
|
+
- Captain Toad
|
20
|
+
- Pauline
|
21
|
+
- Wario
|
22
|
+
- Waluigi
|
23
|
+
- Bowser Jr.
|
24
|
+
- Koopalings
|
25
|
+
- Kamek
|
26
|
+
- Boom Boom
|
27
|
+
- Pom Pom
|
28
|
+
- King Boo
|
29
|
+
games:
|
30
|
+
- Luigi's Mansion
|
31
|
+
- Super Mario Bros.
|
32
|
+
- Super Mario World
|
33
|
+
- Super Mario Kart
|
34
|
+
- Super Mario 64
|
35
|
+
- Super Mario Party
|
36
|
+
- Super Smash Bros.
|
37
|
+
- Super Mario Galaxy
|
38
|
+
- Super Mario Odyssey
|
39
|
+
- Super Mario Maker
|
40
|
+
- Paper Mario
|
41
|
+
locations:
|
42
|
+
- Bonneton
|
43
|
+
- Fossil Falls
|
44
|
+
- Tostarena
|
45
|
+
- Lake Lamode
|
46
|
+
- Steam Gardens
|
47
|
+
- Nimbus Arena
|
48
|
+
- Forgoten Isle
|
49
|
+
- Kong City
|
50
|
+
- Shiveria
|
51
|
+
- Bubblaine
|
52
|
+
- Mount Volbono
|
53
|
+
- Crumbleden
|
54
|
+
- Bowser's Castle
|
55
|
+
- Honeylune Ridge
|
56
|
+
- Peach's Castle
|
57
|
+
- Rabbit Ridge
|
58
|
+
- Culmina Crater
|
@@ -3,10 +3,12 @@ en:
|
|
3
3
|
games:
|
4
4
|
super_smash_bros:
|
5
5
|
fighter:
|
6
|
-
-
|
6
|
+
- Alex
|
7
|
+
- Banjo & Kazooie
|
7
8
|
- Bayonetta
|
8
9
|
- Bowser
|
9
10
|
- Bowser Jr.
|
11
|
+
- Byleth
|
10
12
|
- Captain Falcon
|
11
13
|
- Charizard
|
12
14
|
- Chrom
|
@@ -19,6 +21,7 @@ en:
|
|
19
21
|
- Donkey Kong
|
20
22
|
- Dr. Mario
|
21
23
|
- Duck Hunt Duo
|
24
|
+
- Enderman
|
22
25
|
- Falco
|
23
26
|
- Fox
|
24
27
|
- Ganondorf
|
@@ -50,6 +53,7 @@ en:
|
|
50
53
|
- Mii Fighter
|
51
54
|
- Mii Gunner
|
52
55
|
- Mii Sword Fighter
|
56
|
+
- Min Min
|
53
57
|
- Mr. Game & Watch
|
54
58
|
- Ness
|
55
59
|
- Olimar
|
@@ -69,13 +73,15 @@ en:
|
|
69
73
|
- Roy
|
70
74
|
- Ryu
|
71
75
|
- Samus
|
76
|
+
- Sephiroth
|
72
77
|
- Sheik
|
73
78
|
- Shulk
|
74
79
|
- Simon Belmont
|
75
80
|
- Snake
|
76
81
|
- Sonic
|
77
82
|
- Squirtle
|
78
|
-
-
|
83
|
+
- Steve
|
84
|
+
- Terry
|
79
85
|
- Toon Link
|
80
86
|
- Villager
|
81
87
|
- Wario
|
@@ -85,6 +91,7 @@ en:
|
|
85
91
|
- Young Link
|
86
92
|
- Zelda
|
87
93
|
- Zero Suit Samus
|
94
|
+
- Zombie
|
88
95
|
stage:
|
89
96
|
- 3D Land
|
90
97
|
- 75m
|
@@ -116,6 +123,7 @@ en:
|
|
116
123
|
- Frigate Orpheon
|
117
124
|
- Gamer
|
118
125
|
- Garden of Hope
|
126
|
+
- Garreg Mach Monastery
|
119
127
|
- Gaur Plain
|
120
128
|
- Gerudo Valley
|
121
129
|
- Golden Plains
|
@@ -131,6 +139,7 @@ en:
|
|
131
139
|
- Jungle Hijinxs
|
132
140
|
- Jungle Japes
|
133
141
|
- Kalos Pokémon League
|
142
|
+
- King of Fighters Stadium
|
134
143
|
- Kongo Falls
|
135
144
|
- Kongo Jungle
|
136
145
|
- Living Room
|
@@ -143,8 +152,9 @@ en:
|
|
143
152
|
- Mementos
|
144
153
|
- Midgar
|
145
154
|
- Miiverse
|
155
|
+
- Minecraft World
|
146
156
|
- Moray Towers
|
147
|
-
- Mushroom Kingdom
|
157
|
+
- Mushroom Kingdom
|
148
158
|
- Mushroom Kingdom II
|
149
159
|
- Mushroomy Kingdom
|
150
160
|
- Mushroom Kingdom U
|
@@ -152,6 +162,7 @@ en:
|
|
152
162
|
- New Donk City Hall
|
153
163
|
- New Pork City
|
154
164
|
- Norfair
|
165
|
+
- Northern Cave
|
155
166
|
- Onett
|
156
167
|
- Orbital Gate Assault
|
157
168
|
- Pac-Land
|
@@ -180,10 +191,12 @@ en:
|
|
180
191
|
- Shadow Moses Island
|
181
192
|
- Skyloft
|
182
193
|
- Skyworld
|
194
|
+
- Small Battlefield
|
183
195
|
- Smashville
|
184
196
|
- Spear Pillar
|
185
197
|
- Spiral Mountain
|
186
198
|
- Spirit Train
|
199
|
+
- Spring Stadium
|
187
200
|
- Summit
|
188
201
|
- Super Happy Tree
|
189
202
|
- Super Mario Maker
|
@@ -198,9 +211,10 @@ en:
|
|
198
211
|
- WarioWare, Inc.
|
199
212
|
- Wii Fit Studio
|
200
213
|
- Wily Castle
|
201
|
-
- Windy Hill Zone
|
214
|
+
- Windy Hill Zone
|
202
215
|
- Woolly World
|
203
216
|
- Wrecking Crew
|
204
217
|
- Wuhu Island
|
205
218
|
- Yoshi's Island
|
206
219
|
- Yoshi's Story
|
220
|
+
- Yggdrasil's Altar
|