faker 2.10.0 → 2.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +265 -0
  3. data/README.md +14 -2
  4. data/lib/faker.rb +20 -10
  5. data/lib/faker/default/address.rb +31 -1
  6. data/lib/faker/default/bank.rb +79 -0
  7. data/lib/faker/default/blood.rb +48 -0
  8. data/lib/faker/default/business.rb +1 -1
  9. data/lib/faker/default/cannabis.rb +80 -0
  10. data/lib/faker/default/chile_rut.rb +44 -1
  11. data/lib/faker/default/commerce.rb +73 -10
  12. data/lib/faker/default/company.rb +276 -7
  13. data/lib/faker/default/compass.rb +135 -0
  14. data/lib/faker/default/computer.rb +63 -0
  15. data/lib/faker/default/construction.rb +54 -0
  16. data/lib/faker/default/cosmere.rb +90 -0
  17. data/lib/faker/default/crypto_coin.rb +45 -0
  18. data/lib/faker/default/date.rb +16 -12
  19. data/lib/faker/default/dc_comics.rb +45 -0
  20. data/lib/faker/default/driving_licence.rb +42 -0
  21. data/lib/faker/default/file.rb +51 -2
  22. data/lib/faker/default/finance.rb +24 -0
  23. data/lib/faker/default/funny_name.rb +45 -0
  24. data/lib/faker/default/gender.rb +1 -1
  25. data/lib/faker/default/hipster.rb +94 -0
  26. data/lib/faker/default/id_number.rb +86 -0
  27. data/lib/faker/default/internet.rb +64 -7
  28. data/lib/faker/default/internet_http.rb +48 -0
  29. data/lib/faker/default/invoice.rb +32 -5
  30. data/lib/faker/default/json.rb +55 -0
  31. data/lib/faker/default/lorem.rb +1 -1
  32. data/lib/faker/default/lorem_flickr.rb +65 -0
  33. data/lib/faker/default/lorem_pixel.rb +22 -0
  34. data/lib/faker/default/markdown.rb +89 -0
  35. data/lib/faker/default/measurement.rb +90 -0
  36. data/lib/faker/default/name.rb +98 -0
  37. data/lib/faker/default/nhs.rb +19 -0
  38. data/lib/faker/default/number.rb +5 -7
  39. data/lib/faker/default/omniauth.rb +105 -52
  40. data/lib/faker/default/phone_number.rb +88 -5
  41. data/lib/faker/default/placeholdit.rb +21 -0
  42. data/lib/faker/default/slack_emoji.rb +81 -0
  43. data/lib/faker/default/south_africa.rb +90 -0
  44. data/lib/faker/default/string.rb +19 -3
  45. data/lib/faker/default/stripe.rb +61 -0
  46. data/lib/faker/default/twitter.rb +35 -0
  47. data/lib/faker/default/types.rb +80 -0
  48. data/lib/faker/default/university.rb +45 -0
  49. data/lib/faker/default/vehicle.rb +184 -4
  50. data/lib/faker/default/verb.rb +45 -0
  51. data/lib/faker/default/world_cup.rb +4 -4
  52. data/lib/faker/games/control.rb +113 -0
  53. data/lib/faker/games/dnd.rb +61 -0
  54. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  55. data/lib/faker/games/minecraft.rb +48 -0
  56. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  57. data/lib/faker/movies/departed.rb +49 -0
  58. data/lib/faker/movies/movie.rb +13 -0
  59. data/lib/faker/music/pearl_jam.rb +50 -0
  60. data/lib/faker/music/phish.rb +27 -1
  61. data/lib/faker/music/prince.rb +64 -0
  62. data/lib/faker/music/rush.rb +37 -0
  63. data/lib/faker/music/show.rb +49 -0
  64. data/lib/faker/quotes/chiquito.rb +80 -0
  65. data/lib/faker/quotes/quote.rb +54 -1
  66. data/lib/faker/quotes/rajnikanth.rb +26 -0
  67. data/lib/faker/quotes/shakespeare.rb +36 -0
  68. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  69. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  70. data/lib/faker/tv_shows/dr_who.rb +1 -1
  71. data/lib/faker/tv_shows/futurama.rb +65 -0
  72. data/lib/faker/tv_shows/simpsons.rb +14 -0
  73. data/lib/faker/tv_shows/suits.rb +37 -0
  74. data/lib/faker/version.rb +1 -1
  75. data/lib/helpers/base58.rb +1 -1
  76. data/lib/helpers/char.rb +22 -27
  77. data/lib/helpers/unique_generator.rb +4 -0
  78. data/lib/locales/bg.yml +2 -2
  79. data/lib/locales/ca.yml +0 -8
  80. data/lib/locales/da-DK.yml +3 -3
  81. data/lib/locales/de-CH.yml +1693 -0
  82. data/lib/locales/en-AU.yml +44 -10
  83. data/lib/locales/en-CA.yml +2 -0
  84. data/lib/locales/en-GB.yml +1 -1
  85. data/lib/locales/en-NEP.yml +1 -1
  86. data/lib/locales/en-NZ.yml +2 -0
  87. data/lib/locales/en-US.yml +29 -3
  88. data/lib/locales/en-ZA.yml +1 -1
  89. data/lib/locales/en/address.yml +2 -0
  90. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  91. data/lib/locales/en/bank.yml +1 -1
  92. data/lib/locales/en/big_bang_theory.yml +38 -0
  93. data/lib/locales/en/blood.yml +13 -0
  94. data/lib/locales/en/chiquito.yml +64 -0
  95. data/lib/locales/en/color.yml +1 -1
  96. data/lib/locales/en/computer.yml +36 -0
  97. data/lib/locales/en/control.yml +247 -0
  98. data/lib/locales/en/departed.yml +50 -0
  99. data/lib/locales/en/dnd.yml +54 -0
  100. data/lib/locales/en/futurama.yml +344 -0
  101. data/lib/locales/en/heroes_of_the_storm.yml +2 -2
  102. data/lib/locales/en/house.yml +1 -1
  103. data/lib/locales/en/minecraft.yml +390 -0
  104. data/lib/locales/en/movie.yml +192 -1
  105. data/lib/locales/en/name.yml +4 -3
  106. data/lib/locales/en/one_piece.yml +2 -2
  107. data/lib/locales/en/pearl_jam.yml +213 -0
  108. data/lib/locales/en/phish.yml +392 -1
  109. data/lib/locales/en/prince.yml +227 -0
  110. data/lib/locales/en/rajnikanth.yml +77 -0
  111. data/lib/locales/en/rush.yml +32 -0
  112. data/lib/locales/en/shakespeare.yml +3 -3
  113. data/lib/locales/en/show.yml +597 -0
  114. data/lib/locales/en/simpsons.yml +668 -0
  115. data/lib/locales/en/star_wars.yml +568 -220
  116. data/lib/locales/en/stripe.yml +3 -3
  117. data/lib/locales/en/suits.yml +45 -0
  118. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  119. data/lib/locales/es-MX.yml +3 -0
  120. data/lib/locales/fr-CA.yml +7 -4
  121. data/lib/locales/fr-CH.yml +1 -1
  122. data/lib/locales/fr.yml +5 -4
  123. data/lib/locales/hy.yml +1 -6
  124. data/lib/locales/id.yml +2 -1
  125. data/lib/locales/ja.yml +1 -1
  126. data/lib/locales/ko.yml +82 -0
  127. data/lib/locales/pt-BR.yml +1 -0
  128. data/lib/locales/pt.yml +2 -2
  129. data/lib/locales/uk.yml +5 -5
  130. data/lib/locales/zh-CN.yml +1 -1
  131. data/lib/locales/zh-TW.yml +1 -1
  132. metadata +52 -19
