faker 2.11.0 → 2.17.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 +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- 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/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -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 +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 +74 -11
- data/lib/faker/default/company.rb +96 -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.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- 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 +33 -6
- data/lib/faker/default/json.rb +61 -5
- 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 +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 +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- 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 +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- 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/touhou.rb +75 -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 +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 +50 -0
- data/lib/faker/music/phish.rb +27 -1
- 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 +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -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/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -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/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/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/device.yml +112 -4
- 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/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/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/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/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/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/shakespeare.yml +21 -24
- 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 +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/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/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/es-AR.yml +4603 -0
- 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 +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -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 +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/dota.yml
CHANGED
@@ -2,104 +2,572 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
dota:
|
5
|
-
hero:
|
5
|
+
hero:
|
6
|
+
- Abaddon
|
7
|
+
- Alchemist
|
8
|
+
- Axe
|
9
|
+
- Beastmaster
|
10
|
+
- Brewmaster
|
11
|
+
- Bristleback
|
12
|
+
- Centaur Warrunner
|
13
|
+
- Chaos Knight
|
14
|
+
- Clockwerk
|
15
|
+
- Meepo
|
6
16
|
abaddon:
|
7
|
-
quote:
|
17
|
+
quote:
|
18
|
+
- You have called death upon yourself.
|
19
|
+
- From House Avernus, I set forth.
|
20
|
+
- The mist chose me, it is not mine to command.
|
21
|
+
- To die at a noble hand is no guarantee of a noble death.
|
8
22
|
alchemist:
|
9
|
-
quote:
|
23
|
+
quote:
|
24
|
+
- Easy now, this stuff is explosive!
|
25
|
+
- Better living through alchemy!
|
26
|
+
- Tell the ogre you're sorry.
|
10
27
|
axe:
|
11
|
-
quote:
|
28
|
+
quote:
|
29
|
+
- Let the carnage begin.
|
30
|
+
- Come and get it!
|
31
|
+
- You get nothing. Good day, sir!
|
32
|
+
- Feel the axe of Axe!
|
33
|
+
- What happened? Axe happened!
|
34
|
+
- No business but war. No family but death. No mercy but the grave!
|
12
35
|
beastmaster:
|
13
|
-
quote:
|
36
|
+
quote:
|
37
|
+
- Meet your master…snuhg… beastmaster.
|
38
|
+
- I'm a natural disaster.
|
39
|
+
- A death not fit for man or beast.
|
14
40
|
brewmaster:
|
15
|
-
quote:
|
41
|
+
quote:
|
42
|
+
- I fight any thing in the house.
|
43
|
+
- Here's beer in your eye.
|
44
|
+
- Let's raise a cup before battle!
|
16
45
|
bristleback:
|
17
|
-
quote:
|
46
|
+
quote:
|
47
|
+
- Time to mash some faces, I'd say.
|
48
|
+
- A good bashing, never hurt nobody.
|
49
|
+
- I'm more than a pretty face.
|
18
50
|
centaur:
|
19
|
-
quote:
|
51
|
+
quote:
|
52
|
+
- Long shall my name be remembered.
|
53
|
+
- I don't always wear a saddlebag, but when I do, I put this one in it.
|
54
|
+
- Hurts you more than it hurts me.
|
20
55
|
chaos_knight:
|
21
|
-
quote:
|
56
|
+
quote:
|
57
|
+
- All that is light shall be cast in darkness.
|
58
|
+
- Like the heads of my enemies, this one is in the bag.
|
59
|
+
- We descend into chaos.
|
60
|
+
- The light shall be blackened, and chaos shall reign.
|
61
|
+
- Chaos is Fun…damental.
|
22
62
|
clockwerk:
|
23
|
-
quote:
|
63
|
+
quote:
|
64
|
+
- I've a mind like a steel trap, and the physique to go with it!
|
65
|
+
- What time is it? It's killing time.
|
66
|
+
- A good offense is the best armor. Good armor is also good armor.
|
24
67
|
doom:
|
25
|
-
quote:
|
68
|
+
quote:
|
69
|
+
- Face your demons.
|
70
|
+
- I am the midnight of your soul.
|
71
|
+
- Speak of me, and I shall appear. Face me and face the furnace!
|
26
72
|
dragon_knight:
|
27
|
-
quote:
|
73
|
+
quote:
|
74
|
+
- Who calls the Dragon Knight?
|
75
|
+
- A Knight in dragon's armor.
|
76
|
+
- Face the knight, face the dragon.
|
77
|
+
- Live by the sword, die by the dragon.
|
78
|
+
- Good night, Sven. I mean bad knight. [Talking to Sven]
|
79
|
+
- Never make a deal with a dragon, unless you're prepared to keep your end of it.
|
28
80
|
earth_spirit:
|
29
|
-
quote:
|
81
|
+
quote:
|
82
|
+
- Body is flesh, but spirit immortal.
|
83
|
+
- Knowledge is golden.
|
84
|
+
- Your flesh is soft. Your Spirit weak.
|
30
85
|
earthshaker:
|
31
|
-
quote:
|
86
|
+
quote:
|
87
|
+
- Time to shake things up and see where they settle.
|
88
|
+
- The earth moves under my feet!
|
89
|
+
- Tiny, your name is still too big for you. [Talking to Tiny]
|
90
|
+
- There may be many earths, but there's only one Earthshaker.
|
32
91
|
elder_titan:
|
33
|
-
quote:
|
92
|
+
quote:
|
93
|
+
- The battle is joined, like the pieces of a broken world.
|
94
|
+
- Strong as a world new-formed.
|
95
|
+
- What is weak must break.
|
96
|
+
- I broke the world, did you think I could not break you?
|
34
97
|
huskar:
|
35
|
-
quote:
|
98
|
+
quote:
|
99
|
+
- You must learn to sacrifice.
|
100
|
+
- The gods grant me life, nor shall I waste it.
|
101
|
+
- You gave all you could give but it was not enough.
|
102
|
+
- As my body falls, my spirit rises up like the smoke of offerings, pleasing to the gods.
|
36
103
|
io:
|
37
|
-
quote:
|
104
|
+
quote:
|
105
|
+
- Really?! If you play DotA, you know IO can't talk. ¬¬'
|
38
106
|
kunkka:
|
39
|
-
quote:
|
107
|
+
quote:
|
108
|
+
- An old vessel, but more than seaworthy.
|
109
|
+
- Tidehunter? More like dead hunter. [Talking to Tidehunter]
|
110
|
+
- There is no bad weather, only thin armor.
|
111
|
+
- Damn, I thought this bottle would have rum in it. [Acquiring Bottle]
|
112
|
+
- That's a lot for an empty bottle. [Acquiring Bottle]
|
113
|
+
- When I'm done with this, I'll fill it with rum. [Acquiring Bottle]
|
40
114
|
legion_commander:
|
41
|
-
quote:
|
115
|
+
quote:
|
116
|
+
- I've come to put an end to hope.
|
117
|
+
- You won't win the war by dying for your Ancient. You'll win by making the other dumb, unfed bastard die for theirs!
|
118
|
+
- It's the smells of battle that stay with you long after they've ended. In Stonehall it was blood and sulfur, smoke, and rot and fear…
|
42
119
|
lifestealer:
|
43
|
-
quote:
|
120
|
+
quote:
|
121
|
+
- Better to die free than to live in chains.
|
122
|
+
- Wait until I get my claws in you!
|
123
|
+
- I steal your life…someone else already stole your face. [Talking to Faceless Void]
|
124
|
+
- Even a thief must sometimes pay the asking price. [buying an item]
|
125
|
+
- It pains me to purchase what ought to be stolen. [Buying an item]
|
44
126
|
lycan:
|
45
|
-
quote:
|
127
|
+
quote:
|
128
|
+
- A wolf in man's clothing.
|
129
|
+
- Who fears the wolf should fear the forest.
|
130
|
+
- A peaceful man is but a patient wolf.
|
46
131
|
magnus:
|
47
|
-
quote:
|
132
|
+
quote:
|
133
|
+
- Under my hoof you will find your fate.
|
134
|
+
- My horn is sharp, my pike is sharper still.
|
135
|
+
- Compared to my horn, all precious items are cheap.
|
48
136
|
meepo:
|
49
|
-
quote:
|
137
|
+
quote:
|
138
|
+
- Got dirt between my toes.
|
139
|
+
- One paw in front of the other!
|
140
|
+
- What's up Meepo?
|
141
|
+
- Have shovel, will bury. You.
|
142
|
+
- They should call you Ain't-Mage.
|
143
|
+
- You punched out all of my blood!
|
144
|
+
- Try that again, tough guy!
|
50
145
|
night_stalker:
|
51
|
-
quote:
|
146
|
+
quote:
|
147
|
+
- Day walker, night stalker.
|
148
|
+
- Devil by day, demon by night.
|
149
|
+
- Flesh sustains, gold remains.
|
150
|
+
- I feed the darkness and the darkness feeds me.
|
52
151
|
omniknight:
|
53
|
-
quote:
|
152
|
+
quote:
|
153
|
+
- Fear not my friends, our guardian is here.
|
154
|
+
- Knowledge is peace.
|
155
|
+
- Let this be the last crusade. Let me find peace.
|
54
156
|
phoenix:
|
55
|
-
quote:
|
157
|
+
quote:
|
158
|
+
- Really?! If you play DotA, you know Phoenix can't talk. ¬¬'
|
56
159
|
pudge:
|
57
|
-
quote:
|
160
|
+
quote:
|
161
|
+
- They call me the Butcher.
|
162
|
+
- Look who's coming for dinner!
|
163
|
+
- Come to Pudge!
|
164
|
+
- Get over here!
|
165
|
+
- I'm gonna need bigger pants.
|
166
|
+
- You'll look good with an apple in yer mouth!
|
167
|
+
- You can't chop a chopper!
|
168
|
+
- Sweetbreads ain't sweet and they ain't bread…and they need a butcher, not a baker.
|
169
|
+
- Only trouble with carrion…an hour after eating you're hungry again!
|
58
170
|
sand_king:
|
59
|
-
quote:
|
171
|
+
quote:
|
172
|
+
- King of the Desert.
|
173
|
+
- All we are is sand in the wind…
|
174
|
+
- True horror is a verdant garden…
|
175
|
+
- Where some see an oasis, I see only mud.
|
60
176
|
slardar:
|
61
|
-
quote:
|
177
|
+
quote:
|
178
|
+
- Guardian of the deeps.
|
179
|
+
- The riches of the darkest sea abysses are mine to protect.
|
180
|
+
- Too bright up here and far too light. I long for the pressures of the deep, and the subtle luminosities of the sunken world.
|
62
181
|
spirit_breaker:
|
63
|
-
quote:
|
182
|
+
quote:
|
183
|
+
- The peace is broken!
|
184
|
+
- I'll break their spirits and their backs.
|
185
|
+
- Attack is the best defense.
|
186
|
+
- You'll be dead before you know it.
|
64
187
|
sven:
|
65
|
-
quote:
|
188
|
+
quote:
|
189
|
+
- Rogue Knight at your service!
|
190
|
+
- One man…in a world of foes…
|
191
|
+
- It's Rogue Knight, dammit! It's not rouge knight
|
192
|
+
- I will crush my foe as I crushed the Vigil Knights.
|
66
193
|
tidehunter:
|
67
|
-
quote:
|
194
|
+
quote:
|
195
|
+
- Time and Tidehunter wait for no man.
|
196
|
+
- Time to make waves.
|
197
|
+
- I'm hungry enough to eat a plankton.
|
198
|
+
- I could eat a sea cucumber.
|
199
|
+
- I'm so hungry I could eat a mackerel.
|
200
|
+
- I'm hungry enough to eat a manta ray.
|
201
|
+
- I'm stuffed! [Level 25]
|
202
|
+
- Who needs a big brain when you've got teeth like mine?
|
68
203
|
timbersaw:
|
69
|
-
quote:
|
70
|
-
|
204
|
+
quote:
|
205
|
+
- I'm Rizzrack. Don't touch me!
|
206
|
+
- I cut things. It's what I do. What else would I do?
|
207
|
+
- Trees? What do you mean there's trees out there?
|
208
|
+
- Nobody takes me seriously.
|
209
|
+
- This one is in the bag. And that one is too. And that one! They are all in the bag.
|
210
|
+
- Cut cut cutcutcutcutcutcutcutcutcutcutcutcutcutcut!
|
211
|
+
- Someone once told me I needed to face fear to get over it, and I thought well why not take a step further and cut my fear into little pieces then set my fear on fire then throw the hot ash of my fear into a lake and then poison the lake. Simple!
|
71
212
|
tiny:
|
72
|
-
quote:
|
213
|
+
quote:
|
214
|
+
- Sticks and stones will break their bones!
|
215
|
+
- The road ahead looks rocky, but that's all right with me.
|
216
|
+
- Why do they call it the Mineral Kingdom? We don't even have a king.
|
73
217
|
treant_protector:
|
74
|
-
quote:
|
218
|
+
quote:
|
219
|
+
- Thoughts cross my mind as the sun crosses the sky.
|
220
|
+
- Trees can be ferocious if provoked.
|
221
|
+
- Nature is not always kind.
|
222
|
+
- I would like nothing more than to plant myself in the sunshine, next to a cool stream.
|
75
223
|
tusk:
|
76
|
-
quote:
|
224
|
+
quote:
|
225
|
+
- They call me the Terror from the Barrier. They call me the Snowball from Cobalt. But you may call me Tusk!
|
226
|
+
- Who's ready for a fight? The first hit is free! Anyone?
|
227
|
+
- It's a great day to do some squat thrusts and lift a barrel of fish, is it not?
|
77
228
|
underlord:
|
78
|
-
quote:
|
229
|
+
quote:
|
230
|
+
- I rule the Abyssal Horde.
|
231
|
+
- Fear is my dominion.
|
232
|
+
- The Abyss knows no mercy. It knows no light. It knows only fear and despair.
|
233
|
+
- Nothing can stop us. Nothing can slow our march. And when we have arrived, all will burn.
|
79
234
|
undying:
|
80
|
-
quote:
|
235
|
+
quote:
|
236
|
+
- I bring the song of death.
|
237
|
+
- I need… gummy vitamins.
|
238
|
+
- I need to work out more, but… my arm keeps snapping off.
|
81
239
|
wraith_king:
|
82
|
-
quote:
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
240
|
+
quote:
|
241
|
+
- King am I of all the wraiths.
|
242
|
+
- Submit to the Wraith King's rule!
|
243
|
+
- Purer than flesh, stronger than bone, imperishable is the essence of the wraith.
|
244
|
+
- I miss my bones.
|
245
|
+
- Where once was bone, wraith flesh as far as the eye can see.
|
246
|
+
item:
|
247
|
+
- Animal Courier
|
248
|
+
- Clarity
|
249
|
+
- Town Portal Scroll
|
250
|
+
- Faerie Fire
|
251
|
+
- Observer Ward
|
252
|
+
- Smoke of Deceit
|
253
|
+
- Tango
|
254
|
+
- Enchanted Mango
|
255
|
+
- Sentry Ward
|
256
|
+
- Healing Salve
|
257
|
+
- Tome of Knowledge
|
258
|
+
- Dust of Appearance
|
259
|
+
- Bottle
|
260
|
+
- Iron Branch
|
261
|
+
- Gauntlets of Strength
|
262
|
+
- Mantle of Intelligence
|
263
|
+
- Slippers of Agility
|
264
|
+
- Circlet
|
265
|
+
- Band of Elvenskin
|
266
|
+
- Belt of Strength
|
267
|
+
- Robe of the Magi
|
268
|
+
- Blade of Alacrity
|
269
|
+
- Ogre Axe
|
270
|
+
- Staff of Wizardry
|
271
|
+
- Ring of Protection
|
272
|
+
- Quelling Blade
|
273
|
+
- Stout Shield
|
274
|
+
- Infused Raindrop
|
275
|
+
- Orb of Venom
|
276
|
+
- Blight Stone
|
277
|
+
- Blades of Attack
|
278
|
+
- Chainmail
|
279
|
+
- Quarterstaff
|
280
|
+
- Helm of Iron Will
|
281
|
+
- Javelin
|
282
|
+
- Broadsword
|
283
|
+
- Claymore
|
284
|
+
- Mithril Hammer
|
285
|
+
- Magic Stick
|
286
|
+
- Wind Lace
|
287
|
+
- Ring of Regen
|
288
|
+
- Sage's Mask
|
289
|
+
- Boots of Speed
|
290
|
+
- Gloves of Haste
|
291
|
+
- Cloak
|
292
|
+
- Ring of Health
|
293
|
+
- Void Stone
|
294
|
+
- Gem of True Sight
|
295
|
+
- Morbid Mask
|
296
|
+
- Shadow Amulet
|
297
|
+
- Ghost Scepter
|
298
|
+
- Blink Dagger
|
299
|
+
- Energy Booster
|
300
|
+
- Vitality Booster
|
301
|
+
- Point Booster
|
302
|
+
- Platemail
|
303
|
+
- Talisman of Evasion
|
304
|
+
- Hyperstone
|
305
|
+
- Ultimate Orb
|
306
|
+
- Demon Edge
|
307
|
+
- Mystic Staff
|
308
|
+
- Reaver
|
309
|
+
- Eaglesong
|
310
|
+
- Sacred Relic
|
311
|
+
- Magic Wand
|
312
|
+
- Bracer
|
313
|
+
- Null Talisman
|
314
|
+
- Wraith Band
|
315
|
+
- Soul Ring
|
316
|
+
- Phase Boots
|
317
|
+
- Power Treads
|
318
|
+
- Oblivion Staff
|
319
|
+
- Perseverance
|
320
|
+
- Hand of Midas
|
321
|
+
- Boots of Travel
|
322
|
+
- Moon Shard
|
323
|
+
- Ring of Basilius
|
324
|
+
- Headdress
|
325
|
+
- Buckler
|
326
|
+
- Urn of Shadows
|
327
|
+
- Tranquil Boots
|
328
|
+
- Ring of Aquila
|
329
|
+
- Medallion of Courage
|
330
|
+
- Arcane Boots
|
331
|
+
- Drum of Endurance
|
332
|
+
- Vladmir's Offering
|
333
|
+
- Mekansm
|
334
|
+
- Spirit Vessel
|
335
|
+
- Pipe of Insight
|
336
|
+
- Guardian Greaves
|
337
|
+
- Glimmer Cape
|
338
|
+
- Force Staff
|
339
|
+
- Veil of Discord
|
340
|
+
- Aether Lens
|
341
|
+
- Necronomicon
|
342
|
+
- Solar Crest
|
343
|
+
- Dagon
|
344
|
+
- Eul's Scepter of Divinity
|
345
|
+
- Rod of Atos
|
346
|
+
- Orchid Malevolence
|
347
|
+
- Aghanim's Scepter
|
348
|
+
- Nullifier
|
349
|
+
- Refresher Orb
|
350
|
+
- Scythe of Vyse
|
351
|
+
- Octarine Core
|
352
|
+
- Hood of Defiance
|
353
|
+
- Vanguard
|
354
|
+
- Blade Mail
|
355
|
+
- Soul Booster
|
356
|
+
- Aeon Disk
|
357
|
+
- Crimson Guard
|
358
|
+
- Black King Bar
|
359
|
+
- Lotus Orb
|
360
|
+
- Hurricane Pike
|
361
|
+
- Shiva's Guard
|
362
|
+
- Bloodstone
|
363
|
+
- Manta Style
|
364
|
+
- Linken's Sphere
|
365
|
+
- Heart of Tarrasque
|
366
|
+
- Assault Cuirass
|
367
|
+
- Crystalys
|
368
|
+
- Armlet of Mordiggian
|
369
|
+
- Meteor Hammer
|
370
|
+
- Shadow Blade
|
371
|
+
- Skull Basher
|
372
|
+
- Battle Fury
|
373
|
+
- Monkey King Bar
|
374
|
+
- Ethereal Blade
|
375
|
+
- Radiance
|
376
|
+
- Daedalus
|
377
|
+
- Butterfly
|
378
|
+
- Silver Edge
|
379
|
+
- Divine Rapier
|
380
|
+
- Abyssal Blade
|
381
|
+
- Bloodthorn
|
382
|
+
- Dragon Lance
|
383
|
+
- Kaya
|
384
|
+
- Sange
|
385
|
+
- Yasha
|
386
|
+
- Mask of Madness
|
387
|
+
- Helm of the Dominator
|
388
|
+
- Echo Sabre
|
389
|
+
- Maelstrom
|
390
|
+
- Diffusal Blade
|
391
|
+
- Heaven's Halberd
|
392
|
+
- Desolator
|
393
|
+
- Sange and Yasha
|
394
|
+
- Eye of Skadi
|
395
|
+
- Satanic
|
396
|
+
- Mjollnir
|
397
|
+
- Aegis of the Immortal
|
398
|
+
- Cheese
|
399
|
+
- Refresher Shard
|
400
|
+
team:
|
401
|
+
- Evil Geniuses
|
402
|
+
- OG
|
403
|
+
- Natus Vincere
|
404
|
+
- Team Liquid
|
405
|
+
- Fnatic
|
406
|
+
- Team Secret
|
407
|
+
- Alliance
|
408
|
+
- OpTic Gaming
|
409
|
+
- Iceberg Esports
|
410
|
+
- Mineski.亿鼎博
|
411
|
+
- PENTA Sports
|
412
|
+
- Team. Spirit
|
413
|
+
- LGD-GAMING
|
414
|
+
- M19
|
415
|
+
- WarriorsGaming.Unity
|
416
|
+
- Newbee
|
417
|
+
- Virtus.pro
|
418
|
+
- VGJ.Storm
|
419
|
+
- Immortals
|
420
|
+
- LGD.Forever Young
|
421
|
+
- Vici Gaming
|
422
|
+
- Kingdra
|
423
|
+
- TNC Pro Team
|
424
|
+
- compLexity Gaming
|
425
|
+
- Invictus Gaming
|
426
|
+
- Double Dimension
|
427
|
+
- Gambit Esports
|
428
|
+
- Team HighGround
|
429
|
+
- Vega Squadron
|
430
|
+
- EHOME
|
431
|
+
- 5 Anchors No Captain
|
432
|
+
- Forsaken
|
433
|
+
- Entity Gaming
|
434
|
+
- The Final Tribe
|
435
|
+
- Eclipse
|
436
|
+
- VGJ Thunder
|
437
|
+
- Team Empire
|
438
|
+
- EHOME.immortal
|
439
|
+
- Natural 9
|
440
|
+
- Sun Gaming
|
441
|
+
- Ten Twenty
|
442
|
+
- iG.Vitality
|
443
|
+
- mousesports
|
444
|
+
- Spartak Esports
|
445
|
+
- Effect
|
446
|
+
- Fire Dragoon
|
447
|
+
- TEAM MAX
|
448
|
+
- SG e-sports team
|
449
|
+
- paiN Gaming
|
450
|
+
- Rock.Y
|
451
|
+
player:
|
452
|
+
- Alliance.AdmiralBulldog
|
453
|
+
- Dendi
|
454
|
+
- s4
|
455
|
+
- rtz YB`a
|
456
|
+
- Loda
|
457
|
+
- Miracle-
|
458
|
+
- Aui_2000
|
459
|
+
- Puppey
|
460
|
+
- Wagamama
|
461
|
+
- SumaiL
|
462
|
+
- BigDaddyN0tail
|
463
|
+
- Fear
|
464
|
+
- EternaLEnVy
|
465
|
+
- Ferrari_430
|
466
|
+
- w33
|
467
|
+
- syndereN
|
468
|
+
- Universe
|
469
|
+
- KuroKy
|
470
|
+
- zai
|
471
|
+
- Peterpandam
|
472
|
+
- BurNIng
|
473
|
+
- 冰冰冰
|
474
|
+
- Funn1k
|
475
|
+
- Meracle-
|
476
|
+
- IllidanSTR SF46
|
477
|
+
- JerAx
|
478
|
+
- '1437'
|
479
|
+
- ChuaN
|
480
|
+
- Pajkatt
|
481
|
+
- qojqva
|
482
|
+
- BSJ
|
483
|
+
- SoNNeikO
|
484
|
+
- fy
|
485
|
+
- Cr1t-
|
486
|
+
- xiao8
|
487
|
+
- Mushi
|
488
|
+
- artstyle
|
489
|
+
- Fata
|
490
|
+
- bOne7
|
491
|
+
- Resolut1on
|
492
|
+
- DeMoN
|
493
|
+
- QO
|
494
|
+
- FoREv
|
495
|
+
- ZSMJ
|
496
|
+
- Trixi
|
497
|
+
- Fng
|
498
|
+
- ddz`
|
499
|
+
- Agressif
|
500
|
+
- ixmike88
|
501
|
+
- Fly
|
502
|
+
- ana
|
503
|
+
- BuLba
|
504
|
+
- Mag
|
505
|
+
- pieliedie
|
506
|
+
- kpii
|
507
|
+
- SmAsH
|
508
|
+
- VANSKOR
|
509
|
+
- Fenrir
|
510
|
+
- Solo
|
511
|
+
- Somnus丶M
|
512
|
+
- MATUMBAMAN
|
513
|
+
- Scandal
|
514
|
+
- Abed
|
515
|
+
- ALWAYSWANNAFLY
|
516
|
+
- FLUFFNSTUFF
|
517
|
+
- Ar1se.
|
518
|
+
- Lil
|
519
|
+
- kid
|
520
|
+
- Moo
|
521
|
+
- Gh
|
522
|
+
- MoonS
|
523
|
+
- Super!
|
524
|
+
- NighTmAre
|
525
|
+
- MISERY
|
526
|
+
- Slayer
|
527
|
+
- Era
|
528
|
+
- Sccc
|
529
|
+
- Yao
|
530
|
+
- No[o]ne-
|
531
|
+
- Hao
|
532
|
+
- Sneyking
|
533
|
+
- RAMZES666
|
534
|
+
- LaNm
|
535
|
+
- thereayou
|
536
|
+
- canceL^^
|
537
|
+
- Ohaiyo
|
538
|
+
- ComeWithMe
|
539
|
+
- MidOne
|
540
|
+
- Sylar
|
541
|
+
- MinD_ContRoL
|
542
|
+
- monkeys-forever
|
543
|
+
- kaka
|
544
|
+
- Silent
|
545
|
+
- Faith
|
546
|
+
- 火
|
547
|
+
- G
|
548
|
+
- YapzOr
|
549
|
+
- Febby?
|
550
|
+
- 丶MINI幂
|
551
|
+
- DC.MSS
|
552
|
+
- Jeyo
|
553
|
+
- MP
|
554
|
+
- Ditya Ra
|
555
|
+
- Yawar
|
556
|
+
- GeneRaL
|
557
|
+
- '633'
|
558
|
+
- balla
|
559
|
+
- マテリス
|
560
|
+
- 9pasha
|
561
|
+
- yol
|
562
|
+
- Nofear
|
563
|
+
- Limmp
|
564
|
+
- Sedoy
|
565
|
+
- DkPhobos
|
566
|
+
- Paparazi灬
|
567
|
+
- "★Ice ice☆"
|
568
|
+
- xfreedom
|
569
|
+
- Chessie
|
570
|
+
- AME
|
571
|
+
- Jenkins
|
572
|
+
- JoHnNy
|
573
|
+
- shadow
|