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,286 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
doraemon:
|
4
|
+
characters:
|
5
|
+
- "Doraemon"
|
6
|
+
- "Nobita Nobi"
|
7
|
+
- "Doraemi"
|
8
|
+
- "Shizuka Minamoto"
|
9
|
+
- "Nobisuke Nobi"
|
10
|
+
- "Tamako Nobi"
|
11
|
+
- "Nobirou Nobi"
|
12
|
+
- "Goro Nobi"
|
13
|
+
- "Nobie Nobi"
|
14
|
+
- "Tamao Kataoka"
|
15
|
+
- "Nobiru Nobi"
|
16
|
+
- "Nobita's Grandmother"
|
17
|
+
- "Nobikichi Nobi"
|
18
|
+
- "Mr. Kataoka"
|
19
|
+
- "Mrs. Kataoka"
|
20
|
+
- "Nobizaemon Nobi"
|
21
|
+
- "Nobisaku Nobi"
|
22
|
+
- "Nobisuke's son"
|
23
|
+
- "Sewashi's father"
|
24
|
+
- "Sewashi Nobi"
|
25
|
+
- "Sewashi's cousin"
|
26
|
+
- "Shizuka Minamoto"
|
27
|
+
- "Shizuka-chan"
|
28
|
+
- "Yoshio Minamoto"
|
29
|
+
- "Mrs. Minamoto"
|
30
|
+
- "Kazu"
|
31
|
+
- "Shizunadahime"
|
32
|
+
- "Shizu"
|
33
|
+
- "Takeshi Goda Gian"
|
34
|
+
- "Takeshi's wife"
|
35
|
+
- "Jaiko Goda"
|
36
|
+
- "Mr. Goda"
|
37
|
+
- "Sasuke Goda"
|
38
|
+
- "Gian's uncle"
|
39
|
+
- "Gian's aunt"
|
40
|
+
- "Takezuchi"
|
41
|
+
- "Jaizou"
|
42
|
+
- "Yasashiku Gouda"
|
43
|
+
- "Suneo Honekawa"
|
44
|
+
- "Sunetsugu Honekawa"
|
45
|
+
- "Mr. Honekawa"
|
46
|
+
- "Mrs. Honekawa"
|
47
|
+
- "Suneo's uncle"
|
48
|
+
- "Suneo's aunt"
|
49
|
+
- "Suneo's great-grandmother"
|
50
|
+
- "Suneo Nomikoto"
|
51
|
+
- "Sunemaru"
|
52
|
+
- "Suneki Honekawa"
|
53
|
+
|
54
|
+
gadgets:
|
55
|
+
- "Doraemon Tool Catalog"
|
56
|
+
- "Here It Is! Digging Wire"
|
57
|
+
- "That Person's' Living Room"
|
58
|
+
- "Wanna Give Tie"
|
59
|
+
- "22nd-Century Piggy Banks"
|
60
|
+
- "3D Album (gadget)"
|
61
|
+
- "3D Copier Camera"
|
62
|
+
- "4D Pocket"
|
63
|
+
- "Abekobe Cream"
|
64
|
+
- "Abekonbe"
|
65
|
+
- "Absconding Leaf"
|
66
|
+
- "Absconding Scroll"
|
67
|
+
- "Absorption Paper (gadget)"
|
68
|
+
- "Ace Cap"
|
69
|
+
- "Action Cards"
|
70
|
+
- "Adventure Tea"
|
71
|
+
- "Age Gauge"
|
72
|
+
- "Age-Changing Pool Rope (gadget)"
|
73
|
+
- "Aibou (gadget)"
|
74
|
+
- "Air Cannon"
|
75
|
+
- "Air Conditioning Photo"
|
76
|
+
- "Air Crayon"
|
77
|
+
- "Air Pistol (gadget)"
|
78
|
+
- "Aladdin's Lamp"
|
79
|
+
- "Alarm Set"
|
80
|
+
- "All Seasons Badge"
|
81
|
+
- "All-Purpose Opener: Open Sesame Seeds"
|
82
|
+
- "Almighty Pass"
|
83
|
+
- "Alter Ego Mirage"
|
84
|
+
- "Amazing AI Robot Monkey (gadget)"
|
85
|
+
- "Animal Light"
|
86
|
+
- "Animal Transformation Biscuits"
|
87
|
+
- "Animal Transformation Egg"
|
88
|
+
- "Animal Transformation Stick"
|
89
|
+
- "Anime Box (gadget)"
|
90
|
+
- "Anniversary Sticker (gadget)"
|
91
|
+
- "Anticipating Promise Machine"
|
92
|
+
- "Any-Maker"
|
93
|
+
- "Anyday Calendar"
|
94
|
+
- "Anything Controller"
|
95
|
+
- "Anything Ice Cream Stick"
|
96
|
+
- "Anything Reform Set"
|
97
|
+
- "Anything Steering Wheel"
|
98
|
+
- "Anywhere Cannon"
|
99
|
+
- "Anywhere Door"
|
100
|
+
- "Anywhere Hole"
|
101
|
+
- "Anywhere Tap"
|
102
|
+
- "Anywhere Ticket"
|
103
|
+
- "Anywhere Window"
|
104
|
+
- "Apartment Pretend Tree"
|
105
|
+
- "Appointment Memo Pad"
|
106
|
+
- "Arrangements Ant"
|
107
|
+
- "Assorted Monsters"
|
108
|
+
- "Ataru Gun (gadget)"
|
109
|
+
- "Athletic House"
|
110
|
+
- "Athletic House Outdoor Version"
|
111
|
+
- "Automatic Climbing Device"
|
112
|
+
- "Automatic Scratching Device"
|
113
|
+
- "Automatic Talking Device"
|
114
|
+
- "Automatic Walking Device"
|
115
|
+
- "Back-To-The-Beginning Dice"
|
116
|
+
- "Badge Making Camera"
|
117
|
+
- "Balancing Needle"
|
118
|
+
- "Ballot Dog"
|
119
|
+
- "Bambooshoot-copter"
|
120
|
+
- "Banana Leaf Fan"
|
121
|
+
- "Bartering Machine"
|
122
|
+
- "Become a Police-Thief Set"
|
123
|
+
- "Bestfriend Telecard"
|
124
|
+
- "Big Light"
|
125
|
+
- "Bird Caps"
|
126
|
+
- "Bird Whistle"
|
127
|
+
- "Black Belt"
|
128
|
+
- "Black Pepper"
|
129
|
+
- "Blind Spot Stars"
|
130
|
+
- "Body Part Swapping Machine"
|
131
|
+
- "Body Pump"
|
132
|
+
- "Bomb of Mass Destruction"
|
133
|
+
- "Boxing Gloves"
|
134
|
+
- "Boygirl"
|
135
|
+
- "Bug Hero Belt"
|
136
|
+
- "Bug Off"
|
137
|
+
- "Bunny Ears"
|
138
|
+
- "Butterfly Letters (gadget)"
|
139
|
+
- "Bypass Spyglass"
|
140
|
+
- "Category:Camera-type gadgets"
|
141
|
+
- "Cancellation Eraser"
|
142
|
+
- "Catch Glove"
|
143
|
+
- "Chair Improver (gadget)"
|
144
|
+
- "Champion Gloves"
|
145
|
+
- "Cheerleader Gloves"
|
146
|
+
- "Cipher Decoding Machine"
|
147
|
+
- "Cluefinder"
|
148
|
+
- "Coagulation Light (gadget)"
|
149
|
+
- "Coalescence Glue"
|
150
|
+
- "Cockroach Hat"
|
151
|
+
- "Cold Transferer"
|
152
|
+
- "Come Come Cat Food (gadget)"
|
153
|
+
- "Come Come Mark"
|
154
|
+
- "Come-Come Cat"
|
155
|
+
- "Comedy Rock (gadget)"
|
156
|
+
- "Command Gun (Gadget)"
|
157
|
+
- "Compact 2-D Camera"
|
158
|
+
- "Compaction Cloud Gas"
|
159
|
+
- "Comparison TV"
|
160
|
+
- "Computer Pencil (Gadget)"
|
161
|
+
- "Concentrated Food"
|
162
|
+
- "Concentration Soap Helmet"
|
163
|
+
- "Confidence Eliminator"
|
164
|
+
- "Confidence Helmet"
|
165
|
+
- "Constellation Legend Simulator"
|
166
|
+
- "Cooking Badges"
|
167
|
+
- "Copy Robot"
|
168
|
+
- "Copying Toast"
|
169
|
+
- "Cotton Candy Cloud Maker"
|
170
|
+
- "Craftsman Robot"
|
171
|
+
- "Cretaceous Tour Capsule"
|
172
|
+
- "Cross Switch (gadget)"
|
173
|
+
- "Crude-But-Charming Spray"
|
174
|
+
- "Dairi Gum (Gadget)"
|
175
|
+
- "Dandelion Fuzz Comb"
|
176
|
+
- "Danger Bomb"
|
177
|
+
- "Category:Dangerous Gadgets"
|
178
|
+
- "Daydream Disc"
|
179
|
+
- "Decoy Robot"
|
180
|
+
- "Deep Sea Cream"
|
181
|
+
- "Deformation Light"
|
182
|
+
- "Delay Camera"
|
183
|
+
- "Delivery Racket"
|
184
|
+
- "Deluxe Light (gadget)"
|
185
|
+
- "Deluxe Train Set"
|
186
|
+
- "Denkomaru"
|
187
|
+
- "Design Sketchbook and 3D Projector"
|
188
|
+
- "Designing Machine"
|
189
|
+
- "Devil Card"
|
190
|
+
- "Dictator Switch"
|
191
|
+
- "Director Burger"
|
192
|
+
- "Disaster Preparedness Device"
|
193
|
+
- "Disintegration Knife"
|
194
|
+
- "Dividing Blade"
|
195
|
+
- "Doctor's Kit"
|
196
|
+
- "Doraemon's Mom"
|
197
|
+
- "Dracula Set"
|
198
|
+
- "Dream Controller"
|
199
|
+
- "Dream Director's Chair"
|
200
|
+
- "Dream Glasses"
|
201
|
+
- "Dream Ladder"
|
202
|
+
- "Dream Player"
|
203
|
+
- "Dream Radar"
|
204
|
+
- "Dream Smoke"
|
205
|
+
- "Dream Stairs"
|
206
|
+
- "Dream TV"
|
207
|
+
- "Dream Walker (gadget)"
|
208
|
+
- "Dream Wind Chime (Gadget)"
|
209
|
+
- "Dress-Up Camera (gadget)"
|
210
|
+
- "Dried Ghost"
|
211
|
+
- "Drunken Lid (Gadget)"
|
212
|
+
- "Dry Light"
|
213
|
+
- "E.S.P Training Box"
|
214
|
+
- "Earth Creation Kit"
|
215
|
+
- "Earth Elevator (gadget)"
|
216
|
+
- "Echo Lacquer"
|
217
|
+
- "Echo Lacquer Remover"
|
218
|
+
- "Elder Tree Seed"
|
219
|
+
- "Elephant Trunk Lipstick"
|
220
|
+
- "Elevator Plate (gadget)"
|
221
|
+
- "Emotion Energy Cylinder"
|
222
|
+
- "Enclosed Space Searching Machine"
|
223
|
+
- "Endangered Animal Spray"
|
224
|
+
- "Energy Valve"
|
225
|
+
- "Equality Missile"
|
226
|
+
- "Esper Hat"
|
227
|
+
- "Essence Parts"
|
228
|
+
- "Event Balloon (gadget)"
|
229
|
+
- "Evolution-Degeneration Beam"
|
230
|
+
- "Explosion Pepper"
|
231
|
+
- "Explosive Bomb Sticker"
|
232
|
+
- "Expression Controller"
|
233
|
+
- "Face-Doodling Pen"
|
234
|
+
- "Family Box"
|
235
|
+
- "Fan To Change One's Mind"
|
236
|
+
- "Fanta Glasses"
|
237
|
+
- "Fart Rocket"
|
238
|
+
- "Fashion Virus"
|
239
|
+
- "Fast and Slow Pills"
|
240
|
+
- "Favorite Drink"
|
241
|
+
- "Fear Transferring Baton"
|
242
|
+
- "Fear-Creation Machine"
|
243
|
+
- "Festival Fan"
|
244
|
+
- "Fighter Suit"
|
245
|
+
- "Fish Go-Go Gate"
|
246
|
+
- "Fishing Pond for Things You Dropped"
|
247
|
+
- "Flashbang"
|
248
|
+
- "Flattening Iron"
|
249
|
+
- "Flattering Lipstick"
|
250
|
+
|
251
|
+
locations:
|
252
|
+
- "Africa"
|
253
|
+
- "Another Earth"
|
254
|
+
- "Bauwanko"
|
255
|
+
- "Birdpia"
|
256
|
+
- "Dekisugis' Residence"
|
257
|
+
- "Dekisugis Residence"
|
258
|
+
- "DG Robot Factory"
|
259
|
+
- "Easter Island"
|
260
|
+
- "Fujiko · F · Fujio Museumplein"
|
261
|
+
- "Godas' Residence"
|
262
|
+
- "Honekawas' Residence"
|
263
|
+
- "Hyouga Hyouga Star"
|
264
|
+
- "Island of Miracles"
|
265
|
+
- "Kaminari's House"
|
266
|
+
- "Koyakoya"
|
267
|
+
- "Matsushiba Robot Factory"
|
268
|
+
- "Minamotos' Residence"
|
269
|
+
- "Mountain"
|
270
|
+
- "Mountain of Flames"
|
271
|
+
- "Nobis' Residence"
|
272
|
+
- "Nobita and Shizuka's mansion"
|
273
|
+
- "Open Lot"
|
274
|
+
- "Parallel Planet location"
|
275
|
+
- "Pirika Star"
|
276
|
+
- "Planet Galapa"
|
277
|
+
- "Rainbow Valley"
|
278
|
+
- "Robot Academy"
|
279
|
+
- "School"
|
280
|
+
- "Secret Gadget Museum"
|
281
|
+
- "Sewashi's House"
|
282
|
+
- "Super Gians"
|
283
|
+
- "Supermarket"
|
284
|
+
- "Time Tunnel"
|
285
|
+
- "Tokyo"
|
286
|
+
- "Tomos Island"
|