@@ -0,0 +1,50 @@
1
+ en:
2
+ faker:
3
+ departed:
4
+ actors:
5
+ - Leonardo DiCaprio
6
+ - Matt Damon
7
+ - Jack Nicholson
8
+ - Mark Wahlberg
9
+ - Martin Sheen
10
+ - Ray Winstone
11
+ - Vera Farmiga
12
+ - Anthony Anderson
13
+ - Alec Baldwin
14
+ - Kevin Corrigan
15
+ - James Badge Dale
16
+ - David O'Hara
17
+ - Mark Rolston
18
+ characters:
19
+ - Billy Costigan
20
+ - Colin Sullivan
21
+ - Frank Costello
22
+ - Sean Dignam
23
+ - Oliver Queenan
24
+ - Arnold French
25
+ - Madolyn Madden
26
+ - Tony Brown
27
+ - George Ellerby
28
+ - Sean Costigan
29
+ - James Barrigan
30
+ - Patrick Fitzgibbons
31
+ - Timothy Delahunt
32
+ quotes:
33
+ - I'm the guy who does his job. You must be the other guy.
34
+ - You have an immaculate record. Some guys don't trust an immaculate record.
35
+ I do. I have an immaculate record.
36
+ - You got a nice suit at home or do you like coming to work everyday dressed
37
+ like you're going to invade Poland?
38
+ - All due respect Mr. Costello school is out.
39
+ - Normally he's a very uh nice guy. Don't judge him from this meeting alone.
40
+ - Maybe. Maybe not. Maybe fuck yourself.
41
+ - My theory on Feds is that they're like mushrooms feed 'em shit and keep 'em
42
+ in the dark
43
+ - Don't laugh! This ain't reality TV!
44
+ - Let's say you have no idea and leave it at that okay? No idea. Zip. None.
45
+ - Families are always rising or falling in America am I right?
46
+ - What Freud said about the Irish is we're the only people who are impervious
47
+ to psychoanalysis.
48
+ - One of you mugs got a light?
49
+ - Do you want to be a cop or do you want to appear to be a cop?
50
+ - Yeah, it's working... Overtime!
@@ -0,0 +1,54 @@
1
+ en:
2
+ faker:
3
+ dnd:
4
+ species:
5
+ - Dragonborn
6
+ - Dwarf
7
+ - Elf
8
+ - Gnome
9
+ - Half-Elf
10
+ - Halfling
11
+ - Half-Orc
12
+ - Human
13
+ - Tielfing
14
+ klasses:
15
+ - Barbarian
16
+ - Bard
17
+ - Cleric
18
+ - Druid
19
+ - Fighter
20
+ - Monk
21
+ - Paladin
22
+ - Ranger
23
+ - Rogue
24
+ - Sorcerer
25
+ - Warlock
26
+ - Wizard
27
+ backgrounds:
28
+ - Acolyte
29
+ - Charlatan
30
+ - Criminal
31
+ - Entertainer
32
+ - Folk Hero
33
+ - Gladiator
34
+ - Guild Artisan
35
+ - Guild Merchant
36
+ - Hermit
37
+ - Noble
38
+ - Outlander
39
+ - Pirate
40
+ - Sage
41
+ - Sailor
42
+ - Soldier
43
+ - Spy
44
+ - Urchin
45
+ alignments:
46
+ - Lawful Good
47
+ - Neutral Good
48
+ - Chaotic Good
49
+ - Lafwul Neutral
50
+ - Neutral
51
+ - Chaotic Neutral
52
+ - Lawful Evil
53
+ - Neutral Evil
54
+ - Chaotic Evil
@@ -0,0 +1,344 @@
1
+ en:
2
+ faker:
3
+ futurama:
4
+ characters:
5
+ - Abner Doubledeal
6
+ - Al Gore's Head
7
+ - Amy Wong
8
+ - Antonio Calculon
9
+ - Barbados Slim
10
+ - Bender Bending Rodriguez
11
+ - Boxy
12
+ - Brain Slugs
13
+ - Brain Spawn
14
+ - Bubblegum Tate
15
+ - Calculon
16
+ - Chanukah Zombie
17
+ - Clamps
18
+ - Cubert Farnsworth
19
+ - Doctor John Zoidberg
20
+ - Donbot
21
+ - Dr. Ogden Wernstrom
22
+ - Dwight Conrad
23
+ - Elzar
24
+ - Father Changstein-El-Gamal
25
+ - Flexo
26
+ - Gypsy-bot
27
+ - Hattie McDoogal
28
+ - Headless Body of Agnew
29
+ - Hedonismbot
30
+ - Hermes Conrad
31
+ - Horrible Gelatinous Blob
32
+ - Hyperchicken
33
+ - Hypnotoad
34
+ - Inez Wong
35
+ - Joey Mousepad
36
+ - Kif Kroker
37
+ - Kwanzaabot
38
+ - LaBarbara Conrad
39
+ - Leo Wong
40
+ - Linda van Schoonhoven
41
+ - Lord Nibbler
42
+ - Lrrr
43
+ - Michelle
44
+ - Mom
45
+ - Morbo the Annihilator
46
+ - Mr. Panucci
47
+ - Pazuzu
48
+ - Petunia
49
+ - Philip J. Fry
50
+ - Professor Hubert J. Farnsworth
51
+ - Randy Munchnik
52
+ - Reverend Lionel Preacherbot
53
+ - Richard Nixon's Head
54
+ - Roberto
55
+ - Robot Devil
56
+ - Robot Santa
57
+ - Sal
58
+ - Scruffy
59
+ - Smitty
60
+ - Stephen Hawking
61
+ - The Crushinator
62
+ - Tinny Tim
63
+ - Turanga Leela
64
+ - Turanga Morris
65
+ - Turanga Munda
66
+ - URL
67
+ - Warden Vogel
68
+ - Zapp Brannigan
69
+ locations:
70
+ - 7¹¹
71
+ - Akbar
72
+ - Aldrin's Gulch
73
+ - Alien Overlord & Taylor
74
+ - Alien Zoo
75
+ - Amazonia
76
+ - Amish Homeworld
77
+ - Amphibios 9
78
+ - Antares System
79
+ - Anti-Chrysler building
80
+ - Apartment 00100100
81
+ - Apollo Theatre
82
+ - Applied Cryogenics
83
+ - Assisted Living Nebula
84
+ - Atlanta
85
+ - Atlantic City
86
+ - Atlantic Ocean
87
+ - Bender Statue
88
+ - Big Apple Bank
89
+ - Blernsball Hall of Fame
90
+ - Bogad
91
+ - Boston
92
+ - Brain Slug Planet
93
+ - Brooklyn
94
+ - Brooklyn Bridge
95
+ - Build-a-Bot
96
+ - Bumbase Alpha
97
+ - Cave of Hopelessness
98
+ - Cavern on the Green
99
+ - Central Bureaucracy
100
+ - Chapek 9
101
+ - Chrysler building
102
+ - Cineplex 14
103
+ - Circuit City
104
+ - CitiHall
105
+ - Coney Island Community College
106
+ - Cookieville Minimum-Security Orphanarium
107
+ - Cornwood
108
+ - Crack mansion
109
+ - CrindStar, Inc.
110
+ - Cyberia
111
+ - Cyclopia
112
+ - Cygnus 5
113
+ - DOOP Headquarters
114
+ - Decapod 10
115
+ - Decapodian Embassy
116
+ - Devil's Island
117
+ - Dogdoo 7
118
+ - Dogdoo 8
119
+ - Doohan 6
120
+ - Earth
121
+ - Ebola 9
122
+ - Eden 7
123
+ - Egypt
124
+ - Electric Ladyland
125
+ - Elzar's Fine Cuisine
126
+ - Empire State Building
127
+ - Eternium
128
+ - Eye Robot
129
+ - EyePhone Store
130
+ - Face on Mars
131
+ - Fishy Joe's
132
+ - Forbidden Zone
133
+ - Fountain of Aging
134
+ - Fronty's Meat Market
135
+ - Fry family house
136
+ - Future-Roma
137
+ - Galaxy of Terror
138
+ - Galápagos Islands
139
+ - Gandhi Nebula
140
+ - Gateway Arch
141
+ - GeneWorks, S.K.G.
142
+ - Geysers of Gygax
143
+ - Giza
144
+ - Globetrotter Homeworld Embassy
145
+ - Globetrotter Planet
146
+ - Glorianimous 3
147
+ - Hacking Jack's Fine Smokables
148
+ - Hal Institute for Criminally Insane Robots
149
+ - Halley's Comet
150
+ - Head Museum
151
+ - Intergalactic Stock Exchange
152
+ - Jupiter
153
+ - Keeler Canyon
154
+ - Kyoto
155
+ - Land Titanic
156
+ - Le Palm D'Orbit
157
+ - Leo Wong's "Miniature" Golf Course
158
+ - Little Bitaly
159
+ - Little Neptune
160
+ - Los Angeles
161
+ - Luna Park
162
+ - Madison Cube Garden
163
+ - Malfunctioning Eddie's Rocket-Car Emporium
164
+ - Manhattan
165
+ - Maple Craters
166
+ - Mars
167
+ - Mars University (location)
168
+ - Mars Vegas
169
+ - Mercury
170
+ - Mexico
171
+ - Milwaukee
172
+ - Milwaukee Mom's dark matter mine
173
+ - Mobile Oppression Palace
174
+ - Mom's Friendly Robot Company
175
+ - Mom's dark matter mine
176
+ - Monsanto Yokel Dome
177
+ - Monument Beach
178
+ - Moon
179
+ - Mount Rushmore
180
+ - Museum of Natural History
181
+ - NBC
182
+ - Nation of Joe
183
+ - Near Death Star
184
+ - Neptune
185
+ - Neutral Planet
186
+ - Neutropolis
187
+ - New New Jersey
188
+ - New New York
189
+ - New New York's Famous Original Ray's Superior Court
190
+ - Nigel 7
191
+ - Nintenduu 64
192
+ - Norway
193
+ - Nude Beach Planet
194
+ - Nukevada
195
+ - Nylar IV
196
+ - O'Cyris IV
197
+ - O'Grady's Pub
198
+ - O'Zorgnax's Pub
199
+ - Old New York
200
+ - Old New York Subway
201
+ - Omega 3
202
+ - Omicron Persei 8
203
+ - Orbiting Meadows National Cemetery
204
+ - Original lunar landing site
205
+ - Panucci's Pizza
206
+ - Parallel Universe
207
+ - Paris
208
+ - Past-O-Rama
209
+ - Peoples α
210
+ - Pet Shop
211
+ - Pisa
212
+ - Planet Earth
213
+ - Planet Express building
214
+ - Planet XXX
215
+ - Pluto
216
+ - Poopiter
217
+ - Reckless Ted's Funland
218
+ - Republic of French Stereotypes
219
+ - Robo-Hungarian Empire
220
+ - Robonia
221
+ - Robot Arms Apts
222
+ - Robot Hell
223
+ - Rockefeller Center
224
+ - Roswell
225
+ - Rumbledy-Hump (Planet)
226
+ - Sargaseous Sea
227
+ - Sewers of New New York
228
+ - Simian 7
229
+ - Simian 7 Zoo
230
+ - Slurm Factory
231
+ - Spa 5
232
+ - Spheron I
233
+ - Spleef Nebula
234
+ - St. Louis
235
+ - Starbabe's Cocoffee
236
+ - State of New New York
237
+ - Statue of Liberty
238
+ - Studio 1²2¹3³
239
+ - Stumbos IV
240
+ - Sub-sewer
241
+ - Svalvard Global Seed Vault
242
+ - Sweden
243
+ - Taco Bellevue Hospital
244
+ - Tarantulon 6
245
+ - Temple of Robotology
246
+ - That world that can't be mentioned in polite company
247
+ - The Hip Joint
248
+ - The Leaning Tower of Pisa
249
+ - The Robo-Hungarian Empir
250
+ - The Sewers of New New York
251
+ - The World
252
+ - Thermostadt
253
+ - Thermostadt Castle
254
+ - Third World of the Antares System
255
+ - Thuban 9
256
+ - Tokyo
257
+ - Tornadus
258
+ - Trisol
259
+ - Tweenis 12
260
+ - United States
261
+ - Universe Gamma
262
+ - Urectum
263
+ - V-GINY
264
+ - Venus
265
+ - Vergon 6
266
+ - Viga 4
267
+ - Vinci
268
+ - Violet Dwarf Star
269
+ - Washington, D.C.
270
+ - Wipe Castle
271
+ - Wong ranch
272
+ - Wormulon
273
+ quotes:
274
+ - A fancy dress gala? I'll wear my formal shell.
275
+ - Ah, Xmas Eve. Another pointless day where I accomplish nothing.
276
+ - Bite my shiny metal ass.
277
+ - Blackmail is such an ugly word. I prefer extortion. The ‘x' makes it sound
278
+ cool.
279
+ - Dammit Kif, where's the little umbrella? That's what makes it a scotch on
280
+ the rocks!
281
+ - Did everything just taste purple for a second?
282
+ - Excuse my language but I have had it with you ruffling my petticoats!
283
+ - Fry, it's been years since medical school, so remind me. Disemboweling in
284
+ your species, fatal or non-fatal?
285
+ - Gimme your biggest, strongest, cheapest drink!
286
+ - Have you ever tried simply turning off your TV, sitting down with your child,
287
+ and hitting them?
288
+ - Hey sexy mama. Wanna kill all humans?
289
+ - Hey! I got a busted ass here and I don't see anyone kissing it!
290
+ - Honey, I wouldn't talk about taste if I was wearing a lime green tank top.
291
+ - Hot diggity daffodil!
292
+ - I don't have emotions & sometimes that makes me very sad.
293
+ - I don't remember ever fighting Godzilla… But that is so what I would have
294
+ done!
295
+ - I don't want to live on this planet anymore.
296
+ - I got ants in my butt, and I needs to strut.
297
+ - I really ought to do something but I am already in my pyjamas.
298
+ - I took the liberty of fertilizing your caviar.
299
+ - It's when women are polite to each other you know there's a problem.
300
+ - I'm so embarrassed. I wish everybody else was dead.
301
+ - Men who call too much are the worst…I bet.
302
+ - My story is a lot like yours, only more interesting ‘cause it involves robots.
303
+ - Oh, no room for Bender, huh? Fine! I'll go build my own lunar lander, with
304
+ blackjack and hookers. In fact, forget the lunar lander and the blackjack.
305
+ Ahh, screw the whole thing!
306
+ - Shut up and take my money!
307
+ - Sweet llamas of the Bahamas!
308
+ - That's what they said about being alive!
309
+ - Ugh, it's like a party in my mouth & everyone's throwing up.
310
+ - Valentine's Day is coming up? Oh Crap, I forgot to get a girlfriend again!
311
+ - Well, if jacking on will make strangers think I'm cool, I'll do it
312
+ - We'll soon stage an attack on technology worthy of being chronicled in an
313
+ anthem by Rush!
314
+ - We're making beer. I'm the brewery!
315
+ - When you look this good, you don't have to know anything!
316
+ - Wow! Sporty go-cart, Leela! So hip and sexy. Not like you at all.
317
+ - You know what cheers me up? Other people's misfortune.
318
+ hermes_catchphrases:
319
+ - Cursed bacteria of Liberia!
320
+ - Great bonda of Uganda!
321
+ - Great cow of Moscow!
322
+ - Sacred boa of West and Eastern Samoa!
323
+ - Sacred hog of Prague!
324
+ - Sweet bongo of the Congo!
325
+ - Sweet candelabra of Le Havre, LaBarbara!
326
+ - Sweet coincidence of Port-au-Prince!
327
+ - Sweet fireball of Montreal!
328
+ - Sweet freak of Mozambique!
329
+ - Sweet ghost of Babylon!
330
+ - Sweet giant anteater of Santa Anita!
331
+ - Sweet gorilla of Manila!
332
+ - Sweet guinea pig of Winnipeg!
333
+ - Sweet honey bee of infinity!
334
+ - Sweet kookaburra of Edinburgh!
335
+ - Sweet lion of Zion!
336
+ - Sweet llamas of the Bahamas!
337
+ - Sweet manatee of Galilee!
338
+ - Sweet orca of Mallorca!
339
+ - Sweet reawakening of jamaicaing!
340
+ - Sweet something... of... someplace...!
341
+ - Sweet squid of Madrid!
342
+ - Sweet three-toed sloth of the ice planet Hoth!
343
+ - Sweet topology of cosmology!
344
+ - Sweet yeti of the Serengeti!
@@ -2,6 +2,6 @@ en:
2
2
  faker:
