faker 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +83 -0
  3. data/README.md +9 -0
  4. data/lib/faker.rb +37 -15
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/books/dune.rb +15 -2
  7. data/lib/faker/books/lovecraft.rb +8 -4
  8. data/lib/faker/default/address.rb +4 -4
  9. data/lib/faker/default/bank.rb +3 -5
  10. data/lib/faker/default/barcode.rb +11 -11
  11. data/lib/faker/default/beer.rb +3 -3
  12. data/lib/faker/default/camera.rb +46 -0
  13. data/lib/faker/default/chile_rut.rb +3 -2
  14. data/lib/faker/default/code.rb +2 -2
  15. data/lib/faker/default/commerce.rb +1 -1
  16. data/lib/faker/default/company.rb +40 -10
  17. data/lib/faker/default/driving_licence.rb +1 -1
  18. data/lib/faker/default/drone.rb +25 -25
  19. data/lib/faker/default/faker_adjective.rb +35 -0
  20. data/lib/faker/default/finance.rb +21 -0
  21. data/lib/faker/default/food.rb +1 -1
  22. data/lib/faker/default/hipster.rb +8 -5
  23. data/lib/faker/default/id_number.rb +2 -2
  24. data/lib/faker/default/internet.rb +5 -4
  25. data/lib/faker/default/invoice.rb +1 -1
  26. data/lib/faker/default/json.rb +4 -4
  27. data/lib/faker/default/lorem.rb +2 -2
  28. data/lib/faker/default/measurement.rb +3 -2
  29. data/lib/faker/default/military.rb +26 -0
  30. data/lib/faker/default/mountain.rb +33 -0
  31. data/lib/faker/default/number.rb +1 -1
  32. data/lib/faker/default/omniauth.rb +2 -0
  33. data/lib/faker/default/relationship.rb +1 -1
  34. data/lib/faker/default/space.rb +1 -1
  35. data/lib/faker/default/stripe.rb +3 -3
  36. data/lib/faker/default/vehicle.rb +1 -1
  37. data/lib/faker/fantasy/tolkien.rb +67 -0
  38. data/lib/faker/games/clash_of_clans.rb +48 -0
  39. data/lib/faker/games/control.rb +1 -1
  40. data/lib/faker/games/dnd.rb +6 -6
  41. data/lib/faker/games/elder_scrolls.rb +26 -0
  42. data/lib/faker/games/heroes.rb +13 -0
  43. data/lib/faker/games/minecraft.rb +65 -0
  44. data/lib/faker/games/street_fighter.rb +4 -4
  45. data/lib/faker/games/super_mario.rb +48 -0
  46. data/lib/faker/games/world_of_warcraft.rb +26 -1
  47. data/lib/faker/japanese_media/conan.rb +48 -0
  48. data/lib/faker/japanese_media/doraemon.rb +48 -0
  49. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  50. data/lib/faker/japanese_media/naruto.rb +61 -0
  51. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  52. data/lib/faker/movies/hobbit.rb +4 -4
  53. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  54. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  55. data/lib/faker/movies/room.rb +63 -0
  56. data/lib/faker/movies/star_wars.rb +2 -2
  57. data/lib/faker/music/hiphop.rb +48 -0
  58. data/lib/faker/music/opera.rb +237 -1
  59. data/lib/faker/quotes/quote.rb +26 -0
  60. data/lib/faker/sports/volleyball.rb +74 -0
  61. data/lib/faker/tv_shows/buffy.rb +17 -4
  62. data/lib/faker/tv_shows/final_space.rb +51 -0
  63. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  64. data/lib/faker/version.rb +1 -1
  65. data/lib/helpers/unique_generator.rb +3 -0
  66. data/lib/locales/en/adjective.yml +179 -0
  67. data/lib/locales/en/buffy.yml +1 -1
  68. data/lib/locales/en/camera.yml +611 -0
  69. data/lib/locales/en/clash_of_clan.yml +101 -0
  70. data/lib/locales/en/company.yml +2 -2
  71. data/lib/locales/en/conan.yml +171 -0
  72. data/lib/locales/en/demographic.yml +218 -5
  73. data/lib/locales/en/doraemon.yml +286 -0
  74. data/lib/locales/en/dota.yml +531 -63
  75. data/lib/locales/en/dragon_ball.yml +243 -1
  76. data/lib/locales/en/driving_license.yml +3 -0
  77. data/lib/locales/en/dune.yml +401 -131
  78. data/lib/locales/en/elder_scrolls.yml +583 -9
  79. data/lib/locales/en/fallout.yml +311 -133
  80. data/lib/locales/en/final_space.yml +37 -0
  81. data/lib/locales/en/finance.yml +53 -0
  82. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  83. data/lib/locales/en/half_life.yml +84 -3
  84. data/lib/locales/en/heroes.yml +408 -3
  85. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  86. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  87. data/lib/locales/en/jack_handey.yml +54 -0
  88. data/lib/locales/en/league_of_legends.yml +285 -6
  89. data/lib/locales/en/military.yml +179 -5
  90. data/lib/locales/en/minecraft.yml +273 -0
  91. data/lib/locales/en/mountain.yml +158 -0
  92. data/lib/locales/en/music.yml +451 -29
  93. data/lib/locales/en/myst.yml +87 -31
  94. data/lib/locales/en/naruto.yml +231 -0
  95. data/lib/locales/en/opera.yml +168 -0
  96. data/lib/locales/en/overwatch.yml +2650 -2622
  97. data/lib/locales/en/pokemon.yml +417 -4
  98. data/lib/locales/en/quote.yml +692 -163
  99. data/lib/locales/en/room.yml +68 -0
  100. data/lib/locales/en/source.yml +30 -0
  101. data/lib/locales/en/star_trek.yml +1 -1
  102. data/lib/locales/en/street_fighter.yml +4 -4
  103. data/lib/locales/en/studio_ghibli.yml +107 -0
  104. data/lib/locales/en/super_mario.yml +58 -0
  105. data/lib/locales/en/super_smash_bros.yml +16 -4
  106. data/lib/locales/en/tolkien.yml +2453 -0
  107. data/lib/locales/en/volleyball.yml +501 -0
  108. data/lib/locales/en/witcher.yml +389 -7
  109. data/lib/locales/en/world_of_warcraft.yml +122 -4
  110. data/lib/locales/en/zelda.yml +962 -4
  111. data/lib/locales/es.yml +56 -0
  112. data/lib/locales/ja.yml +5 -1
  113. data/lib/locales/pt-BR.yml +1 -1
  114. data/lib/locales/uk.yml +2 -0
  115. metadata +38 -10
  116. data/lib/locales/en/hobbit.yml +0 -19
  117. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -111,3 +111,56 @@ en:
