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
@@ -0,0 +1,134 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
heroes_of_the_storm:
|
4
|
+
battlegrounds:
|
5
|
+
- Alterac Pass
|
6
|
+
- Battlefield of Eternity
|
7
|
+
- Blackheart's Bay
|
8
|
+
- Braxis Holdout
|
9
|
+
- Cursed Hollow
|
10
|
+
- Dragon Shire
|
11
|
+
- Garden of Terror
|
12
|
+
- Hanamura Temple
|
13
|
+
- Haunted Mines
|
14
|
+
- Infernal Shrines
|
15
|
+
- Sky Temple
|
16
|
+
- Tomb of the Spider Queen
|
17
|
+
- Towers of Doom
|
18
|
+
- Volskaya Foundry
|
19
|
+
- Warhead Junction
|
20
|
+
class_names:
|
21
|
+
- Bruiser
|
22
|
+
- Healer
|
23
|
+
- Melee Assassin
|
24
|
+
- Ranged Assassin
|
25
|
+
- Support
|
26
|
+
- Tank
|
27
|
+
heroes:
|
28
|
+
- Abathur
|
29
|
+
- Alarak
|
30
|
+
- Alexstrasza
|
31
|
+
- Ana
|
32
|
+
- Anduin
|
33
|
+
- Anub'arak
|
34
|
+
- Artanis
|
35
|
+
- Arthas
|
36
|
+
- Auriel
|
37
|
+
- Azmodan
|
38
|
+
- Blaze
|
39
|
+
- Brightwing
|
40
|
+
- Cassia
|
41
|
+
- Chen
|
42
|
+
- Cho
|
43
|
+
- Chromie
|
44
|
+
- D.Va
|
45
|
+
- Deckard
|
46
|
+
- Dehaka
|
47
|
+
- Diablo
|
48
|
+
- E.T.C.
|
49
|
+
- Falstad
|
50
|
+
- Fenix
|
51
|
+
- Gall
|
52
|
+
- Garrosh
|
53
|
+
- Gazlowe
|
54
|
+
- Genji
|
55
|
+
- Greymane
|
56
|
+
- Gul'dan
|
57
|
+
- Hanzo
|
58
|
+
- Illidan
|
59
|
+
- Imperius
|
60
|
+
- Jaina
|
61
|
+
- Johanna
|
62
|
+
- Junkrat
|
63
|
+
- Kael'thas
|
64
|
+
- Kel'Thuzad
|
65
|
+
- Kerrigan
|
66
|
+
- Kharazim
|
67
|
+
- Leoric
|
68
|
+
- Li Li
|
69
|
+
- Li-Ming
|
70
|
+
- Lt. Morales
|
71
|
+
- Lunara
|
72
|
+
- Lúcio
|
73
|
+
- Maiev
|
74
|
+
- Mal'Ganis
|
75
|
+
- Malfurion
|
76
|
+
- Malthael
|
77
|
+
- Medivh
|
78
|
+
- Mephisto
|
79
|
+
- Muradin
|
80
|
+
- Murky
|
81
|
+
- Nazeebo
|
82
|
+
- Nova
|
83
|
+
- Orphea
|
84
|
+
- Probius
|
85
|
+
- Ragnaros
|
86
|
+
- Raynor
|
87
|
+
- Rehgar
|
88
|
+
- Rexxar
|
89
|
+
- Samuro
|
90
|
+
- Sgt. Hammer
|
91
|
+
- Sonya
|
92
|
+
- Stitches
|
93
|
+
- Stukov
|
94
|
+
- Sylvanas
|
95
|
+
- Tassadar
|
96
|
+
- The Butcher
|
97
|
+
- The Lost Vikings
|
98
|
+
- Thrall
|
99
|
+
- Tracer
|
100
|
+
- Tychus
|
101
|
+
- Tyrael
|
102
|
+
- Tyrande
|
103
|
+
- Uther
|
104
|
+
- Valeera
|
105
|
+
- Valla
|
106
|
+
- Whitemane
|
107
|
+
- Xul
|
108
|
+
- Yrel
|
109
|
+
- Zagara
|
110
|
+
- Zarya
|
111
|
+
- Zeratul
|
112
|
+
- Zul'jin
|
113
|
+
quotes:
|
114
|
+
- Beat them like they owe you money!
|
115
|
+
- Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?
|
116
|
+
- Don't forget to check the pocket!
|
117
|
+
- Have you ever considered aiming anywhere other than the face?
|
118
|
+
- Hey, you look like the cover of E.T.C.s new album!
|
119
|
+
- Human words are hard to make together talking for expressing... things!
|
120
|
+
- I like happy things! Like puppies, and rainbows, and dead enemies!
|
121
|
+
- I must leave and I blame this failure upon you.
|
122
|
+
- Mrgrgrlrgrlgr!!!
|
123
|
+
- Oh my God, I can't believe I just killed a panda.
|
124
|
+
- Taunting life form; you are weak! And physically unappealing!
|
125
|
+
- Teammates. Much to improve. is a pretty good contender.
|
126
|
+
- That was easy! You were easy to kill!
|
127
|
+
- This will only hurt until you die.
|
128
|
+
- Ugh, I've known much better healers.
|
129
|
+
- We drink first blood!
|
130
|
+
- You look like you could actually be of use here!
|
131
|
+
- You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.
|
132
|
+
- You see this hero yes? Then kill them!
|
133
|
+
- You think us fools?
|
134
|
+
- You waste both my time and your breath, and the former has value.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
creature:
|
4
|
+
horse:
|
5
|
+
name: ["Noir", "Jaguar", "Ebony", "Onyx", "Domino", "Cleveland", "Adobe", "Cinnamon", "Kit Kat", "Brandy", "Autumn", "Opie", "Fiona", "Pippi Longstocking", "Peter Pan", "Russell", "Blondie", "Rapunzel", "Spirit", "Trapper", "D’oro", "Napoleon", "Pepper", "Snowball", "Lacey", "Traveller", "Scout", "Little Joe", "Jigsaw", "Pirate", "Rembrandt", "Monte", "Baymax ", "Goliath", "Universe", "Bolt", "Challenger", "Billie Jean ", "Fargo", "Jet", "Victory", "Pharaoh", "Trigger", "Champ", "Oakley", "Bonney", "Rio", "Dale", "Gene", "Cash", "Chisholm", "Buttons", "Misty", "Dolly", "Cookie", "Charlie Brown", "Kokomo ", "Olaf", "Thelwell", "Isabelle", "Randolph", "Debutante ", "Marquis", "Juliet", "Henrietta", "Vanderbilt", "Versailles", "El Jefe ", "Queen", "Boots", "Major", "Barkley", "Barnaby", "Whiskers", "Balki", "Newton", "Tigger", "Buster", "Flopsy", "Paris", "Sicily", "Beijing", "Vancouver", "Utah", "Sydney", "Berlin", "Carolina", "Passport", "London", "Mozart", "Jackson", "Beethoven", "Mona", "Dickinson", "Bard", "Da Vinci", "Sullivan", "Chopin"]
|
6
|
+
breed: ["Abaco Barb", "Abtenauer", "Abyssinian", "Aegidienberger", "Akhal-Teke", "Albanian Horse", "Altai Horse", "Altèr Real", "American Albino", "American Cream Draft", "American Indian Horse", "American Paint Horse", "American Quarter Horse", "American Saddlebred", "American Warmblood", "Andalusian Horse", "Andravida Horse", "Anglo-Arabian", "Anglo-Arabo-Sardo", "Anglo-Kabarda", "Appaloosa", "Arabian Horse", "Ardennes Horse", "Arenberg-Nordkirchen", "Argentine Criollo", "Asturcón", "Augeron", "Asian wild Horse", "Assateague Horse", "Australian Brumby", "Australian Draught Horse", "Australian Stock Horse", "Austrian Warmblood", "Auvergne Horse", "Auxois", "Azerbaijan Horse", "Azteca Horse", "Baise Horse", "Bale", "Balearic Horse", "Balikun Horse", "Baluchi Horse", "Banker Horse", "Barb Horse", "Bardigiano", "Bashkir Curly", "Basque mountain Horse", "Bavarian Warmblood", "Belgian Horse", "Belgian Warmblood (includes Belgian Half-blood)", "Bhutia Horse", "Black Forest Horse", "Blazer Horse", "Boerperd", "Borana", "Bosnian Mountain Horse", "Boulonnais Horse", "Brabant", "Brandenburger", "Brazilian Sport Horse (Brasileiro de Hipismo)", "Breton Horse", "Brumby", "Budyonny Horse or Budenny", "Burguete Horse", "Burmese Horse", "Byelorussian Harness Horse", "Calabrese Horse", "Camargue Horse", "Camarillo White Horse", "Campeiro", "Campolina", "Canadian Horse", "Canadian Pacer", "Carolina Marsh Tacky", "Carthusian Horse", "Caspian Horse", "Castilian Horse", "Castillonnais", "Catria Horse", "Cavallo Romano della Maremma Laziale", "Cerbat Mustang", "Chickasaw Horse", "Chilean Horse also known as Chilean Corralero", "Choctaw Horse", "Cleveland Bay", "Clydesdale Horse", "Colorado Ranger", "Coldblood trotter", "Comtois Horse", "Corsican Horse", "Costa Rican Saddle Horse", "Cretan Horse", "Criollo Horse", "Croatian Coldblood", "Cuban Criollo", "Cumberland Island Horse", "Curly Horse", "Czech Warmblood", "Daliboz", "Danish Warmblood", "Danube Delta Horse", "Dole Gudbrandsdal", "or Dølahest", "Don", "Dongola Horse", "Draft Trotter", "Dutch harness Horse", "Dutch Heavy Draft", "Dutch Warmblood", "Dzungarian Horse", "East Bulgarian", "East Friesian Horse", "Estonian Draft", "Estonian Horse", "Falabella", "Faroese or Faroe Horse", "FinnHorse", "Fleuve", "Fjord Horse also called Norwegian Fjord Horse", "Florida Cracker Horse", "Foutanké or Fouta", "Frederiksborg Horse", "Freiberger", "French Trotter", "Friesian cross (includes Friesian Sport Horses)", "Friesian Horse", "Friesian SportHorse (a type of Friesian cross)", "Furioso-North Star", "Galiceno or Galiceño", "Galician Pony (Caballo de pura raza Gallega)", "Gelderland Horse", "Georgian Grande Horse", "German Warmblood or ZfDP", "Giara Horse", "Gidran", "Groningen Horse", "Gypsy Horse", "Hackney Horse", "Haflinger", "Hanoverian Horse", "Heck Horse", "Heihe Horse", "Henson Horse", "Hequ Horse", "Hirzai", "Hispano-Bretón", "Hispano-Árabe also known as Hispano or Spanish Anglo-Arab", "Holsteiner Horse", "Horro", "Hungarian Warmblood", "Icelandic Horse", "Iomud", "Irish Draught", "Irish Sport Horse sometimes called Irish Hunter", "Italian Heavy Draft", "Italian Trotter", "Jaca Navarra", "Jeju Horse", "Jutland Horse", "Kabarda Horse", "Kafa", "Kaimanawa Horses", "Kalmyk Horse", "Karabair", "Karabakh Horse also known as Azer At", "Karossier see Ostfriesen and Alt-Oldenburger", "Karachai Horse", "Kathiawari", "Kazakh Horse", "Kentucky Mountain Saddle Horse", "Kiger Mustang", "Kinsky Horse", "Kyrgyz Horse", "Kisber Felver", "Kiso Horse", "Kladruber", "Knabstrupper", "Konik", "Kundudo", "Kustanair", "Latvian Horse", "Lipizzan or Lipizzaner", "Lithuanian Heavy Draught", "Lokai", "Losino Horse", "Lusitano", "Lyngshest", "M'Bayar", "M'Par", "Malopolski", "Mallorquín", "Mangalarga", "Mangalarga Marchador", "Maremmano", "Marismeño Horse", "Marsh Tacky", "Marwari Horse", "Mecklenburger", "Međimurje Horse", "Menorquín", "Mérens Horse", "Messara Horse", "Mezőhegyesi sport-Horse (sportló)", "Mezőhegyes felver", "Metis Trotter", "Miniature Horse", "Misaki Horse", "Missouri Fox Trotter", "Monchina", "Mongolian Horse", "Mongolian Wild Horse", "Monterufolino", "Morab", "Morgan Horse", "Mountain Pleasure Horse", "Moyle Horse", "Muraközi", "Murgese", "Mustang Horse", "Namib Desert Horse", "Nangchen Horse", "National Show Horse", "Nez Perce Horse", "Nivernais Horse", "Nokota Horse", "Noma", "Nonius Horse", "Nooitgedachter", "Nordlandshest/ Lyngshest", "Noriker Horse", "Norman Cob", "Norsk Kaldblodstraver (Norwegian coldblood trotter)", "North American Single-Footer Horse", "North Swedish Horse", "Norwegian Fjord", "Novokirghiz", "Oberlander Horse", "Ogaden", "Oldenburg Horse", "Orlov trotter", "Ostfriesen and Alt-Oldenburger", "Paint", "Pampa Horse", "Paso Fino", "Pentro Horse", "Percheron", "Persano Horse", "Peruvian Paso", "Pintabian", "Pleven Horse", "Poitevin Horse also called Mulassier", "Posavac Horse", "Pottok", "Pryor Mountain Mustang", "Przewalski's Horse", "Pura Raza Española or PRE", "Purosangue Orientale", "Qatgani", "Quarab", "Quarter Horse", "Racking Horse", "Retuerta Horse", "Rhenish German Coldblood also known as Rhineland Heavy Draft", "Rhinelander Horse", "Riwoche Horse", "Rocky Mountain Horse", "Romanian SportHorse", "Rottaler", "Russian Don", "Russian Heavy Draft", "Russian Trotter", "Saddlebred", "Salerno Horse", "Samolaco Horse", "San Fratello Horse", "Santa Cruz Island Horse", "Sarcidano Horse", "Sardinian Anglo-Arab", "Schleswig Coldblood", "Schwarzwälder Kaltblut", "Selale", "Sella Italiano", "Selle Français", "Senner", "Shagya Arabian", "Shan Horse or Shan Myinn", "Shire Horse", "Siciliano indigeno", "Silesian Horse", "Sorraia", "Sokolsky Horse", "South German Coldblood also known as Süddeutsches Kaltblut", "Soviet Heavy Draft", "Spanish Barb see Barb Horse", "Spanish Jennet Horse", "Spanish Mustang", "Spanish-Norman Horse", "Spanish Tarpan", "Spiti Horse", "Spotted Saddle Horse", "Standardbred Horse", "Suffolk Punch", "Svensk Kallblodstravare (Swedish coldblood trotter)", "Swedish Ardennes", "Swedish Warmblood", "Swiss Warmblood", "Taishū Horse", "Takhi", "Tawleed", "Tchernomor", "Tennessee Walking Horse", "Tersk Horse", "Thoroughbred", "Tinker Horse", "Tiger Horse", "Tolfetano", "Tori Horse", "Trait Du Nord", "Trakehner", "Tsushima", "Tuigpaard", "Ukrainian Riding Horse", "Unmol Horse", "Uzunyayla", "Ventasso Horse (Cavallo Del Ventasso)", "Virginia highlander", "Vlaamperd", "Vladimir Heavy Draft", "Vyatka", "Waler Horse", "Waler", "Walkaloosa", "Warmblood", "Warlander", "Welsh Cob (Section D)", "Westphalian Horse", "Wielkopolski", "Württemberger or Württemberg", "Xilingol Horse", "Yakutian Horse", "Yili Horse", "Yonaguni Horse", "Zaniskari", "Zweibrücker", "Žemaitukas", "Zhemaichu"]
|
@@ -0,0 +1,5 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
house:
|
4
|
+
furniture: ["chair", "armchair", "table", "dining table", "stool", "sofa", "couch", "bath", "bed", "cupboard", "drawers", "dresser", "floor lamp", "bedside table", "futon"]
|
5
|
+
rooms: ["kitchen", "living room", "reception room", "bedroom", "master bedroom", "guest room", "drawing room", "conservatory", "porch", "hallway", "pantry", "sunroom", "bathroom", "ensuite bathroom", "cellar", "attic", "loft"]
|
@@ -0,0 +1,174 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
how_to_train_your_dragon:
|
4
|
+
characters:
|
5
|
+
- Agnar
|
6
|
+
- Agnut Thorston
|
7
|
+
- Alvin the Treacherous
|
8
|
+
- Arick Denson
|
9
|
+
- Arngrim Dammen
|
10
|
+
- Astrid Hofferson
|
11
|
+
- Axel Finke
|
12
|
+
- Axel Skeptisson
|
13
|
+
- Drago Bludvist
|
14
|
+
- Bucket
|
15
|
+
- Buffnut
|
16
|
+
- Cleftjaw
|
17
|
+
- Dagur the Deranged
|
18
|
+
- Derrick
|
19
|
+
- Eret, Son of Eret
|
20
|
+
- Fenris Thorston
|
21
|
+
- Fishlegs Ingerman
|
22
|
+
- Flora May
|
23
|
+
- Froglegs
|
24
|
+
- Gobber the Belch
|
25
|
+
- Gothi
|
26
|
+
- Gruffnut Thorston
|
27
|
+
- Gustav Larson
|
28
|
+
- Hagan Frostbeard
|
29
|
+
- Heather
|
30
|
+
- Hiccup
|
31
|
+
- Hildegard
|
32
|
+
- Ingar Ingerman
|
33
|
+
- Iron Mason
|
34
|
+
- Jens Henderson
|
35
|
+
- Jorgen Redboot
|
36
|
+
- Krogan
|
37
|
+
- Maeve
|
38
|
+
- Mala
|
39
|
+
- Mildew
|
40
|
+
- Nuffink Haddock
|
41
|
+
- Oswald the Agreeable
|
42
|
+
- Padraig
|
43
|
+
- Piglegs
|
44
|
+
- Ruffnut
|
45
|
+
- Ryker Grimborn
|
46
|
+
- Savage
|
47
|
+
dragons:
|
48
|
+
- Axewing
|
49
|
+
- Barf and Belch
|
50
|
+
- Beachcomber
|
51
|
+
- Bewilderbeast
|
52
|
+
- Blazewing
|
53
|
+
- Bonesnarl
|
54
|
+
- Bonnefire
|
55
|
+
- Borealis
|
56
|
+
- Butt and Head
|
57
|
+
- Cagecruncher
|
58
|
+
- Carnastial
|
59
|
+
- Cheesemonger
|
60
|
+
- Chompers
|
61
|
+
- Cloudjumper
|
62
|
+
- Darkvarg
|
63
|
+
- Earsplitter
|
64
|
+
- Fishmeat
|
65
|
+
- Ghostglow
|
66
|
+
- Gressjester
|
67
|
+
- Hookfire
|
68
|
+
- Icebane
|
69
|
+
- Incognito
|
70
|
+
- Irontooth
|
71
|
+
- Krustler
|
72
|
+
- Meatlug
|
73
|
+
- Nightwatch
|
74
|
+
- Obskewer
|
75
|
+
- Reignstorm
|
76
|
+
- Rhineblow
|
77
|
+
- Scardian
|
78
|
+
- Sentinel
|
79
|
+
- Skullcrusher
|
80
|
+
- Smidvarg
|
81
|
+
- Snifflestone
|
82
|
+
- Snogglewing
|
83
|
+
- Stormfly
|
84
|
+
- Thornado
|
85
|
+
- Thorntail
|
86
|
+
- Thunderfish
|
87
|
+
- Toothless
|
88
|
+
- Tripfire
|
89
|
+
- Valdwail
|
90
|
+
- Wavewight
|
91
|
+
- Windshear
|
92
|
+
- Winterwick
|
93
|
+
- Wonderclap
|
94
|
+
- Zeppla
|
95
|
+
locations:
|
96
|
+
- Algae Island
|
97
|
+
- Armorwing Island
|
98
|
+
- Askeblad Island
|
99
|
+
- Barbaric Archipelago
|
100
|
+
- Belching Bog
|
101
|
+
- Berk
|
102
|
+
- Berserker Island
|
103
|
+
- Boarhead Island
|
104
|
+
- Breakneck Bog
|
105
|
+
- Caves of Jotunn
|
106
|
+
- Changewing Island
|
107
|
+
- Clover Coast
|
108
|
+
- Dark Deep
|
109
|
+
- Dark Harbor
|
110
|
+
- Dragon Island
|
111
|
+
- Eastern Strait
|
112
|
+
- Eel Island
|
113
|
+
- Eternitree
|
114
|
+
- Everfrost Forest
|
115
|
+
- Fireworm Island
|
116
|
+
- Gronckle Island
|
117
|
+
- Hazard Island
|
118
|
+
- Hidden World
|
119
|
+
- Hobblegrunt Island
|
120
|
+
- Horrendous Point
|
121
|
+
- Hunter Island
|
122
|
+
- Huttsgalor
|
123
|
+
- Icestorm Island
|
124
|
+
- Island of Friga
|
125
|
+
- Itchy Armpit
|
126
|
+
- Jotun Hot Springs
|
127
|
+
- Knucklebone Knoll
|
128
|
+
- Maze Caves
|
129
|
+
- Melody Island
|
130
|
+
- Misty Backwoods
|
131
|
+
- Mount Ymir
|
132
|
+
- New Berk
|
133
|
+
- Northern Swamp
|
134
|
+
- Outcast Island
|
135
|
+
- Pointy Point
|
136
|
+
- Puffin Point
|
137
|
+
- Quaking Cavern
|
138
|
+
- Radiant Meadows
|
139
|
+
- Ragnarok Rock
|
140
|
+
- Raven Point
|
141
|
+
- Rookery
|
142
|
+
- Rough Sands
|
143
|
+
- Scriven Rock
|
144
|
+
- Scuttleclaw Island
|
145
|
+
- Sea of Despair
|
146
|
+
- Ship Graveyard
|
147
|
+
- Shivering Shores
|
148
|
+
- Shredstone Walls
|
149
|
+
- Snoggletog Island
|
150
|
+
- Sparkfire Mountain
|
151
|
+
- Speed Stinger Island
|
152
|
+
- Straits of Baldur
|
153
|
+
- Sullen Sea
|
154
|
+
- Sundering Wastes
|
155
|
+
- Sunken City
|
156
|
+
- Sunstone Island
|
157
|
+
- Thornbane Valley
|
158
|
+
- Thunderhead Bay
|
159
|
+
- Timberjack Hollow
|
160
|
+
- Titan Island
|
161
|
+
- Training Arena
|
162
|
+
- Trembling Faults
|
163
|
+
- Uglythug Lands
|
164
|
+
- Valhalla
|
165
|
+
- Valka's Mountain
|
166
|
+
- Vanaheim
|
167
|
+
- Viking Cliff
|
168
|
+
- Vinland
|
169
|
+
- Wild Woodland
|
170
|
+
- Windswept Ruin
|
171
|
+
- Woolly Canyon
|
172
|
+
- Wreck Reef
|
173
|
+
- Zippleback Island
|
174
|
+
|
@@ -0,0 +1,7 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
industry_segments:
|
4
|
+
industry: ["Oil & Gas", "Basic Materials", "Industrials", "Consumer Goods", "Health Care", "Consumer Services", "Telecommunications", "Utilities", "Financials", "Technology"]
|
5
|
+
super_sector: ["Oil & Gas", "Chemicals", "Basic Resources", "Construction & Materials", "Industrial Goods & Services", "Automobiles & Parts", "Food & Beverage", "Personal & Household Goods", "Health Care", "Retail", "Media", "Travel & Leisure", "Telecommunications", "Utilities", "Banks", "Insurance", "Real Estate", "Financial Services", "Technology"]
|
6
|
+
sector: ["Oil & Gas Producers", "Oil Equipment, Services & Distribution", "Alternative Energy", "Chemicals", "Forestry & Paper", "Industrial Metals & Mining", "Mining", "Construction & Materials", "Aerospace & Defense", "General Industrials", "Electronic & Electrical Equipment", "Industrial Engineering", "Industrial Transportation", "Support Services", "Automobiles & Parts", "Beverages", "Food Producers", "Household Goods & Home Construction", "Leisure Goods", "Personal Goods", "Tobacco", "Health Care Equipment & Services", "Pharmaceuticals & Biotechnology", "Food & Drug Retailers", "General Retailers", "Media", "Travel & Leisure", "Fixed Line Telecommunications", "Mobile Telecommunications", "Electricity", "Gas, Water & Multiutilities", "Banks", "Nonlife Insurance", "Life Insurance", "Real Estate Investment & Services", "Real Estate Investment Trusts", "Financial Services", "Equity Investment Instruments", "Nonequity Investment Instruments", "Software & Computer Services", "Technology Hardware & Equipment"]
|
7
|
+
sub_sector: ["Exploration & Production", "Integrated Oil & Gas", "Oil Equipment & Services", "Pipelines", "Renewable Energy Equipment", "Alternative Fuels", "Commodity Chemicals", "Specialty Chemicals", "Forestry", "ÊPaper", "Aluminum", "Nonferrous Metals", "Iron & Steel", "Coal", "Diamonds & Gemstones", "General Mining", "Gold Mining", "Platinum & Precious Metals", "Building Materials & Fixtures", "Heavy Construction", "Aerospace", "Defense", "Containers & Packaging", "Diversified Industrials", "Electrical Components & Equipment", "Electronic Equipment", "Commercial Vehicles & Trucks", "Industrial Machinery", "Delivery Services", "Marine Transportation", "Railroads", "Transportation Services", "Trucking", "Business Support Services", "Business Training & Employment Agencies", "Financial Administration", "Industrial Suppliers", "Waste & Disposal Services", "Automobiles", "Auto Parts", "Tires", "Brewers", "Distillers & Vintners", "Soft Drinks", "Farming & Fishing", "Food Products", "Durable Household Products", "Nondurable Household Products", "Furnishings", "Home Construction", "Consumer Electronics", "Recreational Products", "Toys", "Clothing & Accessories", "Footwear", "Personal Products", "Tobacco", "Health Care Providers", "Medical Equipment", "Medical Supplies", "Biotechnology", "Pharmaceuticals", "Drug Retailers", "Food Retailers & Wholesalers", "Apparel Retailers", "Broadline Retailers", "Home Improvement Retailers", "Specialized Consumer Services", "Specialty Retailers", "Broadcasting & Entertainment", "Media Agencies", "Publishing", "Airlines", "Gambling", "Hotels", "Recreational Services", "Restaurants & Bars", "Travel & Tourism", "Fixed Line Telecommunications", "Mobile Telecommunications", "Conventional Electricity", "Alternative Electricity", "Gas Distribution", "Multiutilities", "Water", "Banks", "Full Line Insurance", "Insurance Brokers", "Property & Casualty Insurance", "Reinsurance", "Life Insurance", "Real Estate Holding & Development", "Real Estate Services", "Industrial & Office REITs", "Retail REITs", "Residential REITs", "Diversified REITs", "Specialty REITs", "Mortgage REITs", "Hotel & Lodging REITs", "Asset Managers", "Consumer Finance", "Specialty Finance", "Investment Services", "Mortgage Finance", "Equity Investment Instruments", "Nonequity Investment Instruments", "Computer Services", "Internet", "Software", "Computer Hardware", "Electronic Office Equipment", "Semiconductors", "Telecommunications Equipment"]
|
@@ -0,0 +1,54 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
quote:
|
4
|
+
jack_handey:
|
5
|
+
- When you die, if you get a choice between going to regular heaven or pie heaven, choose pie heaven. It might be a trick, but if it's not, mmmmmmmm, boy.
|
6
|
+
- I'd rather be rich than stupid.
|
7
|
+
- Whether they find life there or not, I think Jupiter should be called an enemy planet.
|
8
|
+
- If you ever drop your keys into a river of molten lava, let 'em go, because man, they're gone.
|
9
|
+
- Love can sweep you off your feet and carry you along in a way you've never known before. But the ride always ends, and you end up feeling lonely and bitter. Wait. It's not love I'm describing. I'm thinking of a monorail.
|
10
|
+
- Ambition is like a frog sitting on a Venus Flytrap. The flytrap can bite and bite, but it won't bother the frog because it only has little tiny plant teeth. But some other stuff could happen and it could be like ambition.
|
11
|
+
- It's interesting to think that my ancestors used to live in the trees, like apes, until finally they got the nerve to head out onto the plains, where some were probably hit by cars.
|
12
|
+
- Instead of having "answers" on a math test, they should just call them "impressions," and if you got a different "impression," so what, can't we all be brothers?
|
13
|
+
- If they ever come up with a swashbuckling school, I think one of the courses should be laughing, then jumping off something.
|
14
|
+
- I can't stand cheap people. It makes me real mad when someone says something like, "Hey, when are you going to pay me that $100 you owe me?" or "Do you have that $50 you borrowed?" Man, quit being so cheap!
|
15
|
+
- Sometimes I think you have to march right in and demand your rights, even if you don't know what your rights are, or who the person is you're talking to. Then on the way out, slam the door.
|
16
|
+
- We tend to scoff at the beliefs of the ancients. But we can't scoff at them personally, to their faces, and this is what annoys me.
|
17
|
+
- Somebody told me it was frightening how much topsoil we are losing each year, but I told that story around the campfire and nobody got scared.
|
18
|
+
- The difference between a man and a boy is, a boy wants to grow up to be a fireman, but a man wants to grow up to be a giant monster fireman.
|
19
|
+
- If any man says he hates war more than I do, he better have a knife, that's all I have to say.
|
20
|
+
- If God dwells inside us like some people say, I sure hope He likes enchiladas, because that's what He's getting.
|
21
|
+
- Sometimes life seems like a dream, especially when I look down and see that I forgot to put on my pants.
|
22
|
+
- If you saw two guys named Hambone and Flippy, which one would you think liked dolphins most? I'd say Flippy, wouldn't you? You'd be wrong though. It's Hambone.
|
23
|
+
- Instead of a trap door, what about a trap window? The guy looks out it, and if he leans too far, he falls out. Wait. I guess that's like a regular window.
|
24
|
+
- When you go in for a job interview, I think a good thing to ask is if they ever press charges.
|
25
|
+
- If you ever catch on fire, try to avoid looking in a mirror, because I bet that will really throw you into a panic.
|
26
|
+
- One thing vampire children have to be taught early on is, never run with a wooden stake.
|
27
|
+
- Laurie got offended that I used the word "puke." But to me, that's what her dinner tasted like.
|
28
|
+
- If you ever fall off the Sears Tower, just go real limp, because maybe you'll look like a dummy and people will try to catch you because, hey, free dummy.
|
29
|
+
- When I was a kid my favorite relative was Uncle Caveman. After school we'd all go play in his cave, and every once in a while he would eat one of us. It wasn't until later that I found out that Uncle Caveman was a bear.
|
30
|
+
- To me, it's a good idea to always carry two sacks of something when you walk around. That way, if anybody says, "Hey, can you give me a hand?" You can say, "Sorry, got these sacks."
|
31
|
+
- If you're robbing a bank and your pants fall down, I think it's okay to laugh and to let the hostages laugh too, because, come on, life is funny.
|
32
|
+
- Whenever you read a good book, it's like the author is right there, in the room talking to you, which is why I don't like to read good books.
|
33
|
+
- If you lose your job, your marriage and your mind all in one week, try to lose your mind first, because then the other stuff won't matter that much.
|
34
|
+
- I wish I had a kryptonite cross, because then you could keep both Dracula and Superman away.
|
35
|
+
- Instead of trying to build newer and bigger weapons of destruction, we should be thinking about getting more use out of the ones we already have.
|
36
|
+
- Any man, in the right situation, is capable of murder. But not any man is capable of being a good camper. So, murder and camping are not as similar as you might think.
|
37
|
+
- I hope life isn't a big joke, because I don't get it.
|
38
|
+
- If I had a mine shaft, I don't think I would just abandon it. There's got to be a better way.
|
39
|
+
- One thing a computer can do that most humans can't is be sealed up in a cardboard box and sit in a warehouse.
|
40
|
+
- If trees could scream, would we be so cavalier about cutting them down? We might, if they screamed all the time, for no good reason.
|
41
|
+
- Dad always thought laughter was the best medicine, which I guess is why several of us died of tuberculosis.
|
42
|
+
- What is it that makes a complete stranger dive into an icy river to save a solid gold baby? Maybe we'll never know.
|
43
|
+
- I hope that after I die, people will say of me, "That guy sure owed me a lot of money."
|
44
|
+
- I think the monkeys at the zoo should have to wear sunglasses so they can't hypnotize you.
|
45
|
+
- I bet one legend that keeps recurring throughout history, in every culture, is the story of Popeye.
|
46
|
+
- If you ever teach a yodeling class, probably the hardest thing is to keep the students from just trying to yodel right off. You see, we build to that.
|
47
|
+
- To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.
|
48
|
+
- When I think of all the hours and hours of my life I have spent watching television, it makes me realize, Man, I am really rich with television.
|
49
|
+
- Never laugh at a man, until you have walked a mile in his shoes; then you are a mile away, and you have his shoes.
|
50
|
+
- Just as irrigation is the lifeblood of the Southwest, lifeblood is the soup of cannibals.
|
51
|
+
- With every new sunrise, there is a new chance; but with every sunset, you blew it.
|
52
|
+
- Many people don't realize that playing dead can help not only with bears, but also at important business meetings.
|
53
|
+
- I bet a funny thing about driving a car off a cliff is, while you're in midair, you still hit those brakes. Hey, better try the emergency brake.
|
54
|
+
- One day one of my little nephews came up to me and asked me if the equator was a real line that went around the Earth, or just an imaginary one. I had to laugh. Laugh and laugh. Because I didn't know, and I thought that maybe by laughing he would forget what he asked me.
|
data/lib/locales/en/job.yml
CHANGED
@@ -2,7 +2,7 @@ en:
|
|
2
2
|
faker:
|
3
3
|
job:
|
4
4
|
field: [Marketing, IT, Accounting, Administration, Advertising, Banking, Community-Services, Construction, Consulting, Design, Education, Farming, Government, Healthcare, Hospitality, Legal, Manufacturing, Marketing, Mining, Real-Estate, Retail, Sales, Technology]
|
5
|
-
seniority: [Lead, Senior, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Chief]
|
5
|
+
seniority: [Lead, Senior, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Chief, Direct, Corporate, Future, Human, Principal]
|
6
6
|
position: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist]
|
7
7
|
key_skills: [Teamwork, Communication, Problem solving, Leadership, Organisation, Work under pressure, Confidence, Self-motivated, Networking skills, Proactive, Fast learner, Technical savvy]
|
8
8
|
employment_type: [Full-time, Part-time, Temporary, Contract, Internship, Commission]
|
@@ -12,4 +12,4 @@ en:
|
|
12
12
|
- "#{seniority} #{field} #{position}"
|
13
13
|
- "#{field} #{position}"
|
14
14
|
- "#{field} #{position}"
|
15
|
-
- "#{seniority} #{position}"
|
15
|
+
- "#{seniority} #{position}"
|
data/lib/locales/en/kpop.yml
CHANGED
@@ -21,14 +21,14 @@ en:
|
|
21
21
|
"HALO", "Infinite F", "JJCC", "K-Much", "Laboum", "Lip Service", "Lovelyz", "Madtown", "Mamamoo", "Melody Day", "Minx", "Play the Siren",
|
22
22
|
"Red Velvet", "Sonamoo", "The Legend", "ToHeart", "UNIQ", "Wings", "Winner", "April", "Bambino", "Bastarz", "Big Brain", "CLC", "Cupid",
|
23
23
|
"Day6", "DIA", "GFriend", "iKon", "Monsta X", "N.Flying", "Oh My Girl", "PLAYBACK", "Romeo", "Rubber Soul", "Seventeen", "Snuper", "Twice",
|
24
|
-
"UNICORN", "UP10TION", "VAV", "VIXX LR", "AOA Cream", "Astro", "
|
24
|
+
"UNICORN", "UP10TION", "VAV", "VIXX LR", "AOA Cream", "Astro", "Blackpink", "Bolbbalgan4", "BP Rania", "C.I.V.A", "Cosmic Girls", "EXO-CBX",
|
25
25
|
"Gugudan", "I.B.I", "I.O.I", "Imfact", "KNK", "MASC", "MOBB", "Momoland", "NCT", "Nine Muses A", "Pentagon", "SF9", "The East Light", "Unnies",
|
26
26
|
"Victon", "Vromance", "A.C.E", "Be.A", "Dream Catcher", "Duetto", "ELRIS", "Favorite", "Fromis", "Golden Child", "Good Day", "Gugudan Ogu-ogu",
|
27
27
|
"Hash Tag", "HONEYST", "Highlight", "IN2IT", "IZ", "JBJ", "K.A.R.D", "Longguo & Shihyun", "MVP", "MXM", "MYTEEN", "NU'EST W", "ONF", "P.O.P",
|
28
28
|
"Pristin", "Rainz", "S.I.S", "Seven O'Clock", "The Boyz", "Top Secret", "TRCNG", "Triple H", "Wanna One", "Weki Meki"]
|
29
|
-
girl_groups: [2NB", "2NE1", "2Yoon", "4L ", "4Minute", "4Ten", "15&", "After School ", "AOA", "AOA Black", "AOA Cream", "Apink", "April",
|
29
|
+
girl_groups: ["2NB", "2NE1", "2Yoon", "4L ", "4Minute", "4Ten", "15&", "After School ", "AOA", "AOA Black", "AOA Cream", "Apink", "April",
|
30
30
|
"As One", "Baby Vox", "Baby Vox Re.V", "Badkiz", "Bambino", "The Barberettes", "Berry Good", "Bestie", "Big Mama",
|
31
|
-
"Black Pearl", "
|
31
|
+
"Black Pearl", "Blackpink", "Blady", "Bob Girls", "Bolbbalgan4", "BP Rania", "Brave Girls", "Brown Eyed Girls", "C-REAL ", "Chakra",
|
32
32
|
"Chocolat", "CLC", "Cleo", "Cosmic Girls", "Crayon Pop", "Cupid ", "D-Unit", "D.Holic", "Dal Shabet", "Davichi", "Dia", "Diva",
|
33
33
|
"Dreamcatcher", "Elris", "EvoL", "EXID", "F-ve Dolls", "F(x)", "Favorite", "Fiestar", "Fin.K.L", "Fromis", "Gangkiz", "Gavy NJ",
|
34
34
|
"GFriend", "GI", "Girl Friends", "Girl's Day", "Girls Girls", "Girls' Generation", "Girls' Generation-TTS", "Glam", "Good Day", "GP Basic",
|
@@ -1,9 +1,289 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
3
|
+
games:
|
4
|
+
league_of_legends:
|
5
|
+
champion:
|
6
|
+
- Aatrox
|
7
|
+
- Ahri
|
8
|
+
- Akali
|
9
|
+
- Alister
|
10
|
+
- Amumu
|
11
|
+
- Anivia
|
12
|
+
- Annie
|
13
|
+
- Ashe
|
14
|
+
- Aurelion Sol
|
15
|
+
- Azir
|
16
|
+
- Bard
|
17
|
+
- Blitzcrank
|
18
|
+
- Brand
|
19
|
+
- Braum
|
20
|
+
- Caitlyn
|
21
|
+
- Camille
|
22
|
+
- Cassiopeia
|
23
|
+
- Cho-Gath
|
24
|
+
- Corki
|
25
|
+
- Darius
|
26
|
+
- Diana
|
27
|
+
- Dr. Mundo
|
28
|
+
- Draven
|
29
|
+
- Ekko
|
30
|
+
- Elise
|
31
|
+
- Evelynn
|
32
|
+
- Ezreal
|
33
|
+
- Fiddlesticks
|
34
|
+
- Fiora
|
35
|
+
- Fizz
|
36
|
+
- Galio
|
37
|
+
- Gangplank
|
38
|
+
- Garen
|
39
|
+
- Gnar
|
40
|
+
- Gragas
|
41
|
+
- Graves
|
42
|
+
- Hecarim
|
43
|
+
- Heimerdinger
|
44
|
+
- Illaoi
|
45
|
+
- Irelia
|
46
|
+
- Ivern
|
47
|
+
- Janna
|
48
|
+
- Jarvan IV
|
49
|
+
- Jax
|
50
|
+
- Jayce
|
51
|
+
- Jhin
|
52
|
+
- Jinx
|
53
|
+
- Kai'Sa
|
54
|
+
- Kalista
|
55
|
+
- Karma
|
56
|
+
- Karthus
|
57
|
+
- Kassadin
|
58
|
+
- Katarina
|
59
|
+
- Kayle
|
60
|
+
- Kayn
|
61
|
+
- Kennen
|
62
|
+
- Kha'Zix
|
63
|
+
- Kindred
|
64
|
+
- Kled
|
65
|
+
- Kog'Maw
|
66
|
+
- LeBlanc
|
67
|
+
- Lee Sin
|
68
|
+
- Leona
|
69
|
+
- Lissandra
|
70
|
+
- Lucian
|
71
|
+
- Lulu
|
72
|
+
- Lux
|
73
|
+
- Malphite
|
74
|
+
- Malzahar
|
75
|
+
- Maokai
|
76
|
+
- Master Yi
|
77
|
+
- Miss Fortune
|
78
|
+
- Mordekaiser
|
79
|
+
- Morgana
|
80
|
+
- Neeko
|
81
|
+
- Nami
|
82
|
+
- Nasus
|
83
|
+
- Nautilus
|
84
|
+
- Nidalee
|
85
|
+
- Nocturne
|
86
|
+
- Nunu & Willump
|
87
|
+
- Olaf
|
88
|
+
- Orianna
|
89
|
+
- Ornn
|
90
|
+
- Pantheon
|
91
|
+
- Poppy
|
92
|
+
- Pyke
|
93
|
+
- Quinn
|
94
|
+
- Rammus
|
95
|
+
- Rek'Sai
|
96
|
+
- Renekton
|
97
|
+
- Rengar
|
98
|
+
- Riven
|
99
|
+
- Rakan
|
100
|
+
- Rumble
|
101
|
+
- Ryze
|
102
|
+
- Sejuani
|
103
|
+
- Shaco
|
104
|
+
- Shen
|
105
|
+
- Shyvanna
|
106
|
+
- Singed
|
107
|
+
- Sion
|
108
|
+
- Sivir
|
109
|
+
- Skarner
|
110
|
+
- Sona
|
111
|
+
- Soraka
|
112
|
+
- Swain
|
113
|
+
- Sylas
|
114
|
+
- Syndra
|
115
|
+
- Tahm Kench
|
116
|
+
- Taliyah
|
117
|
+
- Talon
|
118
|
+
- Taric
|
119
|
+
- Teemo
|
120
|
+
- Thresh
|
121
|
+
- Tristana
|
122
|
+
- Trundle
|
123
|
+
- Tryndamere
|
124
|
+
- Twisted Fate
|
125
|
+
- Twitch
|
126
|
+
- Udyr
|
127
|
+
- Urgot
|
128
|
+
- Varus
|
129
|
+
- Vayne
|
130
|
+
- Veigar
|
131
|
+
- Vel'Koz
|
132
|
+
- Vi
|
133
|
+
- Viktor
|
134
|
+
- Vladimir
|
135
|
+
- Volibear
|
136
|
+
- Warwick
|
137
|
+
- Wukong
|
138
|
+
- Xayah
|
139
|
+
- Xerath
|
140
|
+
- Xin Zhao
|
141
|
+
- Yasuo
|
142
|
+
- Yorick
|
143
|
+
- Yuumi
|
144
|
+
- Zac
|
145
|
+
- Zed
|
146
|
+
- Ziggs
|
147
|
+
- Zilean
|
148
|
+
- Zoe
|
149
|
+
- Zyra
|
150
|
+
location:
|
151
|
+
- Demacia
|
152
|
+
- Noxus
|
153
|
+
- Shadow Isles
|
154
|
+
- Valoran
|
155
|
+
- Runeterra
|
156
|
+
- Bandle City
|
157
|
+
- Bilgewater
|
158
|
+
- Freljord
|
159
|
+
- Ionia
|
160
|
+
- Mount Targon
|
161
|
+
- Piltover
|
162
|
+
- Lokfar
|
163
|
+
- Zaun
|
164
|
+
quote:
|
165
|
+
- Purge the unjust.
|
166
|
+
- By my will, this shall be finished!
|
167
|
+
- You only have to click once, fool!
|
168
|
+
- My right arm is a lot stronger than my left.
|
169
|
+
- Ready to set the world on fire...
|
170
|
+
- The early bird guts the worm!
|
171
|
+
- Don't you trust me?
|
172
|
+
- Welcome to Summoners Rift!
|
173
|
+
- Have you seen my Bear Tibbers?
|
174
|
+
- NOM NOM NOM
|
175
|
+
- Defy Noxus and taste your own blood.
|
176
|
+
- Behold the might of the shadow isles.
|
177
|
+
- Who wants a piece of the champ?!
|
178
|
+
- Come on, live a little... while you can!
|
179
|
+
- Master yourself, master the enemy.
|
180
|
+
- Blindness is no impairment against a smelly enemy.
|
181
|
+
- ok.
|
182
|
+
- Caught between a rock... and a hard place.
|
183
|
+
- Mundo will go where he pleases!
|
184
|
+
- Mundo say his own name a lot, or else he forget! Has happened before.
|
185
|
+
- A man, a woman and a yordle walk into the sun. They die! Because it burns them alive? heh heh heh heh
|
186
|
+
- The cycle of life and death continues. We will live, they will die.
|
187
|
+
- My profession?! You know, now that I think of it, I've always wanted to be a baker.
|
188
|
+
- Tonight we hunt!
|
189
|
+
- Monsters can be made to fear.
|
190
|
+
- How about a drink?
|
191
|
+
- Captain Teemo on duty.
|
192
|
+
- Hut, two, three, four. Yes, sir!
|
193
|
+
- I'll scout ahead!
|
194
|
+
- That's gotta sting.
|
195
|
+
- Never underestimate the power of the Scout's code.
|
196
|
+
- I suppose you're expecting some inBEARable pun?
|
197
|
+
- It's not how much you can lift. It's how good you look!
|
198
|
+
- Welcome to the League of Draven.
|
199
|
+
- Not Draven; Draaaaven.
|
200
|
+
- Who wants some Draven? Heheheh.
|
201
|
+
- Subtle? I don't do subtle.
|
202
|
+
summoner_spell:
|
203
|
+
- Teleport
|
204
|
+
- Exhaust
|
205
|
+
- Barrier
|
206
|
+
- Smite
|
207
|
+
- Flash
|
208
|
+
- Ignite
|
209
|
+
- Clarity
|
210
|
+
- Mark
|
211
|
+
- To the King!
|
212
|
+
- Ghost
|
213
|
+
- Heal
|
214
|
+
- Poro Toss
|
215
|
+
- Cleanse
|
216
|
+
masteries:
|
217
|
+
- Battle Trance
|
218
|
+
- Double Edged Sword
|
219
|
+
- Bounty Hunter
|
220
|
+
- Fresh Blood
|
221
|
+
- Expose Weakness
|
222
|
+
- Feast
|
223
|
+
- Warlord's Bloodlust
|
224
|
+
- Fervor of Battle
|
225
|
+
- Deathfire Touch
|
226
|
+
- Greenfather's Gift
|
227
|
+
- Dangerous Game
|
228
|
+
- Bandit
|
229
|
+
- Courage of the Colossus
|
230
|
+
- Stoneborn Pact
|
231
|
+
- Grasp of the Undying
|
232
|
+
- Siegemaster
|
233
|
+
- Tough Skin
|
234
|
+
- Explorer
|
235
|
+
- Assassin
|
236
|
+
- Secret Stash
|
237
|
+
- Runic Affinity
|
238
|
+
- Windspeaker's Blessing
|
239
|
+
- Thunderlord's Decree
|
240
|
+
- Stormraider's Surge
|
241
|
+
- Fearless
|
242
|
+
- Unyielding
|
243
|
+
- Meditation
|
244
|
+
- Battering Blows
|
245
|
+
- Piercing Thoughts
|
246
|
+
- Insight
|
247
|
+
- Perseverance
|
248
|
+
- Intelligence
|
249
|
+
- Precision
|
250
|
+
- Sorcery
|
251
|
+
- Vampirism
|
252
|
+
- Fury
|
253
|
+
- Natural Talent
|
254
|
+
- Savagery
|
255
|
+
- Wanderer
|
256
|
+
- Merciless
|
257
|
+
- Recovery
|
258
|
+
- Legendary Guardian
|
259
|
+
- Swiftness
|
260
|
+
- Runic Armor
|
261
|
+
- Veteran's Scars
|
262
|
+
rank:
|
263
|
+
- Iron IV
|
264
|
+
- Iron III
|
265
|
+
- Iron II
|
266
|
+
- Iron I
|
267
|
+
- Bronze IV
|
268
|
+
- Bronze III
|
269
|
+
- Bronze II
|
270
|
+
- Bronze I
|
271
|
+
- Silver IV
|
272
|
+
- Silver III
|
273
|
+
- Silver II
|
274
|
+
- Silver I
|
275
|
+
- Gold IV
|
276
|
+
- Gold III
|
277
|
+
- Gold II
|
278
|
+
- Gold I
|
279
|
+
- Platinum IV
|
280
|
+
- Platinum III
|
281
|
+
- Platinum II
|
282
|
+
- Platinum I
|
283
|
+
- Diamond IV
|
284
|
+
- Diamond III
|
285
|
+
- Diamond II
|
286
|
+
- Diamond I
|
287
|
+
- Master
|
288
|
+
- Grandmaster
|
289
|
+
- Challenger
|