3
3
  heroes_of_the_storm:
4
4
  battlegrounds: ["Alterac Pass", "Battlefield of Eternity", "Blackheart's Bay", "Braxis Holdout", "Cursed Hollow", "Dragon Shire", "Garden of Terror", "Hanamura Temple", "Haunted Mines", "Infernal Shrines", "Sky Temple", "Tomb of the Spider Queen", "Towers of Doom", "Volskaya Foundry", "Warhead Junction"]
5
- classes: ["Bruiser", "Healer", "Melee Assassin", "Ranged Assassin", "Support", "Tank"]
5
+ class_names: ["Bruiser", "Healer", "Melee Assassin", "Ranged Assassin", "Support", "Tank"]
6
6
  heroes: ["Abathur", "Alarak", "Alexstrasza", "Ana", "Anduin", "Anub'arak", "Artanis", "Arthas", "Auriel", "Azmodan", "Blaze", "Brightwing", "Cassia", "Chen", "Cho", "Chromie", "D.Va", "Deckard", "Dehaka", "Diablo", "E.T.C.", "Falstad", "Fenix", "Gall", "Garrosh", "Gazlowe", "Genji", "Greymane", "Gul'dan", "Hanzo", "Illidan", "Imperius", "Jaina", "Johanna", "Junkrat", "Kael'thas", "Kel'Thuzad", "Kerrigan", "Kharazim", "Leoric", "Li Li", "Li-Ming", "Lt. Morales", "Lunara", "Lúcio", "Maiev", "Mal'Ganis", "Malfurion", "Malthael", "Medivh", "Mephisto", "Muradin", "Murky", "Nazeebo", "Nova", "Orphea", "Probius", "Ragnaros", "Raynor", "Rehgar", "Rexxar", "Samuro", "Sgt. Hammer", "Sonya", "Stitches", "Stukov", "Sylvanas", "Tassadar", "The Butcher", "The Lost Vikings", "Thrall", "Tracer", "Tychus", "Tyrael", "Tyrande", "Uther", "Valeera", "Valla", "Whitemane", "Xul", "Yrel", "Zagara", "Zarya", "Zeratul", "Zul'jin"]
