faker 2.14.0 → 2.18.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 +218 -19
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +12 -13
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +4 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +20 -6
- data/lib/faker/default/barcode.rb +44 -33
- data/lib/faker/default/beer.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 +3 -2
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +5 -5
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +58 -10
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/driving_licence.rb +4 -3
- data/lib/faker/default/drone.rb +25 -25
- data/lib/faker/default/educator.rb +13 -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/hipster.rb +14 -11
- data/lib/faker/default/id_number.rb +36 -2
- data/lib/faker/default/internet.rb +232 -6
- 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 +3 -8
- data/lib/faker/default/lorem_pixel.rb +2 -1
- data/lib/faker/default/markdown.rb +4 -2
- 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/number.rb +23 -6
- data/lib/faker/default/omniauth.rb +5 -10
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/science.rb +26 -0
- 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/tea.rb +41 -0
- data/lib/faker/default/types.rb +4 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +1 -1
- data/lib/faker/games/dnd.rb +6 -6
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/minecraft.rb +65 -0
- data/lib/faker/games/street_fighter.rb +4 -4
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -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/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/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/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/rock_band.rb +12 -0
- 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/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/locales/en-US.yml +1 -1
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- 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/device.yml +112 -4
- 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 +3 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- 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/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/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +273 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- 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/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/science.yml +355 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/street_fighter.yml +4 -4
- 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/tea.yml +172 -0
- 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 +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fr.yml +0 -118
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +9 -0
- data/lib/locales/id.yml +1 -0
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/ru.yml +39 -0
- data/lib/locales/uk.yml +2 -0
- metadata +92 -19
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
data/lib/locales/en/fallout.yml
CHANGED
@@ -2,136 +2,314 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
fallout:
|
5
|
-
characters:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
5
|
+
characters:
|
6
|
+
- Abel
|
7
|
+
- Ada
|
8
|
+
- Agatha
|
9
|
+
- Alan
|
10
|
+
- Alex
|
11
|
+
- Alya
|
12
|
+
- Amber
|
13
|
+
- Andrew
|
14
|
+
- Angela Bishop
|
15
|
+
- Anthony
|
16
|
+
- Aradesh
|
17
|
+
- Barry
|
18
|
+
- Beth
|
19
|
+
- Billy
|
20
|
+
- Boone
|
21
|
+
- Brenden
|
22
|
+
- Butch Harris
|
23
|
+
- Cabbot
|
24
|
+
- Caesar
|
25
|
+
- Cait
|
26
|
+
- Calder
|
27
|
+
- Caleb
|
28
|
+
- Children of the Cathedral member
|
29
|
+
- Christine
|
30
|
+
- Christine Royce
|
31
|
+
- Chuck
|
32
|
+
- Cindy
|
33
|
+
- Cleo
|
34
|
+
- Codsworth
|
35
|
+
- Cougar
|
36
|
+
- Curie
|
37
|
+
- Curtis
|
38
|
+
- Daecon
|
39
|
+
- Dan
|
40
|
+
- Dane
|
41
|
+
- Daren Hightower
|
42
|
+
- Darrel
|
43
|
+
- Decker
|
44
|
+
- Demetre Romara
|
45
|
+
- Diana
|
46
|
+
- DiMA
|
47
|
+
- Doc Morbid
|
48
|
+
- Dog
|
49
|
+
- Dogmeat
|
50
|
+
- Dominic Moore
|
51
|
+
- Dr. Wu
|
52
|
+
- Dugan
|
53
|
+
- Ed
|
54
|
+
- Elder
|
55
|
+
- Elder Maxon
|
56
|
+
- Flash
|
57
|
+
- Flip
|
58
|
+
- Francis
|
59
|
+
- Gabriel
|
60
|
+
- Garl Death-Hand
|
61
|
+
- Garret
|
62
|
+
- Gary
|
63
|
+
- George
|
64
|
+
- Ghoul leader
|
65
|
+
- Ghoul prisoner
|
66
|
+
- Gizmo
|
67
|
+
- Greg
|
68
|
+
- Gretch
|
69
|
+
- Guido
|
70
|
+
- Gunther
|
71
|
+
- Gustofer
|
72
|
+
- Gwen
|
73
|
+
- Harold
|
74
|
+
- Harry
|
75
|
+
- Heather
|
76
|
+
- Henry
|
77
|
+
- Herion
|
78
|
+
- Hernandez
|
79
|
+
- Ian
|
80
|
+
- Iguana Bob Frazier
|
81
|
+
- Irwin
|
82
|
+
- Ismarc
|
83
|
+
- Izo
|
84
|
+
- Jacoren
|
85
|
+
- Jain
|
86
|
+
- Jake
|
87
|
+
- Jarvis
|
88
|
+
- Jasmine
|
89
|
+
- Jason Zimmerman
|
90
|
+
- Jelissa
|
91
|
+
- Jennifer
|
92
|
+
- Jeremiah
|
93
|
+
- Jerry
|
94
|
+
- Jessica
|
95
|
+
- John
|
96
|
+
- John Hancock
|
97
|
+
- John Maxson
|
98
|
+
- Jon Zimmerman
|
99
|
+
- Joshua Graham
|
100
|
+
- Justin Greene
|
101
|
+
- Kalnor
|
102
|
+
- Kane
|
103
|
+
- Katja
|
104
|
+
- Katrina
|
105
|
+
- Kenji
|
106
|
+
- Kenny
|
107
|
+
- Keri Lee
|
108
|
+
- Killian Darkwater
|
109
|
+
- Krupper
|
110
|
+
- Kyle
|
111
|
+
- Larry
|
112
|
+
- Lars
|
113
|
+
- Lasher
|
114
|
+
- Laura
|
115
|
+
- Legate Lanius
|
116
|
+
- Lemmy
|
117
|
+
- Lenny
|
118
|
+
- Leon
|
119
|
+
- Leone
|
120
|
+
- Leslie Ann Bishop
|
121
|
+
- Lex
|
122
|
+
- Liberty Prime
|
123
|
+
- Lieutenant
|
124
|
+
- Lorenzo Giovanni
|
125
|
+
- Lorraine
|
126
|
+
- Lorri
|
127
|
+
- Lox
|
128
|
+
- Loxley
|
129
|
+
- Lucas Simms
|
130
|
+
- Lucy
|
131
|
+
- Luke
|
132
|
+
- Lyle
|
133
|
+
- Lynda
|
134
|
+
- MacRae
|
135
|
+
- Madison Lee
|
136
|
+
- Marcelles
|
137
|
+
- Martha Rastello
|
138
|
+
- Master
|
139
|
+
- Mat
|
140
|
+
- Mathia
|
141
|
+
- Michael
|
142
|
+
- Miles
|
143
|
+
- Miria
|
144
|
+
- Mitch
|
145
|
+
- Mohandki
|
146
|
+
- Morpheus
|
147
|
+
- Myron
|
148
|
+
- Nancy
|
149
|
+
- Neal
|
150
|
+
- Nick Valentine
|
151
|
+
- Nicole
|
152
|
+
- Old Longfellow
|
153
|
+
- Paladin Danse
|
154
|
+
- Patrick the Celt
|
155
|
+
- Paul
|
156
|
+
- Percy
|
157
|
+
- Petrox
|
158
|
+
- Phil
|
159
|
+
- Phillips
|
160
|
+
- Piper Wright
|
161
|
+
- Porter Gage
|
162
|
+
- Preston Garvey
|
163
|
+
- Rayze
|
164
|
+
- Razlo
|
165
|
+
- Razor
|
166
|
+
- Rhombus
|
167
|
+
- Rick
|
168
|
+
- Robert Joseph Mac Cready
|
169
|
+
- Rock
|
170
|
+
- Rose of Sharon Cassidy
|
171
|
+
- Rutger
|
172
|
+
- Sally
|
173
|
+
- Sammael
|
174
|
+
- Sarah
|
175
|
+
- Sasha
|
176
|
+
- Saul
|
177
|
+
- Savil
|
178
|
+
- Set
|
179
|
+
- Seth
|
180
|
+
- Shannon
|
181
|
+
- Shark
|
182
|
+
- Sherry
|
183
|
+
- Shopkeeper
|
184
|
+
- Sid
|
185
|
+
- Sinthia
|
186
|
+
- Skizzer
|
187
|
+
- Slappy
|
188
|
+
- Slummer
|
189
|
+
- Smitty
|
190
|
+
- Sophia
|
191
|
+
- Stapleton
|
192
|
+
- Strong
|
193
|
+
- Sulik
|
194
|
+
- Talius
|
195
|
+
- Talus
|
196
|
+
- Tandi
|
197
|
+
- Terry
|
198
|
+
- The Master
|
199
|
+
- Theresa
|
200
|
+
- Thomas
|
201
|
+
- Thorndyke
|
202
|
+
- Three Dog
|
203
|
+
- Tine Taylor
|
204
|
+
- Tolya
|
205
|
+
- Ton Barracus
|
206
|
+
- Tony Fry
|
207
|
+
- Trish
|
208
|
+
- Tycho
|
209
|
+
- Unit 462
|
210
|
+
- Van Hagan
|
211
|
+
- Vance
|
212
|
+
- Victor
|
213
|
+
- Vincent
|
214
|
+
- Vinnie
|
215
|
+
- Viola
|
216
|
+
- Vree
|
217
|
+
- Wiggum
|
218
|
+
- X6-88
|
219
|
+
- Yes Man
|
220
|
+
- Zack
|
221
|
+
- Zack Barstow
|
222
|
+
- Zark
|
223
|
+
- ZAX 1.2
|
224
|
+
factions:
|
225
|
+
- Boomers
|
226
|
+
- Brotherhood of Steel
|
227
|
+
- Caesar's Legion
|
228
|
+
- Chinese remnants
|
229
|
+
- Diamond City security
|
230
|
+
- Enclave
|
231
|
+
- Followers of the Apocalypse
|
232
|
+
- Gunners
|
233
|
+
- Kings
|
234
|
+
- Master's Army
|
235
|
+
- Mojave Express
|
236
|
+
- New California Republic
|
237
|
+
- Nuka World Triumvirate
|
238
|
+
- Powder Gangers
|
239
|
+
- Raiders
|
240
|
+
- State of Utobitha
|
241
|
+
- Talon Company
|
242
|
+
- Triggermen
|
243
|
+
- United States Armed Forces
|
244
|
+
- Van Graffs
|
245
|
+
locations:
|
246
|
+
- Anchorage
|
247
|
+
- Big MT
|
248
|
+
- Big town
|
249
|
+
- Cambridge
|
250
|
+
- Capital Wasteland
|
251
|
+
- Concord
|
252
|
+
- Diamond City
|
253
|
+
- Dog City
|
254
|
+
- Goodsprings
|
255
|
+
- Hoover Dam
|
256
|
+
- Lexington
|
257
|
+
- Little Lamplight
|
258
|
+
- Megaton
|
259
|
+
- Nellis Air Force Base
|
260
|
+
- New Reno
|
261
|
+
- New Vegas
|
262
|
+
- Nipton
|
263
|
+
- Primm
|
264
|
+
- Raven Rock
|
265
|
+
- Red Rock Canyon
|
266
|
+
- Sloan
|
267
|
+
- The Commonwealth
|
268
|
+
- The Institute
|
269
|
+
- Vault 101
|
270
|
+
- Vault 11
|
271
|
+
- Vault 111
|
272
|
+
- Vault 13
|
273
|
+
- Vault 15
|
274
|
+
- Vault 19
|
275
|
+
- Vault 22
|
276
|
+
- Vault 3
|
277
|
+
- Vault 81
|
278
|
+
- Vault City
|
279
|
+
quotes:
|
280
|
+
- Ad Victoriam!
|
281
|
+
- Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.
|
282
|
+
- Democracy is non-negotiable
|
283
|
+
- Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.
|
284
|
+
- I'm a synth. Synthetic man. All the parts, minus a few red blood cells.
|
285
|
+
- I'm dying.... so that democracy... can live.
|
286
|
+
- I'm gonna run some diagnostics while you're tinkering. Take your time.
|
287
|
+
- I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.
|
288
|
+
- If you want to see the fate of democracies, just look out the window
|
289
|
+
- Let's go, pal.
|
290
|
+
- 'Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.'
|
291
|
+
- Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.
|
292
|
+
- Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.
|
293
|
+
- Nothing to impede progress. If you want to see the fate of democracies, look out the windows.
|
294
|
+
- Patrolling the Mojave almost makes you wish for a nuclear winter.
|
295
|
+
- Please step out of the fountain
|
296
|
+
- 'Revised stratagem: Initiate photonic resonance overcharge.'
|
297
|
+
- Stimpaks are a marvelous invention, don't you think?
|
298
|
+
- Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.
|
299
|
+
- Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.
|
300
|
+
- Sure. Be glad to take...I mean hold some stuff for you.
|
301
|
+
- That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.
|
302
|
+
- That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!
|
303
|
+
- The past, the present, and the future walked into a bar. It was tense.
|
304
|
+
- The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.
|
305
|
+
- Though dangerous, combat is quite vigorous exercise.
|
306
|
+
- Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.
|
307
|
+
- 'Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.'
|
308
|
+
- We must find the men of science and institutes of learning, surely they are out there still.
|
309
|
+
- We'd move faster if you'd keep your eyes on the road and off me arse.
|
310
|
+
- Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.
|
311
|
+
- What did you... did you put a plug in his cocktube and make him explode?
|
312
|
+
- Who do you think actually won the war? No one, I guess.
|
313
|
+
- You stood up to Elder Maxson for me. I'll never forget that for as long as I live.
|
314
|
+
- You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?
|
315
|
+
- You'd be shocked how many people I've managed to convince I'm just a really sick ghoul.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
final_space:
|
4
|
+
characters:
|
5
|
+
- A.V.A
|
6
|
+
- Ash Graven
|
7
|
+
- Avocato
|
8
|
+
- Bolo
|
9
|
+
- Clarence
|
10
|
+
- Gary Goodspeed
|
11
|
+
- H.U.E
|
12
|
+
- John Goodspeed
|
13
|
+
- KVN
|
14
|
+
- Little Cato
|
15
|
+
- Lord Commander
|
16
|
+
- Mooncake
|
17
|
+
- Nighfall
|
18
|
+
- Quinn Ergon
|
19
|
+
- Sheryl Goodspeed
|
20
|
+
|
21
|
+
vehicles:
|
22
|
+
- Crimson Light
|
23
|
+
- Galaxy One
|
24
|
+
- Imperium Cruiser
|
25
|
+
- F71 Hawk
|
26
|
+
- Heavy Incinerator
|
27
|
+
- Star Chaser
|
28
|
+
|
29
|
+
quotes:
|
30
|
+
- It's an alien on my face! It's an alien on my...It's a space alien!
|
31
|
+
- Get. Your. Finger. Out. Of. My. TUMMY!
|
32
|
+
- Chookity
|
33
|
+
- Twist my nipples rough
|
34
|
+
- Let's get wild, how about you buy me a drink
|
35
|
+
- Hey kids, it's me, your mother
|
36
|
+
- That's not a cookie. And you know that HUE, you know that!
|
37
|
+
- Get off my cheeks HUE!
|