faker 2.12.0 → 2.16.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 +240 -0
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +14 -14
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/tezos.rb +28 -0
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +34 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +4 -6
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +3 -3
- 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 +1 -1
- data/lib/faker/default/company.rb +57 -11
- data/lib/faker/default/computer.rb +4 -4
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +26 -2
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +6 -4
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +14 -11
- 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 +1 -1
- data/lib/faker/default/json.rb +7 -6
- 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 +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +15 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +3 -2
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- 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 +9 -9
- data/lib/faker/games/dnd.rb +91 -16
- 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 +5 -5
- 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 +3 -3
- 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 +3 -3
- data/lib/faker/music/phish.rb +2 -2
- 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 +3 -3
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -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 +3 -3
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +20 -26
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +3 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +8 -2
- 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 +10 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- 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/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/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/dnd.yml +430 -33
- 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/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/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/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- 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/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 +1 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -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/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/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +19 -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 +10 -1
- data/lib/locales/ko.yml +34 -24
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +1 -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 +66 -18
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/heroes.yml
CHANGED
@@ -1,6 +1,411 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
heroes:
|
4
|
-
names:
|
5
|
-
|
6
|
-
|
4
|
+
names:
|
5
|
+
- Adela
|
6
|
+
- Adelaide
|
7
|
+
- Adrienne
|
8
|
+
- Aenain
|
9
|
+
- Aeris
|
10
|
+
- Aine
|
11
|
+
- Aislinn
|
12
|
+
- Ajit
|
13
|
+
- Alagar
|
14
|
+
- Alamar
|
15
|
+
- Alkin
|
16
|
+
- Andra
|
17
|
+
- Arlach
|
18
|
+
- Ash
|
19
|
+
- Astral
|
20
|
+
- Axsis
|
21
|
+
- Ayden
|
22
|
+
- Boragus
|
23
|
+
- Brissa
|
24
|
+
- Broghild
|
25
|
+
- Bron
|
26
|
+
- Caitlin
|
27
|
+
- Calh
|
28
|
+
- Calid
|
29
|
+
- Catherine
|
30
|
+
- Charna
|
31
|
+
- Christian
|
32
|
+
- Ciele
|
33
|
+
- Clancy
|
34
|
+
- Clavius
|
35
|
+
- Coronius
|
36
|
+
- Crag Hack
|
37
|
+
- Cuthbert
|
38
|
+
- Cyra
|
39
|
+
- Dace
|
40
|
+
- Damacon
|
41
|
+
- Daremyth
|
42
|
+
- Darkstorn
|
43
|
+
- Deemer
|
44
|
+
- Dessa
|
45
|
+
- Dracon
|
46
|
+
- Drakon
|
47
|
+
- Edric
|
48
|
+
- Elleshar
|
49
|
+
- Erdamon
|
50
|
+
- Fafner
|
51
|
+
- Fiona
|
52
|
+
- Fiur
|
53
|
+
- Galthran
|
54
|
+
- Gelare
|
55
|
+
- Gelu
|
56
|
+
- Gem
|
57
|
+
- Geon
|
58
|
+
- Gerwulf
|
59
|
+
- Gird
|
60
|
+
- Gretchin
|
61
|
+
- Grindan
|
62
|
+
- Gundula
|
63
|
+
- Gunnar
|
64
|
+
- Gurnisson
|
65
|
+
- Halon
|
66
|
+
- Ignatius
|
67
|
+
- Ignissa
|
68
|
+
- Ingham
|
69
|
+
- Inteus
|
70
|
+
- Iona
|
71
|
+
- Isra
|
72
|
+
- Ivor
|
73
|
+
- Jabarkas
|
74
|
+
- Jaegar
|
75
|
+
- Jeddite
|
76
|
+
- Jenova
|
77
|
+
- Josephine
|
78
|
+
- Kalt
|
79
|
+
- Kilgor
|
80
|
+
- Korbac
|
81
|
+
- Krellion
|
82
|
+
- Kyrre
|
83
|
+
- Labetha
|
84
|
+
- Lacus
|
85
|
+
- Lord Haart
|
86
|
+
- Lord Haart
|
87
|
+
- Lorelei
|
88
|
+
- Loynis
|
89
|
+
- Luna
|
90
|
+
- Malcom
|
91
|
+
- Malekith
|
92
|
+
- Marius
|
93
|
+
- Melodia
|
94
|
+
- Mephala
|
95
|
+
- Merist
|
96
|
+
- Mirlanda
|
97
|
+
- Moandor
|
98
|
+
- Monere
|
99
|
+
- Mutare
|
100
|
+
- Mutare Drake
|
101
|
+
- Nagash
|
102
|
+
- Neela
|
103
|
+
- Nimbus
|
104
|
+
- Nymus
|
105
|
+
- Octavia
|
106
|
+
- Olema
|
107
|
+
- Oris
|
108
|
+
- Orrin
|
109
|
+
- Pasis
|
110
|
+
- Piquedram
|
111
|
+
- Pyre
|
112
|
+
- Rashka
|
113
|
+
- Rion
|
114
|
+
- Rissa
|
115
|
+
- Roland
|
116
|
+
- Rosic
|
117
|
+
- Ryland
|
118
|
+
- Sandro
|
119
|
+
- Sanya
|
120
|
+
- Saurug
|
121
|
+
- Sephinroth
|
122
|
+
- Septienna
|
123
|
+
- Serena
|
124
|
+
- Shakti
|
125
|
+
- Shiva
|
126
|
+
- Sir Mullich
|
127
|
+
- Solmyr
|
128
|
+
- Sorsha
|
129
|
+
- Straker
|
130
|
+
- Styg
|
131
|
+
- Sylvia
|
132
|
+
- Synca
|
133
|
+
- Tamika
|
134
|
+
- Tazar
|
135
|
+
- Terek
|
136
|
+
- Thane
|
137
|
+
- Thant
|
138
|
+
- Thorgrim
|
139
|
+
- Thunar
|
140
|
+
- Tiva
|
141
|
+
- Torosar
|
142
|
+
- Tyraxor
|
143
|
+
- Tyris
|
144
|
+
- Ufretin
|
145
|
+
- Uland
|
146
|
+
- Valeska
|
147
|
+
- Verdish
|
148
|
+
- Vey
|
149
|
+
- Vidomina
|
150
|
+
- Vokial
|
151
|
+
- Voy
|
152
|
+
- Wystan
|
153
|
+
- Xarfax
|
154
|
+
- Xeron
|
155
|
+
- Xsi
|
156
|
+
- Xyron
|
157
|
+
- Yog
|
158
|
+
- Zubin
|
159
|
+
- Zydar
|
160
|
+
specialties:
|
161
|
+
- Animate Dead
|
162
|
+
- Archers
|
163
|
+
- Archery
|
164
|
+
- Armorer
|
165
|
+
- Ballista
|
166
|
+
- Basilisks
|
167
|
+
- Behemoths
|
168
|
+
- Beholders
|
169
|
+
- Black Knights
|
170
|
+
- Bless
|
171
|
+
- Bloodlust
|
172
|
+
- Cavaliers
|
173
|
+
- Chain Lightning
|
174
|
+
- Crystal
|
175
|
+
- Cure
|
176
|
+
- Cyclops
|
177
|
+
- Death Ripple
|
178
|
+
- Demons
|
179
|
+
- Dendroids
|
180
|
+
- Devils
|
181
|
+
- Disrupting Ray
|
182
|
+
- Dragons
|
183
|
+
- Dwarves
|
184
|
+
- Eagle Eye
|
185
|
+
- Earth Elementals
|
186
|
+
- Efreeti
|
187
|
+
- Elves
|
188
|
+
- Enchanters
|
189
|
+
- Estates
|
190
|
+
- Fire Elementals
|
191
|
+
- Fire Magic
|
192
|
+
- Fire Wall
|
193
|
+
- Fireball
|
194
|
+
- First Aid
|
195
|
+
- Fortune
|
196
|
+
- Frost Ring
|
197
|
+
- Gargoyles
|
198
|
+
- Gems
|
199
|
+
- Genies
|
200
|
+
- Gnolls
|
201
|
+
- Goblins
|
202
|
+
- Gogs
|
203
|
+
- Gold
|
204
|
+
- Golems
|
205
|
+
- Gorgons
|
206
|
+
- Griffins
|
207
|
+
- Harpies
|
208
|
+
- Haste
|
209
|
+
- Hell Hounds
|
210
|
+
- Hypnotize
|
211
|
+
- Ice Bolt
|
212
|
+
- Imps
|
213
|
+
- Inferno (spell)
|
214
|
+
- Intelligence
|
215
|
+
- Liches
|
216
|
+
- Lizardmen
|
217
|
+
- Logistics
|
218
|
+
- Magi
|
219
|
+
- Magic Arrow
|
220
|
+
- Manticores
|
221
|
+
- Mercury
|
222
|
+
- Meteor Shower
|
223
|
+
- Minotaurs
|
224
|
+
- Monks
|
225
|
+
- Mysticism
|
226
|
+
- Nagas
|
227
|
+
- Navigation
|
228
|
+
- Necromancy
|
229
|
+
- Offense
|
230
|
+
- Ogres
|
231
|
+
- Orcs
|
232
|
+
- Pegasi
|
233
|
+
- Pit Fiends
|
234
|
+
- Prayer
|
235
|
+
- Precision
|
236
|
+
- Psychic Elementals
|
237
|
+
- Resistance
|
238
|
+
- Resurrection
|
239
|
+
- Rocs
|
240
|
+
- Serpent Flies
|
241
|
+
- Sharpshooters
|
242
|
+
- Skeletons
|
243
|
+
- Slayer
|
244
|
+
- Sorcery
|
245
|
+
- Speed
|
246
|
+
- Stone Skin
|
247
|
+
- Sulfur
|
248
|
+
- Swordsmen
|
249
|
+
- Troglodytes
|
250
|
+
- Unicorns
|
251
|
+
- Vampires
|
252
|
+
- Walking Dead
|
253
|
+
- Water Elementals
|
254
|
+
- Weakness
|
255
|
+
- Wights
|
256
|
+
- Wolf Riders
|
257
|
+
- Wyverns
|
258
|
+
klasses:
|
259
|
+
- Alchemist
|
260
|
+
- Barbarian
|
261
|
+
- Battle Mage
|
262
|
+
- Beastmaster
|
263
|
+
- Cleric
|
264
|
+
- Death Knight
|
265
|
+
- Demoniac
|
266
|
+
- Druid
|
267
|
+
- Elementalist
|
268
|
+
- Heretic
|
269
|
+
- Knight
|
270
|
+
- Necromancer
|
271
|
+
- Overlord
|
272
|
+
- Planeswalker
|
273
|
+
- Ranger
|
274
|
+
- Warlock
|
275
|
+
- Witch
|
276
|
+
- Wizard
|
277
|
+
artifacts:
|
278
|
+
- Admiral's Hat
|
279
|
+
- Ambassador's Sash
|
280
|
+
- Amulet of the Undertaker
|
281
|
+
- Angel Feather Arrows
|
282
|
+
- Angel Wings
|
283
|
+
- Angelic Alliance
|
284
|
+
- Armageddon's Blade
|
285
|
+
- Armor of Wonder
|
286
|
+
- Armor of the Damned
|
287
|
+
- Arms of Legion
|
288
|
+
- Badge of Courage
|
289
|
+
- Bird of Perception
|
290
|
+
- Blackshard of the Dead Knight
|
291
|
+
- Boots of Levitation
|
292
|
+
- Boots of Polarity
|
293
|
+
- Boots of Speed
|
294
|
+
- Bow of Elven Cherrywood
|
295
|
+
- Bow of the Sharpshooter
|
296
|
+
- Bowstring of the Unicorn's Mane
|
297
|
+
- Breastplate of Brimstone
|
298
|
+
- Breastplate of Petrified Wood
|
299
|
+
- Buckler of the Gnoll King
|
300
|
+
- Cape of Conjuring
|
301
|
+
- Cape of Velocity
|
302
|
+
- Cards of Prophecy
|
303
|
+
- Celestial Necklace of Bliss
|
304
|
+
- Centaur's Axe
|
305
|
+
- Charm of Mana
|
306
|
+
- Cloak of the Undead King
|
307
|
+
- Clover of Fortune
|
308
|
+
- Collar of Conjuring
|
309
|
+
- Cornucopia
|
310
|
+
- Crest of Valor
|
311
|
+
- Crown of Dragontooth
|
312
|
+
- Crown of the Supreme Magi
|
313
|
+
- Dead Man's Boots
|
314
|
+
- Diplomat's Ring
|
315
|
+
- Dragon Scale Armor
|
316
|
+
- Dragon Scale Shield
|
317
|
+
- Dragon Wing Tabard
|
318
|
+
- Dragonbone Greaves
|
319
|
+
- Elixir of Life
|
320
|
+
- Emblem of Cognizance
|
321
|
+
- Endless Bag of Gold
|
322
|
+
- Endless Purse of Gold
|
323
|
+
- Endless Sack of Gold
|
324
|
+
- Equestrian's Gloves
|
325
|
+
- Everflowing Crystal Cloak
|
326
|
+
- Everpouring Vial of Mercury
|
327
|
+
- Eversmoking Ring of Sulfur
|
328
|
+
- Garniture of Interference
|
329
|
+
- Glyph of Gallantry
|
330
|
+
- Golden Bow
|
331
|
+
- Greater Gnoll's Flail
|
332
|
+
- Head of Legion
|
333
|
+
- Hellstorm Helmet
|
334
|
+
- Helm of Chaos
|
335
|
+
- Helm of Heavenly Enlightenment
|
336
|
+
- Helm of the Alabaster Unicorn
|
337
|
+
- Hourglass of the Evil Hour
|
338
|
+
- Inexhaustible Cart of Lumber
|
339
|
+
- Inexhaustible Cart of Ore
|
340
|
+
- Ladybird of Luck
|
341
|
+
- Legs of Legion
|
342
|
+
- Lion's Shield of Courage
|
343
|
+
- Loins of Legion
|
344
|
+
- Mystic Orb of Mana
|
345
|
+
- Necklace of Dragonteeth
|
346
|
+
- Necklace of Ocean Guidance
|
347
|
+
- Necklace of Swiftness
|
348
|
+
- Ogre's Club of Havoc
|
349
|
+
- Orb of Driving Rain
|
350
|
+
- Orb of Inhibition
|
351
|
+
- Orb of Silt
|
352
|
+
- Orb of Tempestuous Fire
|
353
|
+
- Orb of Vulnerability
|
354
|
+
- Orb of the Firmament
|
355
|
+
- Pendant of Courage
|
356
|
+
- Pendant of Death
|
357
|
+
- Pendant of Dispassion
|
358
|
+
- Pendant of Free Will
|
359
|
+
- Pendant of Holiness
|
360
|
+
- Pendant of Life
|
361
|
+
- Pendant of Negativity
|
362
|
+
- Pendant of Second Sight
|
363
|
+
- Pendant of Total Recall
|
364
|
+
- Power of the Dragon Father
|
365
|
+
- Quiet Eye of the Dragon
|
366
|
+
- Recanter's Cloak
|
367
|
+
- Red Dragon Flame Tongue
|
368
|
+
- Rib Cage
|
369
|
+
- Ring of Conjuring
|
370
|
+
- Ring of Infinite Gems
|
371
|
+
- Ring of Life
|
372
|
+
- Ring of Vitality
|
373
|
+
- Ring of the Magi
|
374
|
+
- Ring of the Wayfarer
|
375
|
+
- Sandals of the Saint
|
376
|
+
- Scales of the Greater Basilisk
|
377
|
+
- Sea Captain's Hat
|
378
|
+
- Sentinel's Shield
|
379
|
+
- Shackles of War
|
380
|
+
- Shield of the Damned
|
381
|
+
- Shield of the Dwarven Lords
|
382
|
+
- Shield of the Yawning Dead
|
383
|
+
- Skull Helmet
|
384
|
+
- Speculum
|
385
|
+
- Spellbinder's Hat
|
386
|
+
- Sphere of Permanence
|
387
|
+
- Spirit of Oppression
|
388
|
+
- Spyglass
|
389
|
+
- Statesman's Medal
|
390
|
+
- Statue of Legion
|
391
|
+
- Still Eye of the Dragon
|
392
|
+
- Stoic Watchman
|
393
|
+
- Surcoat of Counterpoise
|
394
|
+
- Sword of Hellfire
|
395
|
+
- Sword of Judgement
|
396
|
+
- Talisman of Mana
|
397
|
+
- Targ of the Rampaging Ogre
|
398
|
+
- Thunder Helmet
|
399
|
+
- Titan's Cuirass
|
400
|
+
- Titan's Gladius
|
401
|
+
- Titan's Thunder
|
402
|
+
- Tome of Air Magic
|
403
|
+
- Tome of Earth Magic
|
404
|
+
- Tome of Fire Magic
|
405
|
+
- Tome of Water Magic
|
406
|
+
- Torso of Legion
|
407
|
+
- Tunic of the Cyclops King
|
408
|
+
- Vampire's Cowl
|
409
|
+
- Vial of Dragon Blood
|
410
|
+
- Vial of Lifeblood
|
411
|
+
- Wizard's Well
|
@@ -1,7 +1,134 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
heroes_of_the_storm:
|
4
|
-
battlegrounds:
|
5
|
-
|
6
|
-
|
7
|
-
|
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.
|