7
- quotes: ["Beat them like they owe you money!", "Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?\"", "Don't forget to check the pocket!", "Have you ever considered aiming anywhere other than the face?", "Hey, you look like the cover of E.T.C.s new album!", "Human words are hard to make together talking for expressing... things!", "I like happy things! Like puppies, and rainbows, and dead enemies!", "I must leave and I blame this failure upon you.", "Mrgrgrlrgrlgr!!!", "Oh my God, I can't believe I just killed a panda.", "Taunting life form; you are weak! And physically unappealing!", "Teammates. Much to improve.\" is a pretty good contender.", "That was easy! You were easy to kill!", "This will only hurt until you die.", "Ugh, I've known much better healers.", "We drink first blood!", "You look like you could actually be of use here!", "You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.", "You see this hero yes? Then kill them!", "You think us fools?", "You waste both my time and your breath, and the former has value."]
7
+ quotes: ["Beat them like they owe you money!", "Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?", "Don't forget to check the pocket!", "Have you ever considered aiming anywhere other than the face?", "Hey, you look like the cover of E.T.C.s new album!", "Human words are hard to make together talking for expressing... things!", "I like happy things! Like puppies, and rainbows, and dead enemies!", "I must leave and I blame this failure upon you.", "Mrgrgrlrgrlgr!!!", "Oh my God, I can't believe I just killed a panda.", "Taunting life form; you are weak! And physically unappealing!", "Teammates. Much to improve. is a pretty good contender.", "That was easy! You were easy to kill!", "This will only hurt until you die.", "Ugh, I've known much better healers.", "We drink first blood!", "You look like you could actually be of use here!", "You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.", "You see this hero yes? Then kill them!", "You think us fools?", "You waste both my time and your breath, and the former has value."]