111
111
  ZA:
112
112
  - "ZA##########"
113
113
  - "ZA###########"
114
+ ticker:
115
+ nasdaq:
116
+ - MSFT
117
+ - AAPL
118
+ - AMZN
119
+ - GOOG
120
+ - FB
121
+ - INTC
122
+ - CSCO
123
+ - CMCSA
124
+ - PEP
125
+ - ADBE
126
+ - NVDA
127
+ - NFLX
128
+ - PYPL
129
+ - COST
130
+ - AMGN
131
+ - AVGO
132
+ - TXN
133
+ - CHTR
134
+ - SBUX
135
+ - QCOM
136
+ - GILD
137
+ - MDLZ
138
+ - FISV
139
+ - BKNG
140
+ - INTU
141
+ nyse:
142
+ - XOM
143
+ - WFC
144
+ - JNJ
145
+ - GE
146
+ - NVX
147
+ - WMT
148
+ - JPM
149
+ - PG
150
+ - TM
151
+ - PFE
152
+ - CVX
153
+ - BABA
154
+ - VZ
155
+ - BUD
156
+ - ORCL
157
+ - DIS
158
+ - KO
159
+ - HSBC
160
+ - T
161
+ - BAC
162
+ - C
163
+ - MRK
164
+ - V
165
+ - BRK.B
166
+ - MA
@@ -2,7 +2,7 @@ en:
2
2
  faker:
3
3
  the_fresh_prince_of_bel_air:
4
4
  characters: ['Will Smith', 'Philip Banks', 'Carlton Banks', 'Ashley Banks', 'Hilary Banks', 'Vivian Banks', 'Nicky Banks', 'Geoffrey Butler', 'Jazz', 'Vy Smith', 'Hattie Banks', 'Lisa Wilkes', 'Jackie Ames', 'Henry Furth', 'Trevor', 'Tyriq', 'Ice Tray', 'Dee Dee', 'Kellogg Lieberbaum', 'Coach Smiley', 'Judge Carl Robertson']
5
- celebrities: ['Quincy Jones', 'Jay Leno', 'Ronald Reagan', 'Dick Clark', 'Evander Holyfield', 'Isaiah Thomas', 'Heavy D', 'Don Cornelius', 'Kadeem Hardison', 'Hugh M. Hefner', 'Kareem Abdul-Jabbar', 'Bo Jackson', 'Ken Griffey Jr.', 'Al B. Sure!', 'John Ridley', 'Doctor Dré', 'Regis Philbin', 'William Shatner', 'B. B. King', 'Kim Fields', 'Arthel Neville', 'Oprah Winfrey', 'Donal J. Trump', 'Leeza Gibbons', 'Susan Powter', 'Tempestt Bledsoe', 'Kathie Lee Gifford', 'Garcelle Beauvais', 'Bree Walker']
5
+ actors: ['Quincy Jones', 'Jay Leno', 'Ronald Reagan', 'Dick Clark', 'Evander Holyfield', 'Isaiah Thomas', 'Heavy D', 'Don Cornelius', 'Kadeem Hardison', 'Hugh M. Hefner', 'Kareem Abdul-Jabbar', 'Bo Jackson', 'Ken Griffey Jr.', 'Al B. Sure!', 'John Ridley', 'Doctor Dré', 'Regis Philbin', 'William Shatner', 'B. B. King', 'Kim Fields', 'Arthel Neville', 'Oprah Winfrey', 'Donal J. Trump', 'Leeza Gibbons', 'Susan Powter', 'Tempestt Bledsoe', 'Kathie Lee Gifford', 'Garcelle Beauvais', 'Bree Walker']
6
6
  quotes: [
7
7
  "Girl, you look so good, I would marry your brother just to get in your family.",
8
8
  "In west Philadelphia born and raised, on the playground was where I spent most of my days.",
@@ -2,6 +2,87 @@ en:
2
2
  faker:
3
3
  games:
4
4
  half_life:
5
- character: ["Adrian Shephard", "Alyx Vance", "Arne Magnusson", "Barney Calhoun", "Colette Green", "Dog", "Eli Vance", "Father Grigori", "G-Man", "Gina Cross", "Gordon Freeman", "Isaac Kleiner", "Judith Mossman", "Odessa Cubbage", "Richard Keller", "Simmons", "Wallace Breen", "Walter Bennet"]
6
- enemy: ["APC", "Alien Controller", "Alien Grunt", "Antlion", "Antlion Guard", "Assassin", "Baby Headcrab", "Barnacle", "Bullsquid", "City Scanner", "Civil Protection", "Combine Advisor", "Combine Gunship", "Crab Synth", "Fast Headcrab", "Fast Zombie", "Garg", "Gene Worm", "Gonarch", "Grunt", "Headcrab", "Hopper Mine", "Houndeye", "Hunter-Chopper", "Ichthyosaur", "Leech", "Manhack", "Mortar Synth", "Overwatch Elite", "Overwatch Sniper", "Overwatch Soldier", "Pit Drone", "Pit Worm", "Poison Headcrab", "Poison Zombie", "Rollermine", "Shield Scanner", "Shock Roach", "Shock Trooper", "Snark", "Strider", "Tentacle", "Voltigore", "Vortigaunt", "Zombie"]
7
- location: ["Black Mesa East", "Black Mesa Research Facility", "Citadel", "City 17", "Earth", "Nova Prospekt", "Ravenholm", "Section A-17 Prototype Labs", "Sector A Training Facility", "Sector B Coolant Reserve", "Sector C Test Labs", "Sector D Administration", "Sector E Biodome Complex", "Sector F Lambda Complex", "Sector G Hydro Electric", "St. Olga", "White Forest", "Xen"]
5
+ character:
6
+ - Adrian Shephard
7
+ - Alyx Vance
8
+ - Arne Magnusson
9
+ - Barney Calhoun
10
+ - Colette Green
11
+ - Dog
12
+ - Eli Vance
13
+ - Father Grigori
14
+ - G-Man
15
+ - Gina Cross
16
+ - Gordon Freeman
17
+ - Isaac Kleiner
18
+ - Judith Mossman
19
+ - Odessa Cubbage
20
+ - Richard Keller
21
+ - Simmons
22
+ - Wallace Breen
23
+ - Walter Bennet
24
+ enemy:
25
+ - APC
26
+ - Alien Controller
27
+ - Alien Grunt
28
+ - Antlion
29
+ - Antlion Guard
30
+ - Assassin
31
+ - Baby Headcrab
32
+ - Barnacle
33
+ - Bullsquid
34
+ - City Scanner
35
+ - Civil Protection
36
+ - Combine Advisor
37
+ - Combine Gunship
38
+ - Crab Synth
39
+ - Fast Headcrab
40
+ - Fast Zombie
41
+ - Garg
42
+ - Gene Worm
43
+ - Gonarch
44
+ - Grunt
45
+ - Headcrab
46
+ - Hopper Mine
47
+ - Houndeye
48
+ - Hunter-Chopper
49
+ - Ichthyosaur
50
+ - Leech
51
+ - Manhack
52
+ - Mortar Synth
53
+ - Overwatch Elite
54
+ - Overwatch Sniper
55
+ - Overwatch Soldier
56
+ - Pit Drone
57
+ - Pit Worm
58
+ - Poison Headcrab
59
+ - Poison Zombie
60
+ - Rollermine
61
+ - Shield Scanner
62
+ - Shock Roach
63
+ - Shock Trooper
64
+ - Snark
65
+ - Strider
66
+ - Tentacle
67
+ - Voltigore
68
+ - Vortigaunt
69
+ - Zombie
70
+ location:
71
+ - Black Mesa East
72
+ - Black Mesa Research Facility
73
+ - Citadel
74
+ - City 17
75
+ - Earth
76
+ - Nova Prospekt
77
+ - Ravenholm
78
+ - Section A-17 Prototype Labs
79
+ - Sector A Training Facility
80
+ - Sector B Coolant Reserve
81
+ - Sector C Test Labs
82
+ - Sector D Administration
83
+ - Sector E Biodome Complex
84
+ - Sector F Lambda Complex
85
+ - Sector G Hydro Electric
86
+ - St. Olga
87
+ - White Forest
88
+ - Xen
@@ -1,6 +1,411 @@
1
1
  en:
2
2
  faker:
3
3
  heroes:
4
- names: ["Christian", "Edric", "Orrin", "Sylvia", "Valeska", "Sorsha", "Tyris", "Lord Haart", "Catherine", "Roland", "Sir Mullich", "Adela", "Adelaide", "Caitlin", "Cuthbert", "Ingham", "Loynis", "Rion", "Sanya", "Jenova", "Kyrre", "Ivor", "Ufretin", "Clancy", "Thorgrim", "Ryland", "Mephala", "Gelu", "Aeris", "Alagar", "Coronius", "Elleshar", "Malcom", "Melodia", "Gem", "Uland", "Fafner", "Iona", "Josephine", "Neela", "Piquedram", "Rissa", "Thane", "Torosar", "Aine", "Astral", "Cyra", "Daremyth", "Halon", "Serena", "Solmyr", "Theodorus", "Dracon", "Calh", "Fiona", "Ignatius", "Marius", "Nymus", "Octavia", "Pyre", "Rashka", "Xeron", "Ash", "Axsis", "Ayden", "Calid", "Olema", "Xyron", "Xarfax", "Zydar", "Charna", "Clavius", "Galthran", "Isra", "Moandor", "Straker", "Tamika", "Vokial", "Lord Haart", "Aislinn", "Nagash", "Nimbus", "Sandro", "Septienna", "Thant", "Vidomina", "Xsi", "Ajit", "Arlach", "Dace", "Damacon", "Gunnar", "Lorelei", "Shakti", "Synca", "Mutare", "Mutare Drake", "Alamar", "Darkstorn", "Deemer", "Geon", "Jaegar", "Jeddite", "Malekith", "Sephinroth", "Crag Hack", "Gretchin", "Gurnisson", "Jabarkas", "Krellion", "Shiva", "Tyraxor", "Yog", "Boragus", "Kilgor", "Dessa", "Gird", "Gundula", "Oris", "Saurug", "Terek", "Vey", "Zubin", "Alkin", "Broghild", "Bron", "Drakon", "Gerwulf", "Korbac", "Tazar", "Wystan", "Andra", "Merist", "Mirlanda", "Rosic", "Styg", "Tiva", "Verdish", "Voy", "Adrienne", "Erdamon", "Fiur", "Ignissa", "Kalt", "Lacus", "Monere", "Pasis", "Thunar", "Aenain", "Brissa", "Ciele", "Gelare", "Grindan", "Inteus", "Labetha", "Luna"]
5
- specialties: ["Ballista", "Griffins", "Archery", "Navigation", "Archers", "Swordsmen", "Cavaliers", "Estates", "Speed", "Bless", "Frost Ring", "Gold", "Weakness", "Monks", "Prayer", "First Aid", "Eagle Eye", "Logistics", "Elves", "Dwarves", "Unicorns", "Resistance", "Dendroids", "Armorer", "Sharpshooters", "Pegasi", "Ice Bolt", "Slayer", "Intelligence", "Fortune", "Cure", "Nagas", "Genies", "Golems", "Gargoyles", "Mercury", "Hypnotize", "Haste", "Mysticism", "Chain Lightning", "Magi", "Enchanters", "Gogs", "Hell Hounds", "Imps", "Demons", "Pit Fiends", "Efreeti", "Devils", "Bloodlust", "Sulfur", "Inferno (spell)", "Fireball", "Sorcery", "Wights", "Skeletons", "Necromancy", "Liches", "Walking Dead", "Black Knights", "Vampires", "Meteor Shower", "Death Ripple", "Animate Dead", "Stone Skin", "Beholders", "Minotaurs", "Harpies", "Troglodytes", "Manticores", "Dragons", "Resurrection", "Crystal", "Offense", "Goblins", "Orcs", "Ogres", "Rocs", "Wolf Riders", "Cyclops", "Behemoths", "Gems", "Precision", "Gorgons", "Wyverns", "Basilisks", "Gnolls", "Serpent Flies", "Lizardmen", "Fire Magic", "Earth Elementals", "Fire Elementals", "Water Elementals", "Psychic Elementals", "Disrupting Ray", "Magic Arrow", "Fire Wall"]
6
- klasses: ["Knight", "Cleric", "Ranger", "Druid", "Alchemist", "Wizard", "Demoniac", "Heretic", "Death Knight", "Necromancer", "Overlord", "Warlock", "Barbarian", "Battle Mage", "Beastmaster", "Witch", "Planeswalker", "Elementalist"]
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