faker 2.10.2 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +323 -0
- data/README.md +27 -2
- data/lib/faker.rb +57 -25
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/bank.rb +80 -3
- data/lib/faker/default/barcode.rb +154 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +80 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +78 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +65 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +49 -0
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/funny_name.rb +45 -0
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +101 -4
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +68 -10
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +59 -4
- data/lib/faker/default/lorem.rb +2 -2
- data/lib/faker/default/lorem_flickr.rb +65 -0
- data/lib/faker/default/lorem_pixel.rb +22 -0
- data/lib/faker/default/markdown.rb +89 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +107 -52
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +21 -0
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +19 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +80 -0
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +2 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +26 -0
- data/lib/faker/quotes/shakespeare.rb +36 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/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/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/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 +6 -5
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rajnikanth.yml +77 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +16 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +8 -2
- data/lib/locales/id.yml +2 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +5 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +89 -21
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -1,8 +1,221 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
demographic:
|
4
|
-
race:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
race:
|
5
|
+
- American Indian or Alaska Native
|
6
|
+
- Asian
|
7
|
+
- Black or African American
|
8
|
+
- Native Hawaiian or Other Pacific Islander
|
9
|
+
- White
|
10
|
+
sex:
|
11
|
+
- Male
|
12
|
+
- Female
|
13
|
+
demonym:
|
14
|
+
- Afghan
|
15
|
+
- Albanian
|
16
|
+
- Algerian
|
17
|
+
- American
|
18
|
+
- Andorran
|
19
|
+
- Angolan
|
20
|
+
- Argentine
|
21
|
+
- Armenian
|
22
|
+
- Aromanian
|
23
|
+
- Aruban
|
24
|
+
- Australian
|
25
|
+
- Austrian
|
26
|
+
- Azerbaijani
|
27
|
+
- Bahamian
|
28
|
+
- Bahraini
|
29
|
+
- Bangladeshi
|
30
|
+
- Barbadian
|
31
|
+
- Basotho
|
32
|
+
- Basque
|
33
|
+
- Belarusian
|
34
|
+
- Belgian
|
35
|
+
- Belizean
|
36
|
+
- Bermudian
|
37
|
+
- Bissau-Guinean
|
38
|
+
- Boer
|
39
|
+
- Bosniak
|
40
|
+
- Brazilian
|
41
|
+
- Breton
|
42
|
+
- Briton
|
43
|
+
- British Virgin Islander
|
44
|
+
- Bruneian
|
45
|
+
- Bulgarian
|
46
|
+
- Burkinabè
|
47
|
+
- Burundian
|
48
|
+
- Cambodian
|
49
|
+
- Cameroonian
|
50
|
+
- Canadian
|
51
|
+
- Catalan
|
52
|
+
- Cape Verdean
|
53
|
+
- Chadian
|
54
|
+
- Chilean
|
55
|
+
- Chinese
|
56
|
+
- Colombian
|
57
|
+
- Comorian
|
58
|
+
- Congolese
|
59
|
+
- Croatian
|
60
|
+
- Cuban
|
61
|
+
- Cypriot
|
62
|
+
- Czech
|
63
|
+
- Dane
|
64
|
+
- Dominican
|
65
|
+
- Dutch
|
66
|
+
- East Timorese
|
67
|
+
- Ecuadorian
|
68
|
+
- Egyptian
|
69
|
+
- Emirati
|
70
|
+
- English
|
71
|
+
- Eritrean
|
72
|
+
- Estonian
|
73
|
+
- Ethiopian
|
74
|
+
- Falkland Islander
|
75
|
+
- Faroese
|
76
|
+
- Finn
|
77
|
+
- Fijian
|
78
|
+
- Filipino
|
79
|
+
- French
|
80
|
+
- Georgian
|
81
|
+
- German
|
82
|
+
- Ghanaian
|
83
|
+
- Gibraltar
|
84
|
+
- Greek
|
85
|
+
- Grenadian
|
86
|
+
- Guatemalan
|
87
|
+
- French Guianan
|
88
|
+
- Guinean
|
89
|
+
- Guyanese
|
90
|
+
- Haitian
|
91
|
+
- Honduran
|
92
|
+
- Hong Konger
|
93
|
+
- Hungarian
|
94
|
+
- Icelander
|
95
|
+
- I-Kiribati
|
96
|
+
- Indian
|
97
|
+
- Indonesian
|
98
|
+
- Iranian
|
99
|
+
- Iraqi
|
100
|
+
- Irish
|
101
|
+
- Israeli
|
102
|
+
- Italian
|
103
|
+
- Ivoirian
|
104
|
+
- Jamaican
|
105
|
+
- Japanese
|
106
|
+
- Jordanian
|
107
|
+
- Kazakh
|
108
|
+
- Kenyan
|
109
|
+
- Korean
|
110
|
+
- Kosovar
|
111
|
+
- Kurd
|
112
|
+
- Kuwaiti
|
113
|
+
- Kyrgyz
|
114
|
+
- Lao
|
115
|
+
- Latvian
|
116
|
+
- Lebanese
|
117
|
+
- Liberian
|
118
|
+
- Libyan
|
119
|
+
- Liechtensteiner
|
120
|
+
- Lithuanian
|
121
|
+
- Luxembourger
|
122
|
+
- Macanese
|
123
|
+
- Macedonian
|
124
|
+
- Malagasy
|
125
|
+
- Malaysian
|
126
|
+
- Malawian
|
127
|
+
- Maldivian
|
128
|
+
- Malian
|
129
|
+
- Maltese
|
130
|
+
- Manx
|
131
|
+
- Mauritian
|
132
|
+
- Mexican
|
133
|
+
- Moldovan
|
134
|
+
- Moroccan
|
135
|
+
- Mongolian
|
136
|
+
- Montenegrin
|
137
|
+
- Namibian
|
138
|
+
- Nepalese
|
139
|
+
- New Zealander
|
140
|
+
- Nicaraguan
|
141
|
+
- Nigerien
|
142
|
+
- Nigerian
|
143
|
+
- Norwegian
|
144
|
+
- Pakistani
|
145
|
+
- Palauan
|
146
|
+
- Palestinian
|
147
|
+
- Panamanian
|
148
|
+
- Papua New Guinean
|
149
|
+
- Paraguayan
|
150
|
+
- Peruvian
|
151
|
+
- Pole
|
152
|
+
- Portuguese
|
153
|
+
- Puerto Rican
|
154
|
+
- Quebecer
|
155
|
+
- Romanian
|
156
|
+
- Russian
|
157
|
+
- Rwandan
|
158
|
+
- Salvadoran
|
159
|
+
- São Toméan
|
160
|
+
- Saudi
|
161
|
+
- Scottish
|
162
|
+
- Senegalese
|
163
|
+
- Serb
|
164
|
+
- Sierra Leonean
|
165
|
+
- Singaporean
|
166
|
+
- Sindhian
|
167
|
+
- Slovak
|
168
|
+
- Slovene
|
169
|
+
- Somali
|
170
|
+
- Somalilander
|
171
|
+
- South African
|
172
|
+
- Spaniard
|
173
|
+
- Sri Lankan
|
174
|
+
- St Lucian
|
175
|
+
- Sudanese
|
176
|
+
- Surinamese
|
177
|
+
- Swede
|
178
|
+
- Swiss
|
179
|
+
- Syriac
|
180
|
+
- Syrian
|
181
|
+
- Tajik
|
182
|
+
- Taiwanese
|
183
|
+
- Tanzanian
|
184
|
+
- Thai
|
185
|
+
- Tibetan
|
186
|
+
- Tobagonian
|
187
|
+
- Trinidadian
|
188
|
+
- Tunisian
|
189
|
+
- Turk
|
190
|
+
- Tuvaluan
|
191
|
+
- Ugandan
|
192
|
+
- Ukrainian
|
193
|
+
- Uruguayan
|
194
|
+
- Uzbek
|
195
|
+
- Vanuatuan
|
196
|
+
- Venezuelan
|
197
|
+
- Vietnamese
|
198
|
+
- Welsh
|
199
|
+
- Yemeni
|
200
|
+
- Zambian
|
201
|
+
- Zimbabwean
|
202
|
+
educational_attainment:
|
203
|
+
- No schooling completed
|
204
|
+
- Nursery school
|
205
|
+
- Kindergarten
|
206
|
+
- Grade 1 though 11
|
207
|
+
- 12th grade - No Diploma
|
208
|
+
- Regular high school diploma
|
209
|
+
- GED or alternative credential
|
210
|
+
- Some college
|
211
|
+
- Associate's degree
|
212
|
+
- Bachelor's degree
|
213
|
+
- Master's degree
|
214
|
+
- Professional degree
|
215
|
+
- Doctorate degree
|
216
|
+
marital_status:
|
217
|
+
- Married
|
218
|
+
- Widowed
|
219
|
+
- Divorced
|
220
|
+
- Separated
|
221
|
+
- Never married
|
@@ -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,451 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
dnd:
|
4
|
+
alignments:
|
5
|
+
- Chaotic Evil
|
6
|
+
- Chaotic Good
|
7
|
+
- Chaotic Neutral
|
8
|
+
- Lawful Evil
|
9
|
+
- Lawful Good
|
10
|
+
- Lawful Neutral
|
11
|
+
- Neutral Evil
|
12
|
+
- Neutral Good
|
13
|
+
- True Neutral
|
14
|
+
backgrounds:
|
15
|
+
- Acolyte
|
16
|
+
- Anthropologist
|
17
|
+
- Archaeologist
|
18
|
+
- Black Fist Double Agent
|
19
|
+
- Caravan Specialist
|
20
|
+
- Charlatan
|
21
|
+
- City Watch
|
22
|
+
- Clan Crafter
|
23
|
+
- Cloistered Scholar
|
24
|
+
- Cormanthor Refugee
|
25
|
+
- Courtier
|
26
|
+
- Criminal
|
27
|
+
- Dragon Casualty
|
28
|
+
- Earthspur Miner
|
29
|
+
- Entertainer
|
30
|
+
- Faction Agent
|
31
|
+
- Far Traveler
|
32
|
+
- Folk Hero
|
33
|
+
- Gate Urchin
|
34
|
+
- Gladiator
|
35
|
+
- Guild Artisan
|
36
|
+
- Guild Merchant
|
37
|
+
- Harborfolk
|
38
|
+
- Haunted One
|
39
|
+
- Heretic
|
40
|
+
- Hermit
|
41
|
+
- Hillsfar Merchant
|
42
|
+
- Hillsfar Smuggler
|
43
|
+
- Initiate
|
44
|
+
- Inquisitor
|
45
|
+
- Investigator
|
46
|
+
- Iron Route Bandit
|
47
|
+
- Knight
|
48
|
+
- Knight of the Order
|
49
|
+
- Mercenary Veteran
|
50
|
+
- Mulmaster Aristocrat
|
51
|
+
- Noble
|
52
|
+
- Outlander
|
53
|
+
- Phlan Insurgent
|
54
|
+
- Phlan Refugee
|
55
|
+
- Pirate
|
56
|
+
- Sage
|
57
|
+
- Sailor
|
58
|
+
- Secret Identity
|
59
|
+
- Shade Fanatic
|
60
|
+
- Soldier
|
61
|
+
- Spy
|
62
|
+
- Stojanow Prisoner
|
63
|
+
- Ticklebelly Nomad
|
64
|
+
- Trade Sheriff
|
65
|
+
- Urban Bounty Hunter
|
66
|
+
- Urchin
|
67
|
+
- Uthgardt Tribe Member
|
68
|
+
- Vizier
|
69
|
+
- Waterdhavian Noble
|
70
|
+
cities:
|
71
|
+
- Almraiven
|
72
|
+
- Berdusk
|
73
|
+
- Bildoobaris
|
74
|
+
- Chethel
|
75
|
+
- Citadel Adbar
|
76
|
+
- Citadel of Ten Thousand Pearls
|
77
|
+
- Crimmor
|
78
|
+
- Derlusk
|
79
|
+
- Dhaztanar
|
80
|
+
- Drik Hargunen
|
81
|
+
- Earthfast
|
82
|
+
- Elbulder
|
83
|
+
- Elturel
|
84
|
+
- Escalant
|
85
|
+
- Eshpurta
|
86
|
+
- Esmeltaran
|
87
|
+
- Everlund
|
88
|
+
- Fireshear
|
89
|
+
- Hlammach
|
90
|
+
- Hlath
|
91
|
+
- Iljak
|
92
|
+
- Immilmar
|
93
|
+
- Iriaebor
|
94
|
+
- Keltar
|
95
|
+
- Kuda
|
96
|
+
- Lushpool
|
97
|
+
- Luskan
|
98
|
+
- Mintar
|
99
|
+
- Nathlekh
|
100
|
+
- Neverwinter
|
101
|
+
- Nimpeth
|
102
|
+
- Ormpur
|
103
|
+
- Orvyltar
|
104
|
+
- Phsant
|
105
|
+
- Procampur
|
106
|
+
- Proskur
|
107
|
+
- Reth
|
108
|
+
- Sammaresh
|
109
|
+
- Scornubel
|
110
|
+
- Sloopdilmonpolop
|
111
|
+
- Sundabar
|
112
|
+
- Tamanokuni
|
113
|
+
- Tantras
|
114
|
+
- Telflamm
|
115
|
+
- Telos
|
116
|
+
- Teshburl
|
117
|
+
- Trailsend
|
118
|
+
- Tsurlagol
|
119
|
+
- Tukan
|
120
|
+
- Ubar
|
121
|
+
- Ulatos
|
122
|
+
- Urmlaspyr
|
123
|
+
- Vilkstead
|
124
|
+
- Waterdeep
|
125
|
+
- Yeshpek
|
126
|
+
- Yhaunn
|
127
|
+
- Zhentil Keep
|
128
|
+
klasses:
|
129
|
+
- Artificer
|
130
|
+
- Barbarian
|
131
|
+
- Bard
|
132
|
+
- Blood Hunter
|
133
|
+
- Cleric
|
134
|
+
- Druid
|
135
|
+
- Fighter
|
136
|
+
- Monk
|
137
|
+
- Paladin
|
138
|
+
- Ranger
|
139
|
+
- Rogue
|
140
|
+
- Sorcerer
|
141
|
+
- Warlock
|
142
|
+
- Wizard
|
143
|
+
languages:
|
144
|
+
- Abyssal
|
145
|
+
- Celestial
|
146
|
+
- Common
|
147
|
+
- Deep Speech
|
148
|
+
- Draconic
|
149
|
+
- Dwarvish
|
150
|
+
- Elvish
|
151
|
+
- Giant
|
152
|
+
- Gnomish
|
153
|
+
- Goblin
|
154
|
+
- Halfling
|
155
|
+
- Infernal
|
156
|
+
- Orc
|
157
|
+
- Primordial
|
158
|
+
- Sylvan
|
159
|
+
- Undercommon
|
160
|
+
melee_weapons:
|
161
|
+
- Battleaxe
|
162
|
+
- Club
|
163
|
+
- Dagger
|
164
|
+
- Flail
|
165
|
+
- Glaive
|
166
|
+
- Greatclub
|
167
|
+
- Greatsword
|
168
|
+
- Halberd
|
169
|
+
- Handaxe
|
170
|
+
- Javelin
|
171
|
+
- Lance
|
172
|
+
- Light hammer
|
173
|
+
- Longsword
|
174
|
+
- Mace
|
175
|
+
- Maul
|
176
|
+
- Morningstar
|
177
|
+
- Pike
|
178
|
+
- Quarterstaff
|
179
|
+
- Rapier
|
180
|
+
- Scimitar
|
181
|
+
- Shortsword
|
182
|
+
- Sickle
|
183
|
+
- Spear
|
184
|
+
- Trident
|
185
|
+
- War Pick
|
186
|
+
- Warhammer
|
187
|
+
- Whip
|
188
|
+
monsters:
|
189
|
+
- Aarakocra
|
190
|
+
- Aboleth
|
191
|
+
- Adult Black Dragon
|
192
|
+
- Adult Blue Dragon
|
193
|
+
- Adult Brass Dragon
|
194
|
+
- Adult Bronze Dragon
|
195
|
+
- Adult Copper Dragon
|
196
|
+
- Adult Gold Dragon
|
197
|
+
- Adult Green Dragon
|
198
|
+
- Adult Red Dragon
|
199
|
+
- Adult Silver Dragon
|
200
|
+
- Adult White Dragon
|
201
|
+
- Air Elemental
|
202
|
+
- Allosaurus
|
203
|
+
- Ancient Black Dragon
|
204
|
+
- Ancient Blue Dragon
|
205
|
+
- Ancient Brass Dragon
|
206
|
+
- Ancient Bronze Dragon
|
207
|
+
- Ancient Copper Dragon
|
208
|
+
- Ancient Gold Dragon
|
209
|
+
- Ancient Green Dragon
|
210
|
+
- Ancient Red Dragon
|
211
|
+
- Ancient Silver Dragon
|
212
|
+
- Ancient White Dragon
|
213
|
+
- Androsphinx
|
214
|
+
- Animated Armor
|
215
|
+
- Animated Objects
|
216
|
+
- Ankheg
|
217
|
+
- Ankylosaurus
|
218
|
+
- Azer
|
219
|
+
- Balor
|
220
|
+
- Barbed Devil
|
221
|
+
- Basilisk
|
222
|
+
- Bearded Devil
|
223
|
+
- Behir
|
224
|
+
- Black Dragon Wyrmling
|
225
|
+
- Black Pudding
|
226
|
+
- Blue Dragon Wyrmling
|
227
|
+
- Bone Devil
|
228
|
+
- Brass Dragon Wyrmling
|
229
|
+
- Bronze Dragon Wyrmling
|
230
|
+
- Bugbear
|
231
|
+
- Bulette
|
232
|
+
- Bullywug
|
233
|
+
- Centaur
|
234
|
+
- Chain Devil
|
235
|
+
- Chimera
|
236
|
+
- Chuul
|
237
|
+
- Clay Golem
|
238
|
+
- Cloaker
|
239
|
+
- Cloud Giant
|
240
|
+
- Cockatrice
|
241
|
+
- Copper Dragon Wyrmling
|
242
|
+
- Couatl
|
243
|
+
- Darkmantle
|
244
|
+
- Deck of Many Things
|
245
|
+
- Demons
|
246
|
+
- Deva
|
247
|
+
- Dinosaurs
|
248
|
+
- Djinni
|
249
|
+
- Doppelganger
|
250
|
+
- Dragon Turtle
|
251
|
+
- Dretch
|
252
|
+
- Drider
|
253
|
+
- Drow
|
254
|
+
- Dryad
|
255
|
+
- Duergar
|
256
|
+
- Dust Mephit
|
257
|
+
- Earth Elemental
|
258
|
+
- Efreeti
|
259
|
+
- Elf
|
260
|
+
- Erinyes
|
261
|
+
- Ettercap
|
262
|
+
- Ettin
|
263
|
+
- Figurine of Wondrous Power
|
264
|
+
- Fire Elemental
|
265
|
+
- Fire Giant
|
266
|
+
- Flesh Golem
|
267
|
+
- Flying Sword
|
268
|
+
- Frost Giant
|
269
|
+
- Fungi
|
270
|
+
- Gargoyle
|
271
|
+
- Gelatinous Cube
|
272
|
+
- Ghast
|
273
|
+
- Ghost
|
274
|
+
- Ghoul
|
275
|
+
- Gibbering Mouther
|
276
|
+
- Glabrezu
|
277
|
+
- Gnoll
|
278
|
+
- Goblin
|
279
|
+
- Gold Dragon Wyrmling
|
280
|
+
- Gorgon
|
281
|
+
- Gray Ooze
|
282
|
+
- Green Dragon Wyrmling
|
283
|
+
- Green Hag
|
284
|
+
- Grick
|
285
|
+
- Griffon
|
286
|
+
- Grimlock
|
287
|
+
- Guardian Naga
|
288
|
+
- Gynosphinx
|
289
|
+
- Half-Red Dragon Veteran
|
290
|
+
- Harpy
|
291
|
+
- Hell Hound
|
292
|
+
- Hezrou
|
293
|
+
- Hill Giant
|
294
|
+
- Hippogriff
|
295
|
+
- Hobgoblin
|
296
|
+
- Homunculus
|
297
|
+
- Horned Devil
|
298
|
+
- Hydra
|
299
|
+
- Ice Devil
|
300
|
+
- Ice Mephit
|
301
|
+
- Imp
|
302
|
+
- Invisible Stalker
|
303
|
+
- Iron Golem
|
304
|
+
- Kobold
|
305
|
+
- Kraken
|
306
|
+
- Lamia
|
307
|
+
- Lemure
|
308
|
+
- Lich
|
309
|
+
- Lizardfolk
|
310
|
+
- Lycanthropes
|
311
|
+
- Magma Mephit
|
312
|
+
- Magmin
|
313
|
+
- Manticore
|
314
|
+
- Marilith
|
315
|
+
- Medusa
|
316
|
+
- Merfolk
|
317
|
+
- Merrow
|
318
|
+
- Mimic
|
319
|
+
- Minotaur
|
320
|
+
- Minotaur Skeleton
|
321
|
+
- Mummy
|
322
|
+
- Mummy Lord
|
323
|
+
- Nagas
|
324
|
+
- Nalfeshnee
|
325
|
+
- Night Hag
|
326
|
+
- Nightmare
|
327
|
+
- Ochre Jelly
|
328
|
+
- Ogre
|
329
|
+
- Ogre Zombie
|
330
|
+
- Oni
|
331
|
+
- Orc
|
332
|
+
- Otyugh
|
333
|
+
- Owlbear
|
334
|
+
- Pegasus
|
335
|
+
- Pit Fiend
|
336
|
+
- Planetar
|
337
|
+
- Plesiosaurus
|
338
|
+
- Pseudodragon
|
339
|
+
- Pteranodon
|
340
|
+
- Purple Worm
|
341
|
+
- Quasit
|
342
|
+
- Rakshasa
|
343
|
+
- Red Dragon Wyrmling
|
344
|
+
- Remorhaz
|
345
|
+
- Roc
|
346
|
+
- Roper
|
347
|
+
- Rug of Smothering
|
348
|
+
- Rust Monster
|
349
|
+
- Sahuagin
|
350
|
+
- Salamander
|
351
|
+
- Satyr
|
352
|
+
- Sea Hag
|
353
|
+
- Shadow
|
354
|
+
- Shambling Mound
|
355
|
+
- Shield Guardian
|
356
|
+
- Shrieker
|
357
|
+
- Silver Dragon Wyrmling
|
358
|
+
- Skeleton
|
359
|
+
- Solar
|
360
|
+
- Specter
|
361
|
+
- Sphinxes
|
362
|
+
- Spirit Naga
|
363
|
+
- Sprite
|
364
|
+
- Steam Mephit
|
365
|
+
- Stirge
|
366
|
+
- Stone Giant
|
367
|
+
- Stone Golem
|
368
|
+
- Storm Giant
|
369
|
+
- Succubus/Incubus
|
370
|
+
- Tarrasque
|
371
|
+
- Treant
|
372
|
+
- Triceratops
|
373
|
+
- Troll
|
374
|
+
- Tyrannosaurus Rex
|
375
|
+
- Unicorn
|
376
|
+
- Vampire
|
377
|
+
- Vampire Spawn
|
378
|
+
- Violet Fungus
|
379
|
+
- Vrock
|
380
|
+
- Warhorse Skeleton
|
381
|
+
- Water Elemental
|
382
|
+
- Werebear
|
383
|
+
- Wereboar
|
384
|
+
- Wererat
|
385
|
+
- Weretiger
|
386
|
+
- Werewolf
|
387
|
+
- White Dragon Wyrmling
|
388
|
+
- Wight
|
389
|
+
- Will-o'-Wisp
|
390
|
+
- Wraith
|
391
|
+
- Wyvern
|
392
|
+
- Xorn
|
393
|
+
- Young Black Dragon
|
394
|
+
- Young Blue Dragon
|
395
|
+
- Young Brass Dragon
|
396
|
+
- Young Bronze Dragon
|
397
|
+
- Young Copper Dragon
|
398
|
+
- Young Gold Dragon
|
399
|
+
- Young Green Dragon
|
400
|
+
- Young Red Dragon
|
401
|
+
- Young Silver Dragon
|
402
|
+
- Young White Dragon
|
403
|
+
- Zombie
|
404
|
+
races:
|
405
|
+
- Aarakocra
|
406
|
+
- Aasimar
|
407
|
+
- Bugbear
|
408
|
+
- Centaur
|
409
|
+
- Changeling
|
410
|
+
- Dragonborn
|
411
|
+
- Dwarf
|
412
|
+
- Elf
|
413
|
+
- Firbolg
|
414
|
+
- Genasi
|
415
|
+
- Gith
|
416
|
+
- Gnome
|
417
|
+
- Goblin
|
418
|
+
- Goliath
|
419
|
+
- Grung
|
420
|
+
- Half-Elf
|
421
|
+
- Half-Orc
|
422
|
+
- Halfling
|
423
|
+
- Hobgoblin
|
424
|
+
- Human
|
425
|
+
- Kalashtar
|
426
|
+
- Kenku
|
427
|
+
- Kobold
|
428
|
+
- Lizardfolk
|
429
|
+
- Locathah
|
430
|
+
- Loxodon
|
431
|
+
- Minotaur
|
432
|
+
- Orc
|
433
|
+
- Shifter
|
434
|
+
- Simic Hybrid
|
435
|
+
- Tabaxi
|
436
|
+
- Tiefling
|
437
|
+
- Tortle
|
438
|
+
- Triton
|
439
|
+
- Vedalken
|
440
|
+
- Verdan
|
441
|
+
- Warforged
|
442
|
+
- Yuan-Ti
|
443
|
+
ranged_weapons:
|
444
|
+
- Blowgun
|
445
|
+
- Boomerang
|
446
|
+
- Crossbow
|
447
|
+
- Dart
|
448
|
+
- Longbow
|
449
|
+
- Net
|
450
|
+
- Shortbow
|
451
|
+
- Sling
|