faker 2.11.0 → 3.4.2

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.
Files changed (404) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1131 -19
  3. data/README.md +249 -105
  4. data/lib/faker/blockchain/aeternity.rb +5 -5
  5. data/lib/faker/blockchain/bitcoin.rb +2 -2
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +31 -3
  8. data/lib/faker/books/dune.rb +17 -12
  9. data/lib/faker/books/lovecraft.rb +16 -44
  10. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +42 -32
  13. data/lib/faker/default/adjective.rb +35 -0
  14. data/lib/faker/default/alphanumeric.rb +2 -8
  15. data/lib/faker/default/app.rb +1 -10
  16. data/lib/faker/default/avatar.rb +1 -12
  17. data/lib/faker/default/bank.rb +104 -19
  18. data/lib/faker/default/barcode.rb +165 -0
  19. data/lib/faker/default/beer.rb +3 -3
  20. data/lib/faker/default/blood.rb +48 -0
  21. data/lib/faker/default/boolean.rb +1 -4
  22. data/lib/faker/default/business.rb +1 -1
  23. data/lib/faker/default/camera.rb +46 -0
  24. data/lib/faker/default/cannabis.rb +10 -0
  25. data/lib/faker/default/chile_rut.rb +62 -18
  26. data/lib/faker/default/chuck_norris.rb +1 -0
  27. data/lib/faker/default/code.rb +162 -52
  28. data/lib/faker/default/color.rb +77 -6
  29. data/lib/faker/default/commerce.rb +105 -28
  30. data/lib/faker/default/company.rb +210 -28
  31. data/lib/faker/default/compass.rb +135 -0
  32. data/lib/faker/default/computer.rb +63 -0
  33. data/lib/faker/default/construction.rb +54 -0
  34. data/lib/faker/default/cosmere.rb +90 -0
  35. data/lib/faker/default/crypto.rb +26 -4
  36. data/lib/faker/default/crypto_coin.rb +48 -15
  37. data/lib/faker/default/date.rb +81 -54
  38. data/lib/faker/default/demographic.rb +1 -5
  39. data/lib/faker/default/driving_licence.rb +85 -18
  40. data/lib/faker/default/drone.rb +332 -0
  41. data/lib/faker/default/educator.rb +13 -0
  42. data/lib/faker/default/emotion.rb +33 -0
  43. data/lib/faker/default/file.rb +53 -21
  44. data/lib/faker/default/finance.rb +75 -7
  45. data/lib/faker/default/food.rb +28 -2
  46. data/lib/faker/default/gender.rb +1 -1
  47. data/lib/faker/default/hipster.rb +108 -51
  48. data/lib/faker/default/hobby.rb +22 -0
  49. data/lib/faker/default/html.rb +230 -0
  50. data/lib/faker/default/id_number.rb +251 -17
  51. data/lib/faker/default/internet.rb +361 -113
  52. data/lib/faker/default/internet_http.rb +48 -0
  53. data/lib/faker/default/invoice.rb +37 -23
  54. data/lib/faker/default/json.rb +63 -25
  55. data/lib/faker/default/lorem.rb +177 -75
  56. data/lib/faker/default/lorem_flickr.rb +69 -37
  57. data/lib/faker/default/markdown.rb +97 -11
  58. data/lib/faker/default/marketing.rb +1 -1
  59. data/lib/faker/default/measurement.rb +101 -42
  60. data/lib/faker/default/military.rb +26 -0
  61. data/lib/faker/default/mountain.rb +33 -0
  62. data/lib/faker/default/name.rb +99 -5
  63. data/lib/faker/default/nation.rb +0 -3
  64. data/lib/faker/default/{nhs.rb → national_health_service.rb} +26 -6
  65. data/lib/faker/default/number.rb +39 -69
  66. data/lib/faker/default/omniauth.rb +115 -57
  67. data/lib/faker/default/phone_number.rb +112 -14
  68. data/lib/faker/default/placeholdit.rb +23 -12
  69. data/lib/faker/default/relationship.rb +2 -6
  70. data/lib/faker/default/religion.rb +6 -0
  71. data/lib/faker/default/science.rb +108 -0
  72. data/lib/faker/default/slack_emoji.rb +81 -0
  73. data/lib/faker/default/source.rb +3 -16
  74. data/lib/faker/default/south_africa.rb +93 -3
  75. data/lib/faker/default/space.rb +1 -1
  76. data/lib/faker/default/string.rb +18 -8
  77. data/lib/faker/default/stripe.rb +68 -23
  78. data/lib/faker/default/tea.rb +41 -0
  79. data/lib/faker/default/theater.rb +52 -0
  80. data/lib/faker/default/time.rb +4 -34
  81. data/lib/faker/default/twitter.rb +42 -23
  82. data/lib/faker/default/types.rb +92 -34
  83. data/lib/faker/default/university.rb +45 -0
  84. data/lib/faker/default/vehicle.rb +227 -57
  85. data/lib/faker/default/verb.rb +45 -0
  86. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  87. data/lib/faker/default/world_cup.rb +6 -15
  88. data/lib/faker/fantasy/tolkien.rb +67 -0
  89. data/lib/faker/games/clash_of_clans.rb +48 -0
  90. data/lib/faker/games/control.rb +113 -0
  91. data/lib/faker/games/dnd.rb +178 -0
  92. data/lib/faker/games/dota.rb +14 -5
  93. data/lib/faker/games/elder_scrolls.rb +26 -0
  94. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  95. data/lib/faker/games/heroes.rb +13 -0
  96. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  97. data/lib/faker/games/minecraft.rb +113 -0
  98. data/lib/faker/games/myst.rb +1 -1
  99. data/lib/faker/games/street_fighter.rb +61 -0
  100. data/lib/faker/games/super_mario.rb +48 -0
  101. data/lib/faker/games/tarkov.rb +205 -0
  102. data/lib/faker/games/touhou.rb +75 -0
  103. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  104. data/lib/faker/games/witcher.rb +39 -0
  105. data/lib/faker/games/world_of_warcraft.rb +26 -1
  106. data/lib/faker/japanese_media/conan.rb +48 -0
  107. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  108. data/lib/faker/japanese_media/doraemon.rb +48 -0
  109. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  110. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
  111. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  112. data/lib/faker/japanese_media/naruto.rb +61 -0
  113. data/lib/faker/japanese_media/one_piece.rb +1 -1
  114. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  115. data/lib/faker/locations/australia.rb +52 -0
  116. data/lib/faker/movies/avatar.rb +49 -0
  117. data/lib/faker/movies/departed.rb +49 -0
  118. data/lib/faker/movies/hackers.rb +48 -0
  119. data/lib/faker/movies/hobbit.rb +4 -4
  120. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  121. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  122. data/lib/faker/movies/movie.rb +13 -0
  123. data/lib/faker/movies/star_wars.rb +75 -7
  124. data/lib/faker/movies/the_room.rb +63 -0
  125. data/lib/faker/movies/tron.rb +161 -0
  126. data/lib/faker/music/hiphop.rb +48 -0
  127. data/lib/faker/music/music.rb +12 -0
  128. data/lib/faker/music/opera.rb +237 -1
  129. data/lib/faker/music/pearl_jam.rb +50 -0
  130. data/lib/faker/music/phish.rb +27 -1
  131. data/lib/faker/music/prince.rb +64 -0
  132. data/lib/faker/music/rock_band.rb +12 -0
  133. data/lib/faker/music/rush.rb +37 -0
  134. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  135. data/lib/faker/quotes/quote.rb +93 -1
  136. data/lib/faker/quotes/rajnikanth.rb +1 -0
  137. data/lib/faker/quotes/shakespeare.rb +70 -0
  138. data/lib/faker/religion/bible.rb +50 -0
  139. data/lib/faker/sports/chess.rb +90 -0
  140. data/lib/faker/sports/mountaineering.rb +22 -0
  141. data/lib/faker/sports/sport.rb +116 -0
  142. data/lib/faker/sports/volleyball.rb +74 -0
  143. data/lib/faker/travel/airport.rb +43 -0
  144. data/lib/faker/travel/train_station.rb +54 -0
  145. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  146. data/lib/faker/tv_shows/archer.rb +51 -0
  147. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  148. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  149. data/lib/faker/tv_shows/buffy.rb +17 -4
  150. data/lib/faker/tv_shows/dr_who.rb +1 -1
  151. data/lib/faker/tv_shows/final_space.rb +51 -0
  152. data/lib/faker/tv_shows/futurama.rb +65 -0
  153. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  154. data/lib/faker/tv_shows/simpsons.rb +14 -0
  155. data/lib/faker/tv_shows/south_park.rb +15 -0
  156. data/lib/faker/tv_shows/spongebob.rb +50 -0
  157. data/lib/faker/tv_shows/suits.rb +37 -0
  158. data/lib/faker/tv_shows/supernatural.rb +48 -0
  159. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  160. data/lib/faker/tv_shows/the_office.rb +37 -0
  161. data/lib/faker/version.rb +2 -2
  162. data/lib/faker.rb +51 -87
  163. data/lib/helpers/base58.rb +1 -1
  164. data/lib/helpers/char.rb +22 -27
  165. data/lib/helpers/deprecator.rb +53 -0
  166. data/lib/helpers/positional_generator.rb +480 -0
  167. data/lib/helpers/unique_generator.rb +13 -13
  168. data/lib/locales/README.md +18 -2
  169. data/lib/locales/ar.yml +6 -1
  170. data/lib/locales/bg.yml +1 -2
  171. data/lib/locales/da-DK.yml +529 -35
  172. data/lib/locales/de-AT.yml +3487 -25
  173. data/lib/locales/de-CH.yml +6020 -9
  174. data/lib/locales/de.yml +7185 -97
  175. data/lib/locales/ee.yml +0 -1
  176. data/lib/locales/en/address.yml +1828 -562
  177. data/lib/locales/en/adjective.yml +179 -0
  178. data/lib/locales/en/airport.yml +381 -0
  179. data/lib/locales/en/animal.yml +1 -1
  180. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  181. data/lib/locales/en/archer.yml +75 -0
  182. data/lib/locales/en/australia.yml +108 -0
  183. data/lib/locales/en/avatar.yml +31 -0
  184. data/lib/locales/en/bank.yml +2 -2
  185. data/lib/locales/en/barcode.yml +24 -0
  186. data/lib/locales/en/bible.yml +90 -0
  187. data/lib/locales/en/big_bang_theory.yml +38 -0
  188. data/lib/locales/en/bird.yml +1281 -0
  189. data/lib/locales/en/blood.yml +13 -0
  190. data/lib/locales/en/book.yml +487 -3
  191. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  192. data/lib/locales/en/buffy.yml +1 -1
  193. data/lib/locales/en/camera.yml +611 -0
  194. data/lib/locales/en/cat.yml +1 -1
  195. data/lib/locales/en/chess.yml +103 -0
  196. data/lib/locales/en/clash_of_clan.yml +101 -0
  197. data/lib/locales/en/coffee.yml +1 -1
  198. data/lib/locales/en/commerce.yml +17 -0
  199. data/lib/locales/en/community.yml +17 -17
  200. data/lib/locales/en/company.yml +3 -2
  201. data/lib/locales/en/computer.yml +55 -0
  202. data/lib/locales/en/conan.yml +171 -0
  203. data/lib/locales/en/control.yml +247 -0
  204. data/lib/locales/en/cowboy_bebop.yml +163 -0
  205. data/lib/locales/en/demographic.yml +218 -5
  206. data/lib/locales/en/departed.yml +50 -0
  207. data/lib/locales/en/device.yml +112 -4
  208. data/lib/locales/en/dnd.yml +636 -0
  209. data/lib/locales/en/dog.yml +262 -7
  210. data/lib/locales/en/doraemon.yml +286 -0
  211. data/lib/locales/en/dota.yml +704 -63
  212. data/lib/locales/en/dragon_ball.yml +243 -1
  213. data/lib/locales/en/driving_license.yml +181 -0
  214. data/lib/locales/en/drone.yml +95 -0
  215. data/lib/locales/en/dune.yml +270 -131
  216. data/lib/locales/en/educator.yml +6 -0
  217. data/lib/locales/en/elder_scrolls.yml +583 -9
  218. data/lib/locales/en/emotion.yml +480 -0
  219. data/lib/locales/en/fallout.yml +311 -133
  220. data/lib/locales/en/file.yml +9 -1
  221. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  222. data/lib/locales/en/final_space.yml +37 -0
  223. data/lib/locales/en/finance.yml +80 -4
  224. data/lib/locales/en/food.yml +1067 -10
  225. data/lib/locales/en/football.yml +3 -3
  226. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  227. data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
  228. data/lib/locales/en/futurama.yml +344 -0
  229. data/lib/locales/en/game.yml +11 -0
  230. data/lib/locales/en/hackers.yml +53 -0
  231. data/lib/locales/en/half_life.yml +84 -3
  232. data/lib/locales/en/harry_potter.yml +1 -1
  233. data/lib/locales/en/heroes.yml +408 -3
  234. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  235. data/lib/locales/en/hobby.yml +171 -0
  236. data/lib/locales/en/horse.yml +2 -2
  237. data/lib/locales/en/house.yml +1 -1
  238. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  239. data/lib/locales/en/id_number.yml +1 -1
  240. data/lib/locales/en/internet.yml +136 -3
  241. data/lib/locales/en/jack_handey.yml +54 -0
  242. data/lib/locales/en/kamen_rider.yml +452 -0
  243. data/lib/locales/en/kpop.yml +7 -7
  244. data/lib/locales/en/league_of_legends.yml +285 -6
  245. data/lib/locales/en/lebowski.yml +1 -1
  246. data/lib/locales/en/lovecraft.yml +76 -6
  247. data/lib/locales/en/military.yml +179 -5
  248. data/lib/locales/en/minecraft.yml +663 -0
  249. data/lib/locales/en/mitch_hedberg.yml +46 -0
  250. data/lib/locales/en/mountain.yml +171 -0
  251. data/lib/locales/en/mountaineering.yml +14 -0
  252. data/lib/locales/en/movie.yml +194 -2
  253. data/lib/locales/en/music.yml +461 -29
  254. data/lib/locales/en/myst.yml +87 -31
  255. data/lib/locales/en/name.yml +5 -4
  256. data/lib/locales/en/naruto.yml +230 -0
  257. data/lib/locales/en/one_piece.yml +2 -2
  258. data/lib/locales/en/opera.yml +169 -1
  259. data/lib/locales/en/overwatch.yml +2648 -2622
  260. data/lib/locales/en/pearl_jam.yml +213 -0
  261. data/lib/locales/en/phish.yml +392 -1
  262. data/lib/locales/en/phone_number.yml +78 -3
  263. data/lib/locales/en/pokemon.yml +417 -4
  264. data/lib/locales/en/prince.yml +227 -0
  265. data/lib/locales/en/quote.yml +692 -163
  266. data/lib/locales/en/rock_band.yml +1 -0
  267. data/lib/locales/en/rush.yml +32 -0
  268. data/lib/locales/en/science.yml +481 -3
  269. data/lib/locales/en/shakespeare.yml +21 -24
  270. data/lib/locales/en/simpsons.yml +668 -0
  271. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  272. data/lib/locales/en/source.yml +35 -0
  273. data/lib/locales/en/south_park.yml +360 -2
  274. data/lib/locales/en/space.yml +1 -1
  275. data/lib/locales/en/spongebob.yml +489 -0
  276. data/lib/locales/en/sport.yml +130 -0
  277. data/lib/locales/en/star_trek.yml +1 -1
  278. data/lib/locales/en/star_wars.yml +568 -220
  279. data/lib/locales/en/stranger_thing.yml +1 -1
  280. data/lib/locales/en/street_fighter.yml +1524 -0
  281. data/lib/locales/en/studio_ghibli.yml +107 -0
  282. data/lib/locales/en/suits.yml +45 -0
  283. data/lib/locales/en/super_mario.yml +58 -0
  284. data/lib/locales/en/super_smash_bros.yml +23 -6
  285. data/lib/locales/en/supernatural.yml +141 -0
  286. data/lib/locales/en/tarkov.yml +593 -0
  287. data/lib/locales/en/tea.yml +172 -0
  288. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  289. data/lib/locales/en/the_office.yml +86 -0
  290. data/lib/locales/en/the_room.yml +68 -0
  291. data/lib/locales/en/theater.yml +597 -0
  292. data/lib/locales/en/tolkien.yml +2453 -0
  293. data/lib/locales/en/touhou.yml +839 -0
  294. data/lib/locales/en/train_station.yml +280 -0
  295. data/lib/locales/en/tron.yml +227 -0
  296. data/lib/locales/en/vehicle.yml +2809 -75
  297. data/lib/locales/en/volleyball.yml +501 -0
  298. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  299. data/lib/locales/en/witcher.yml +426 -7
  300. data/lib/locales/en/world_of_warcraft.yml +122 -4
  301. data/lib/locales/en/zelda.yml +962 -4
  302. data/lib/locales/en-AU.yml +728 -17
  303. data/lib/locales/en-CA.yml +373 -16
  304. data/lib/locales/en-GB.yml +116 -8
  305. data/lib/locales/en-IND.yml +1259 -16
  306. data/lib/locales/en-KE.yml +212 -0
  307. data/lib/locales/en-MS.yml +364 -16
  308. data/lib/locales/en-NEP.yml +212 -35
  309. data/lib/locales/en-NG.yml +1 -0
  310. data/lib/locales/en-NZ.yml +1153 -121
  311. data/lib/locales/en-PAK.yml +369 -9
  312. data/lib/locales/en-SG.yml +581 -15
  313. data/lib/locales/en-UG.yml +1 -0
  314. data/lib/locales/en-US.yml +6937 -71
  315. data/lib/locales/en-ZA.yml +1 -1
  316. data/lib/locales/en-au-ocker.yml +266 -21
  317. data/lib/locales/en.yml +0 -3
  318. data/lib/locales/es-AR.yml +4570 -0
  319. data/lib/locales/es-MX.yml +1 -2
  320. data/lib/locales/es.yml +58 -3
  321. data/lib/locales/fi-FI.yml +4 -2
  322. data/lib/locales/fr/address.yml +20 -0
  323. data/lib/locales/fr/adjective.yml +266 -0
  324. data/lib/locales/fr/ancient.yml +141 -0
  325. data/lib/locales/fr/animal.yml +5 -0
  326. data/lib/locales/fr/appliance.yml +4 -0
  327. data/lib/locales/fr/book.yml +7 -0
  328. data/lib/locales/fr/color.yml +4 -0
  329. data/lib/locales/fr/company.yml +17 -0
  330. data/lib/locales/fr/compass.yml +23 -0
  331. data/lib/locales/fr/demographic.yml +4 -0
  332. data/lib/locales/fr/gender.yml +6 -0
  333. data/lib/locales/fr/internet.yml +4 -0
  334. data/lib/locales/fr/lorem.yml +5 -0
  335. data/lib/locales/fr/measurement.yml +7 -0
  336. data/lib/locales/fr/name.yml +22 -0
  337. data/lib/locales/fr/phone_number.yml +7 -0
  338. data/lib/locales/fr/pokemon.yml +7 -0
  339. data/lib/locales/fr-CA.yml +2748 -43
  340. data/lib/locales/fr-CH.yml +3 -4
  341. data/lib/locales/fr.yml +2 -112
  342. data/lib/locales/hy.yml +3624 -119
  343. data/lib/locales/id.yml +839 -10
  344. data/lib/locales/it.yml +1304 -31
  345. data/lib/locales/ja/README.md +13 -0
  346. data/lib/locales/ja/address.yml +120539 -0
  347. data/lib/locales/ja/adjective.yml +148 -0
  348. data/lib/locales/ja/ancient.yml +4 -0
  349. data/lib/locales/ja/animal.yml +5 -0
  350. data/lib/locales/ja/bank.yml +4 -0
  351. data/lib/locales/ja/book.yml +7 -0
  352. data/lib/locales/ja/cat.yml +5 -0
  353. data/lib/locales/ja/coffee.yml +4 -0
  354. data/lib/locales/ja/color.yml +4 -0
  355. data/lib/locales/ja/commerce.yml +11 -0
  356. data/lib/locales/ja/company.yml +8 -0
  357. data/lib/locales/ja/dog.yml +6 -0
  358. data/lib/locales/ja/emotion.yml +51 -0
  359. data/lib/locales/ja/food.yml +4 -0
  360. data/lib/locales/ja/football.yml +115 -0
  361. data/lib/locales/ja/gender.yml +4 -0
  362. data/lib/locales/ja/lorem.yml +9 -0
  363. data/lib/locales/ja/name.yml +13 -0
  364. data/lib/locales/ja/naruto.yml +230 -0
  365. data/lib/locales/ja/overwatch.yml +5 -0
  366. data/lib/locales/ja/phone_number.yml +7 -0
  367. data/lib/locales/ja/pokemon.yml +7 -0
  368. data/lib/locales/ja/relationship.yml +10 -0
  369. data/lib/locales/ja/restaurant.yml +11 -0
  370. data/lib/locales/ja/space.yml +5 -0
  371. data/lib/locales/ja/sport.yml +130 -0
  372. data/lib/locales/ja/studio_ghibli.yml +112 -0
  373. data/lib/locales/ja/subscription.yml +8 -0
  374. data/lib/locales/ja/super_mario.yml +9 -0
  375. data/lib/locales/ja/super_smash_bros.yml +8 -0
  376. data/lib/locales/ja/touhou.yml +466 -0
  377. data/lib/locales/ja/university.yml +9 -0
  378. data/lib/locales/ja/zelda.yml +5 -0
  379. data/lib/locales/ko.yml +1450 -17
  380. data/lib/locales/lt.yml +315 -0
  381. data/lib/locales/lv.yml +1 -2
  382. data/lib/locales/mi-NZ.yml +283 -0
  383. data/lib/locales/nb-NO.yml +518 -27
  384. data/lib/locales/nl.yml +1 -1
  385. data/lib/locales/pl.yml +1 -2
  386. data/lib/locales/pt-BR.yml +8157 -659
  387. data/lib/locales/pt.yml +844 -43
  388. data/lib/locales/ru.yml +1355 -30
  389. data/lib/locales/sk.yml +4410 -41
  390. data/lib/locales/sv.yml +100 -0
  391. data/lib/locales/th.yml +76 -76
  392. data/lib/locales/tr.yml +1 -2
  393. data/lib/locales/uk.yml +1810 -44
  394. data/lib/locales/vi.yml +1 -0
  395. data/lib/locales/zh-CN/bank.yml +17 -0
  396. data/lib/locales/zh-CN.yml +1 -0
  397. data/lib/locales/zh-TW.yml +1 -0
  398. metadata +192 -127
  399. data/History.md +0 -176
  400. data/lib/faker/default/fillmurray.rb +0 -45
  401. data/lib/faker/default/lorem_pixel.rb +0 -47
  402. data/lib/locales/en/hobbit.yml +0 -19
  403. data/lib/locales/en/lord_of_the_rings.yml +0 -6
  404. data/lib/locales/ja.yml +0 -101
@@ -2,104 +2,745 @@ en:
2
2
  faker:
3
3
  games:
4
4
  dota:
5
- hero: ["Abaddon", "Alchemist", "Axe", "Beastmaster", "Brewmaster", "Bristleback", "Centaur Warrunner", "Chaos Knight", "Clockwerk", "Meepo"]
5
+ building:
6
+ - Tower
7
+ - Barrack
8
+ - Ancient
9
+ - Fountain
10
+ - Effigy
11
+ - Outpost
12
+ hero:
13
+ - Abaddon
14
+ - Alchemist
15
+ - Ancient Apparition
16
+ - Anti-Mage
17
+ - Arc Warden
18
+ - Axe
19
+ - Bane
20
+ - Batrider
21
+ - Beastmaster
22
+ - Bloodseeker
23
+ - Bounty Hunter
24
+ - Brewmaster
25
+ - Bristleback
26
+ - Broodmother
27
+ - Centaur Warrunner
28
+ - Chaos Knight
29
+ - Chen
30
+ - Clinkz
31
+ - Clockwerk
32
+ - Crystal Maiden
33
+ - Dark Seer
34
+ - Dark Willow
35
+ - Dawnbreaker
36
+ - Dazzle
37
+ - Death Prophet
38
+ - Disruptor
39
+ - Doom
40
+ - Dragon Knight
41
+ - Drow Ranger
42
+ - Earth Spirit
43
+ - Earthshaker
44
+ - Elder Titan
45
+ - Huskar
46
+ - Io
47
+ - Kunkka
48
+ - Legion Commander
49
+ - Lifestealer
50
+ - Lycan
51
+ - Magnus
52
+ - Meepo
53
+ - Night Stalker
54
+ - Omniknight
55
+ - Phoenix
56
+ - Pudge
57
+ - Sand King
58
+ - Slardar
59
+ - Spirit Breaker
60
+ - Sven
61
+ - Tidehunter
62
+ - Timbersaw
63
+ - Tiny
64
+ - Treant Protector
65
+ - Tusk
66
+ - Underlord
67
+ - Undying
68
+ - Wraith King
6
69
  abaddon:
7
- quote: ["You have called death upon yourself.", "From House Avernus, I set forth.", "The mist chose me, it is not mine to command.", "To die at a noble hand is no guarantee of a noble death."]
70
+ quote:
71
+ - You have called death upon yourself.
72
+ - From House Avernus, I set forth.
73
+ - The mist chose me, it is not mine to command.
74
+ - To die at a noble hand is no guarantee of a noble death.
8
75
  alchemist:
9
- quote: ["Easy now, this stuff is explosive!", "Better living through alchemy!", "Tell the ogre you're sorry."]
76
+ quote:
77
+ - Easy now, this stuff is explosive!
78
+ - Better living through alchemy!
79
+ - Tell the ogre you're sorry.
80
+ ancient_apparition:
81
+ quote:
82
+ - Behold the apparition.
83
+ - Time to break the ice!
84
+ - I look again upon the cold light of day.
85
+ anti_mage:
86
+ quote:
87
+ - Truth compels me.
88
+ - I bring an end to magic.
89
+ - They who live by the wand shall die by my blade.
90
+ - It is not magic brings me back, but purity of will!
91
+ arc_warden:
92
+ quote:
93
+ - Matter has been split from its intended form. These must be made to unite.
94
+ - None escape the Self.
95
+ - These fools must learn what they stand against.
96
+ - Mercy is yours, for the end comes.
10
97
  axe:
11
- quote: ["Let the carnage begin.", "Come and get it!", "You get nothing. Good day, sir!", "Feel the axe of Axe!", "What happened? Axe happened!", "No business but war. No family but death. No mercy but the grave!"]
98
+ quote:
99
+ - Let the carnage begin.
100
+ - Come and get it!
101
+ - You get nothing. Good day, sir!
102
+ - Feel the axe of Axe!
103
+ - What happened? Axe happened!
104
+ - No business but war. No family but death. No mercy but the grave!
105
+ bane:
106
+ quote:
107
+ - Your Nightmare is here.
108
+ - Nightmares, follow me into the light.
109
+ - Knock knees and blood run cold!
110
+ - I dreamt a field of war…and woke to find myself upon it.
111
+ batrider:
112
+ quote:
113
+ - Death from above!
114
+ - One forest fire coming up!
115
+ - I'll have the brisket. My hoss'll have your head.
116
+ - You wanna play rough? All right, we'll play rough.
12
117
  beastmaster:
13
- quote: ["Meet your master…snuhg… beastmaster.", "I'm a natural disaster.", "A death not fit for man or beast."]
118
+ quote:
119
+ - Meet your master…snuhg… beastmaster.
120
+ - I'm a natural disaster.
121
+ - A death not fit for man or beast.
122
+ bloodseeker:
123
+ quote:
124
+ - The search for blood begins.
125
+ - For the Flayed Twins, I seek blood.
126
+ - Enough hide and seek.
127
+ - Don't be negative...be positive!
128
+ bounty_hunter:
129
+ quote:
130
+ - There's a price on all their heads.
131
+ - No job is too big, no fee is too big.
132
+ - My blades will do the talking.
133
+ - Just business, nothing personal.
134
+ - Was there a bounty on me?
135
+ - It was just business before. Now it's personal.
14
136
  brewmaster:
15
- quote: ["I fight any thing in the house.", "Here's beer in your eye.", "Let's raise a cup before battle!"]
137
+ quote:
138
+ - I fight any thing in the house.
139
+ - Here's beer in your eye.
140
+ - Let's raise a cup before battle!
16
141
  bristleback:
17
- quote: ["Time to mash some faces, I'd say.", "A good bashing, never hurt nobody.", "I'm more than a pretty face."]
142
+ quote:
143
+ - Time to mash some faces, I'd say.
144
+ - A good bashing, never hurt nobody.
145
+ - I'm more than a pretty face.
146
+ broodmother:
147
+ quote:
148
+ - The spider comes.
149
+ - You're not afraid of spiders, are you?
150
+ - I could kill you with five eyes closed.
151
+ - My enemies will pay with their liquified guts.
18
152
  centaur:
19
- quote: ["Long shall my name be remembered.", "I don't always wear a saddlebag, but when I do, I put this one in it.", "Hurts you more than it hurts me."]
153
+ quote:
154
+ - Long shall my name be remembered.
155
+ - I don't always wear a saddlebag, but when I do, I put this one in it.
156
+ - Hurts you more than it hurts me.
157
+ centaur_warrunner:
158
+ quote:
159
+ - Long shall my name be remembered.
160
+ - I don't always wear a saddlebag, but when I do, I put this one in it.
161
+ - Hurts you more than it hurts me.
20
162
  chaos_knight:
21
- quote: ["All that is light shall be cast in darkness.", "Like the heads of my enemies, this one is in the bag.", "We descend into chaos.", "The light shall be blackened, and chaos shall reign.", "Chaos is Fun…damental."]
163
+ quote:
164
+ - All that is light shall be cast in darkness.
165
+ - Like the heads of my enemies, this one is in the bag.
166
+ - We descend into chaos.
167
+ - The light shall be blackened, and chaos shall reign.
168
+ - Chaos is Fun…damental.
169
+ chen:
170
+ quote:
171
+ - The Inquisitor has arrived.
172
+ - The persecution starts now!
173
+ - Only the penitent can be forgiven.
174
+ - God taketh whom he loveth best.
175
+ - In the name of Obelis, I fight again.
176
+ clinkz:
177
+ quote:
178
+ - A light to guide my way. A light to burn my foes.
179
+ - Clink goes my bones.
180
+ - It's time for your cremation.
181
+ - I've already paid my pound of flesh.
182
+ - The furnace of my heart cannot be quenched.
22
183
  clockwerk:
23
- quote: ["I've a mind like a steel trap, and the physique to go with it!", "What time is it? It's killing time.", "A good offense is the best armor. Good armor is also good armor."]
184
+ quote:
185
+ - I've a mind like a steel trap, and the physique to go with it!
186
+ - What time is it? It's killing time.
187
+ - A good offense is the best armor. Good armor is also good armor.
188
+ crystal_maiden:
189
+ quote:
190
+ - Who calls the Crystal Maiden?
191
+ - Behold the scourge of Icewrack!
192
+ - Swift as the wolves of Icewrack...
193
+ - You're dead and that's a cold hard fact.
194
+ - Once burned, ice shy...
195
+ dark_seer:
196
+ quote:
197
+ - From the land behind the wall, I come.
198
+ - Speed is the heart of battle.
199
+ - Face your enemy, face yourself.
200
+ - Your life, much like your head, lacked a point.
201
+ - Death is a wall I have overleapt.
202
+ dark_willow:
203
+ quote:
204
+ - Are you ready to have some fun, ya?
205
+ - No one will forget the name Mireska
206
+ - A little mischief never killed anyone... well, you I guess.
207
+ - Jex... whaddya say we find who did that and rip their eyes out?
208
+ dawnbreaker:
209
+ quote:
210
+ - Darkness fears the break of dawn!
211
+ - I was created to serve, but today I choose this fight.
212
+ - The first stars burned and faded into nothingness. Followed by countless more. I remain. And my hammer swings true.
213
+ - Even at a fraction of my best, I outshine you immeasurably.
214
+ - One must always remember that the sun also rises.
215
+ dazzle:
216
+ quote:
217
+ - Dazzle!
218
+ - Where my shadow falls, there falls my foe.
219
+ - You're under my protection.
220
+ - Resurrection comes easily to a Shadow Priest!
221
+ death_prophet:
222
+ quote:
223
+ - Who dares recall me from the grave?
224
+ - The doors of death open wide.
225
+ - You merely sipped at life. Now drink deep of death.
226
+ - The grave calls me back.
227
+ - Death is such a tease.
228
+ disruptor:
229
+ quote:
230
+ - The Stormcrafter comes!
231
+ - According to the forecast, this one is in the bag!
232
+ - Where you're going, the weather doesn't change.
233
+ - The storm charges my coil again.
24
234
  doom:
25
- quote: ["Face your demons.", "I am the midnight of your soul.", "Speak of me, and I shall appear. Face me and face the furnace!"]
235
+ quote:
236
+ - Face your demons.
237
+ - I am the midnight of your soul.
238
+ - Speak of me, and I shall appear. Face me and face the furnace!
26
239
  dragon_knight:
27
- quote: ["Who calls the Dragon Knight?", "A Knight in dragon's armor.", "Face the knight, face the dragon.", "Live by the sword, die by the dragon.", "Good night, Sven. I mean bad knight. [Talking to Sven]", "Never make a deal with a dragon, unless you're prepared to keep your end of it."]
240
+ quote:
241
+ - Who calls the Dragon Knight?
242
+ - A Knight in dragon's armor.
243
+ - Face the knight, face the dragon.
244
+ - Live by the sword, die by the dragon.
245
+ - Good night, Sven. I mean bad knight. [Talking to Sven]
246
+ - Never make a deal with a dragon, unless you're prepared to keep your end of it.
247
+ drow_ranger:
248
+ quote:
249
+ - My quiver and bow are ready!
250
+ - I thought they warned you not to speak with rangers.
251
+ - Autumn leaves for a deathbed.
252
+ - Faster than an arrow's flight.
28
253
  earth_spirit:
29
- quote: ["Body is flesh, but spirit immortal.", "Knowledge is golden.", "Your flesh is soft. Your Spirit weak."]
254
+ quote:
255
+ - Body is flesh, but spirit immortal.
256
+ - Knowledge is golden.
257
+ - Your flesh is soft. Your Spirit weak.
30
258
  earthshaker:
31
- quote: ["Time to shake things up and see where they settle.", "The earth moves under my feet!", "Tiny, your name is still too big for you. [Talking to Tiny]", "There may be many earths, but there's only one Earthshaker."]
259
+ quote:
260
+ - Time to shake things up and see where they settle.
261
+ - The earth moves under my feet!
262
+ - Tiny, your name is still too big for you. [Talking to Tiny]
263
+ - There may be many earths, but there's only one Earthshaker.
32
264
  elder_titan:
33
- quote: ["The battle is joined, like the pieces of a broken world.", "Strong as a world new-formed.", "What is weak must break.", "I broke the world, did you think I could not break you?"]
265
+ quote:
266
+ - The battle is joined, like the pieces of a broken world.
267
+ - Strong as a world new-formed.
268
+ - What is weak must break.
269
+ - I broke the world, did you think I could not break you?
34
270
  huskar:
35
- quote: ["You must learn to sacrifice.", "The gods grant me life, nor shall I waste it.", "You gave all you could give but it was not enough.", "As my body falls, my spirit rises up like the smoke of offerings, pleasing to the gods."]
271
+ quote:
272
+ - You must learn to sacrifice.
273
+ - The gods grant me life, nor shall I waste it.
274
+ - You gave all you could give but it was not enough.
275
+ - As my body falls, my spirit rises up like the smoke of offerings, pleasing to the gods.
36
276
  io:
37
- quote: ["Really?! If you play DotA, you know IO can't talk. ¬¬'"]
277
+ quote:
278
+ - Really?! If you play DotA, you know IO can't talk. ¬¬'
38
279
  kunkka:
39
- quote: ["An old vessel, but more than seaworthy.", "Tidehunter? More like dead hunter. [Talking to Tidehunter]", "There is no bad weather, only thin armor.", "Damn, I thought this bottle would have rum in it. [Acquiring Bottle]", "That's a lot for an empty bottle. [Acquiring Bottle]", "When I'm done with this, I'll fill it with rum. [Acquiring Bottle]"]
280
+ quote:
281
+ - An old vessel, but more than seaworthy.
282
+ - Tidehunter? More like dead hunter. [Talking to Tidehunter]
283
+ - There is no bad weather, only thin armor.
284
+ - Damn, I thought this bottle would have rum in it. [Acquiring Bottle]
285
+ - That's a lot for an empty bottle. [Acquiring Bottle]
286
+ - When I'm done with this, I'll fill it with rum. [Acquiring Bottle]
40
287
  legion_commander:
41
- quote: ["I've come to put an end to hope.", "You won't win the war by dying for your Ancient. You'll win by making the other dumb, unfed bastard die for theirs!", "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…"]
288
+ quote:
289
+ - I've come to put an end to hope.
290
+ - You won't win the war by dying for your Ancient. You'll win by making the other dumb, unfed bastard die for theirs!
291
+ - 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
292
  lifestealer:
43
- quote: ["Better to die free than to live in chains.", "Wait until I get my claws in you!", "I steal your life…someone else already stole your face. [Talking to Faceless Void]", "Even a thief must sometimes pay the asking price. [buying an item]", "It pains me to purchase what ought to be stolen. [Buying an item]"]
293
+ quote:
294
+ - Better to die free than to live in chains.
295
+ - Wait until I get my claws in you!
296
+ - I steal your life…someone else already stole your face. [Talking to Faceless Void]
297
+ - Even a thief must sometimes pay the asking price. [buying an item]
298
+ - It pains me to purchase what ought to be stolen. [Buying an item]
44
299
  lycan:
45
- quote: ["A wolf in man's clothing.", "Who fears the wolf should fear the forest.", "A peaceful man is but a patient wolf."]
300
+ quote:
301
+ - A wolf in man's clothing.
302
+ - Who fears the wolf should fear the forest.
303
+ - A peaceful man is but a patient wolf.
46
304
  magnus:
47
- quote: ["Under my hoof you will find your fate.", "My horn is sharp, my pike is sharper still.", "Compared to my horn, all precious items are cheap."]
305
+ quote:
306
+ - Under my hoof you will find your fate.
307
+ - My horn is sharp, my pike is sharper still.
308
+ - Compared to my horn, all precious items are cheap.
48
309
  meepo:
49
- quote: ["Got dirt between my toes.", "One paw in front of the other!", "What's up Meepo?", "Have shovel, will bury. You.", "They should call you Ain't-Mage.", "You punched out all of my blood!", "Try that again, tough guy!"]
310
+ quote:
311
+ - Got dirt between my toes.
312
+ - One paw in front of the other!
313
+ - What's up Meepo?
314
+ - Have shovel, will bury. You.
315
+ - They should call you Ain't-Mage.
316
+ - You punched out all of my blood!
317
+ - Try that again, tough guy!
50
318
  night_stalker:
51
- quote: ["Day walker, night stalker.", "Devil by day, demon by night.", "Flesh sustains, gold remains.", "I feed the darkness and the darkness feeds me."]
319
+ quote:
320
+ - Day walker, night stalker.
321
+ - Devil by day, demon by night.
322
+ - Flesh sustains, gold remains.
323
+ - I feed the darkness and the darkness feeds me.
52
324
  omniknight:
53
- quote: ["Fear not my friends, our guardian is here.", "Knowledge is peace.", "Let this be the last crusade. Let me find peace."]
325
+ quote:
326
+ - Fear not my friends, our guardian is here.
327
+ - Knowledge is peace.
328
+ - Let this be the last crusade. Let me find peace.
54
329
  phoenix:
55
- quote: ["Really?! If you play DotA, you know Phoenix can't talk. ¬¬'"]
330
+ quote:
331
+ - Really?! If you play DotA, you know Phoenix can't talk. ¬¬'
56
332
  pudge:
57
- quote: ["They call me the Butcher.", "Look who's coming for dinner!", "Come to Pudge!", "Get over here!", "I'm gonna need bigger pants.", "You'll look good with an apple in yer mouth!", "You can't chop a chopper!", "Sweetbreads ain't sweet and they ain't bread…and they need a butcher, not a baker.", "Only trouble with carrion…an hour after eating you're hungry again!"]
333
+ quote:
334
+ - They call me the Butcher.
335
+ - Look who's coming for dinner!
336
+ - Come to Pudge!
337
+ - Get over here!
338
+ - I'm gonna need bigger pants.
339
+ - You'll look good with an apple in yer mouth!
340
+ - You can't chop a chopper!
341
+ - Sweetbreads ain't sweet and they ain't bread…and they need a butcher, not a baker.
342
+ - Only trouble with carrion…an hour after eating you're hungry again!
58
343
  sand_king:
59
- quote: ["King of the Desert.", "All we are is sand in the wind…", "True horror is a verdant garden…", "Where some see an oasis, I see only mud."]
344
+ quote:
345
+ - King of the Desert.
346
+ - All we are is sand in the wind…
347
+ - True horror is a verdant garden…
348
+ - Where some see an oasis, I see only mud.
60
349
  slardar:
61
- quote: ["Guardian of the deeps.", "The riches of the darkest sea abysses are mine to protect.", "Too bright up here and far too light. I long for the pressures of the deep, and the subtle luminosities of the sunken world."]
350
+ quote:
351
+ - Guardian of the deeps.
352
+ - The riches of the darkest sea abysses are mine to protect.
353
+ - 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
354
  spirit_breaker:
63
- quote: ["The peace is broken!", "I'll break their spirits and their backs.", "Attack is the best defense.", "You'll be dead before you know it."]
355
+ quote:
356
+ - The peace is broken!
357
+ - I'll break their spirits and their backs.
358
+ - Attack is the best defense.
359
+ - You'll be dead before you know it.
64
360
  sven:
65
- quote: ["Rogue Knight at your service!", "One man…in a world of foes…", "It's Rogue Knight, dammit! It's not rouge knight", "I will crush my foe as I crushed the Vigil Knights."]
361
+ quote:
362
+ - Rogue Knight at your service!
363
+ - One man…in a world of foes…
364
+ - It's Rogue Knight, dammit! It's not rouge knight
365
+ - I will crush my foe as I crushed the Vigil Knights.
66
366
  tidehunter:
67
- quote: ["Time and Tidehunter wait for no man.", "Time to make waves.", "I'm hungry enough to eat a plankton.", "I could eat a sea cucumber.", "I'm so hungry I could eat a mackerel.", "I'm hungry enough to eat a manta ray.", "I'm stuffed! [Level 25]", "Who needs a big brain when you've got teeth like mine?"]
367
+ quote:
368
+ - Time and Tidehunter wait for no man.
369
+ - Time to make waves.
370
+ - I'm hungry enough to eat a plankton.
371
+ - I could eat a sea cucumber.
372
+ - I'm so hungry I could eat a mackerel.
373
+ - I'm hungry enough to eat a manta ray.
374
+ - I'm stuffed! [Level 25]
375
+ - Who needs a big brain when you've got teeth like mine?
68
376
  timbersaw:
69
- quote: ["I'm Rizzrack. Don't touch me!", "I cut things. It's what I do. What else would I do?", "Trees? What do you mean there's trees out there?", "Nobody takes me seriously.", "This one is in the bag. And that one is too. And that one! They are all in the bag.",
70
- "Cut cut cutcutcutcutcutcutcutcutcutcutcutcutcutcut!", "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!"]
377
+ quote:
378
+ - I'm Rizzrack. Don't touch me!
379
+ - I cut things. It's what I do. What else would I do?
380
+ - Trees? What do you mean there's trees out there?
381
+ - Nobody takes me seriously.
382
+ - This one is in the bag. And that one is too. And that one! They are all in the bag.
383
+ - Cut cut cutcutcutcutcutcutcutcutcutcutcutcutcutcut!
384
+ - 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
385
  tiny:
72
- quote: ["Sticks and stones will break their bones!", "The road ahead looks rocky, but that's all right with me.", "Why do they call it the Mineral Kingdom? We don't even have a king."]
386
+ quote:
387
+ - Sticks and stones will break their bones!
388
+ - The road ahead looks rocky, but that's all right with me.
389
+ - Why do they call it the Mineral Kingdom? We don't even have a king.
73
390
  treant_protector:
74
- quote: ["Thoughts cross my mind as the sun crosses the sky.", "Trees can be ferocious if provoked.", "Nature is not always kind.", "I would like nothing more than to plant myself in the sunshine, next to a cool stream."]
391
+ quote:
392
+ - Thoughts cross my mind as the sun crosses the sky.
393
+ - Trees can be ferocious if provoked.
394
+ - Nature is not always kind.
395
+ - I would like nothing more than to plant myself in the sunshine, next to a cool stream.
75
396
  tusk:
76
- quote: ["They call me the Terror from the Barrier. They call me the Snowball from Cobalt. But you may call me Tusk!", "Who's ready for a fight? The first hit is free! Anyone?", "It's a great day to do some squat thrusts and lift a barrel of fish, is it not?"]
397
+ quote:
398
+ - They call me the Terror from the Barrier. They call me the Snowball from Cobalt. But you may call me Tusk!
399
+ - Who's ready for a fight? The first hit is free! Anyone?
400
+ - It's a great day to do some squat thrusts and lift a barrel of fish, is it not?
77
401
  underlord:
78
- quote: ["I rule the Abyssal Horde.", "Fear is my dominion.", "The Abyss knows no mercy. It knows no light. It knows only fear and despair.", "Nothing can stop us. Nothing can slow our march. And when we have arrived, all will burn."]
402
+ quote:
403
+ - I rule the Abyssal Horde.
404
+ - Fear is my dominion.
405
+ - The Abyss knows no mercy. It knows no light. It knows only fear and despair.
406
+ - Nothing can stop us. Nothing can slow our march. And when we have arrived, all will burn.
79
407
  undying:
80
- quote: ["I bring the song of death.", "I need… gummy vitamins.", "I need to work out more, but… my arm keeps snapping off."]
408
+ quote:
409
+ - I bring the song of death.
410
+ - I need… gummy vitamins.
411
+ - I need to work out more, but… my arm keeps snapping off.
81
412
  wraith_king:
82
- quote: ["King am I of all the wraiths.", "Submit to the Wraith King's rule!", "Purer than flesh, stronger than bone, imperishable is the essence of the wraith.", "I miss my bones.", "Where once was bone, wraith flesh as far as the eye can see."]
83
- item: ["Animal Courier", "Clarity", "Town Portal Scroll", "Faerie Fire", "Observer Ward", "Smoke of Deceit", "Tango", "Enchanted Mango", "Sentry Ward", "Healing Salve", "Tome of Knowledge",
84
- "Dust of Appearance", "Bottle", "Iron Branch", "Gauntlets of Strength", "Mantle of Intelligence", "Slippers of Agility", "Circlet", "Band of Elvenskin", "Belt of Strength", "Robe of the Magi",
85
- "Blade of Alacrity", "Ogre Axe", "Staff of Wizardry", "Ring of Protection", "Quelling Blade", "Stout Shield", "Infused Raindrop", "Orb of Venom", "Blight Stone", "Blades of Attack", "Chainmail",
86
- "Quarterstaff", "Helm of Iron Will", "Javelin", "Broadsword", "Claymore", "Mithril Hammer", "Magic Stick", "Wind Lace", "Ring of Regen", "Sage's Mask", "Boots of Speed", "Gloves of Haste", "Cloak",
87
- "Ring of Health", "Void Stone", "Gem of True Sight", "Morbid Mask", "Shadow Amulet", "Ghost Scepter", "Blink Dagger", "Energy Booster", "Vitality Booster", "Point Booster", "Platemail", "Talisman of Evasion",
88
- "Hyperstone", "Ultimate Orb", "Demon Edge", "Mystic Staff", "Reaver", "Eaglesong", "Sacred Relic", "Magic Wand", "Bracer", "Null Talisman", "Wraith Band", "Soul Ring", "Phase Boots", "Power Treads", "Oblivion Staff",
89
- "Perseverance", "Hand of Midas", "Boots of Travel", "Moon Shard", "Ring of Basilius", "Headdress", "Buckler", "Urn of Shadows", "Tranquil Boots", "Ring of Aquila", "Medallion of Courage", "Arcane Boots", "Drum of Endurance",
90
- "Vladmir's Offering", "Mekansm", "Spirit Vessel", "Pipe of Insight", "Guardian Greaves", "Glimmer Cape", "Force Staff", "Veil of Discord", "Aether Lens", "Necronomicon", "Solar Crest", "Dagon", "Eul's Scepter of Divinity",
91
- "Rod of Atos", "Orchid Malevolence", "Aghanim's Scepter", "Nullifier", "Refresher Orb", "Scythe of Vyse", "Octarine Core", "Hood of Defiance", "Vanguard", "Blade Mail", "Soul Booster", "Aeon Disk", "Crimson Guard", "Black King Bar",
92
- "Lotus Orb", "Hurricane Pike", "Shiva's Guard", "Bloodstone", "Manta Style", "Linken's Sphere", "Heart of Tarrasque", "Assault Cuirass", "Crystalys", "Armlet of Mordiggian", "Meteor Hammer", "Shadow Blade", "Skull Basher", "Battle Fury",
93
- "Monkey King Bar", "Ethereal Blade", "Radiance", "Daedalus", "Butterfly", "Silver Edge", "Divine Rapier", "Abyssal Blade", "Bloodthorn", "Dragon Lance", "Kaya", "Sange", "Yasha", "Mask of Madness", "Helm of the Dominator", "Echo Sabre",
94
- "Maelstrom", "Diffusal Blade", "Heaven's Halberd", "Desolator", "Sange and Yasha", "Eye of Skadi", "Satanic", "Mjollnir", "Aegis of the Immortal", "Cheese", "Refresher Shard"]
95
- team: ["Evil Geniuses", "OG", "Natus Vincere", "Team Liquid", "Fnatic", "Team Secret", "Alliance", "OpTic Gaming", "Iceberg Esports", "Mineski.亿鼎博", "PENTA Sports", "Team. Spirit", "LGD-GAMING",
96
- "M19", "WarriorsGaming.Unity", "Newbee", "Virtus.pro", "VGJ.Storm", "Immortals", "LGD.Forever Young", "Vici Gaming", "Kingdra", "TNC Pro Team", "compLexity Gaming", "Invictus Gaming",
97
- "Double Dimension", "Gambit Esports", "Team HighGround", "Vega Squadron", "EHOME", "5 Anchors No Captain", "Forsaken", "Entity Gaming", "The Final Tribe", "Eclipse", "VGJ Thunder", "Team Empire",
98
- "EHOME.immortal", "Natural 9", "Sun Gaming", "Ten Twenty", "iG.Vitality", "mousesports", "Spartak Esports", "Effect", "Fire Dragoon", "TEAM MAX", "SG e-sports team", "paiN Gaming", "Rock.Y"]
99
- player: ["Alliance.AdmiralBulldog", "Dendi", "s4", "rtz YB`a", "Loda", "Miracle-", "Aui_2000", "Puppey", "Wagamama", "SumaiL", "BigDaddyN0tail", "Fear", "EternaLEnVy", "Ferrari_430", "w33", "syndereN",
100
- "Universe", "KuroKy", "zai", "Peterpandam", "BurNIng", "冰冰冰", "Funn1k", "Meracle-", "IllidanSTR SF46", "JerAx", "1437", "ChuaN", "Pajkatt", "qojqva", "BSJ", "SoNNeikO", "fy", "Cr1t-", "xiao8",
101
- "Mushi", "artstyle", "Fata", "bOne7", "Resolut1on", "DeMoN", "QO", "FoREv", "ZSMJ", "Trixi", "Fng", "ddz`", "Agressif", "ixmike88", "Fly", "ana", "BuLba", "Mag", "pieliedie", "kpii", "SmAsH",
102
- "VANSKOR", "Fenrir", "Solo", "Somnus丶M", "MATUMBAMAN", "Scandal", "Abed", "ALWAYSWANNAFLY", "FLUFFNSTUFF", "Ar1se.", "Lil", "kid", "Moo", "Gh", "MoonS", "Super!", "NighTmAre", "MISERY", "Slayer",
103
- "Era", "Sccc", "Yao", "No[o]ne-", "Hao", "Sneyking", "RAMZES666", "LaNm", "thereayou", "canceL^^", "Ohaiyo", "ComeWithMe", "MidOne", "Sylar", "MinD_ContRoL", "monkeys-forever", "kaka", "Silent",
104
- "Faith", "火", "G", "YapzOr", "Febby?", "丶MINI幂", "DC.MSS", "Jeyo", "MP", "Ditya Ra", "Yawar", "GeneRaL", "633", "balla", "マテリス", "9pasha", "yol", "Nofear", "Limmp", "Sedoy", "DkPhobos",
105
- "Paparazi灬", "★Ice ice☆", "xfreedom", "Chessie", "AME", "Jenkins", "JoHnNy", "shadow"]
413
+ quote:
414
+ - King am I of all the wraiths.
415
+ - Submit to the Wraith King's rule!
416
+ - Purer than flesh, stronger than bone, imperishable is the essence of the wraith.
417
+ - I miss my bones.
418
+ - Where once was bone, wraith flesh as far as the eye can see.
419
+ item:
420
+ - Animal Courier
421
+ - Clarity
422
+ - Town Portal Scroll
423
+ - Faerie Fire
424
+ - Observer Ward
425
+ - Smoke of Deceit
426
+ - Tango
427
+ - Enchanted Mango
428
+ - Sentry Ward
429
+ - Healing Salve
430
+ - Tome of Knowledge
431
+ - Dust of Appearance
432
+ - Bottle
433
+ - Iron Branch
434
+ - Gauntlets of Strength
435
+ - Mantle of Intelligence
436
+ - Slippers of Agility
437
+ - Circlet
438
+ - Band of Elvenskin
439
+ - Belt of Strength
440
+ - Robe of the Magi
441
+ - Blade of Alacrity
442
+ - Ogre Axe
443
+ - Staff of Wizardry
444
+ - Ring of Protection
445
+ - Quelling Blade
446
+ - Stout Shield
447
+ - Infused Raindrop
448
+ - Orb of Venom
449
+ - Blight Stone
450
+ - Blades of Attack
451
+ - Chainmail
452
+ - Quarterstaff
453
+ - Helm of Iron Will
454
+ - Javelin
455
+ - Broadsword
456
+ - Claymore
457
+ - Mithril Hammer
458
+ - Magic Stick
459
+ - Wind Lace
460
+ - Ring of Regen
461
+ - Sage's Mask
462
+ - Boots of Speed
463
+ - Gloves of Haste
464
+ - Cloak
465
+ - Ring of Health
466
+ - Void Stone
467
+ - Gem of True Sight
468
+ - Morbid Mask
469
+ - Shadow Amulet
470
+ - Ghost Scepter
471
+ - Blink Dagger
472
+ - Energy Booster
473
+ - Vitality Booster
474
+ - Point Booster
475
+ - Platemail
476
+ - Talisman of Evasion
477
+ - Hyperstone
478
+ - Ultimate Orb
479
+ - Demon Edge
480
+ - Mystic Staff
481
+ - Reaver
482
+ - Eaglesong
483
+ - Sacred Relic
484
+ - Magic Wand
485
+ - Bracer
486
+ - Null Talisman
487
+ - Wraith Band
488
+ - Soul Ring
489
+ - Phase Boots
490
+ - Power Treads
491
+ - Oblivion Staff
492
+ - Perseverance
493
+ - Hand of Midas
494
+ - Boots of Travel
495
+ - Moon Shard
496
+ - Ring of Basilius
497
+ - Headdress
498
+ - Buckler
499
+ - Urn of Shadows
500
+ - Tranquil Boots
501
+ - Ring of Aquila
502
+ - Medallion of Courage
503
+ - Arcane Boots
504
+ - Drum of Endurance
505
+ - Vladmir's Offering
506
+ - Mekansm
507
+ - Spirit Vessel
508
+ - Pipe of Insight
509
+ - Guardian Greaves
510
+ - Glimmer Cape
511
+ - Force Staff
512
+ - Veil of Discord
513
+ - Aether Lens
514
+ - Necronomicon
515
+ - Solar Crest
516
+ - Dagon
517
+ - Eul's Scepter of Divinity
518
+ - Rod of Atos
519
+ - Orchid Malevolence
520
+ - Aghanim's Scepter
521
+ - Nullifier
522
+ - Refresher Orb
523
+ - Scythe of Vyse
524
+ - Octarine Core
525
+ - Hood of Defiance
526
+ - Vanguard
527
+ - Blade Mail
528
+ - Soul Booster
529
+ - Aeon Disk
530
+ - Crimson Guard
531
+ - Black King Bar
532
+ - Lotus Orb
533
+ - Hurricane Pike
534
+ - Shiva's Guard
535
+ - Bloodstone
536
+ - Manta Style
537
+ - Linken's Sphere
538
+ - Heart of Tarrasque
539
+ - Assault Cuirass
540
+ - Crystalys
541
+ - Armlet of Mordiggian
542
+ - Meteor Hammer
543
+ - Shadow Blade
544
+ - Skull Basher
545
+ - Battle Fury
546
+ - Monkey King Bar
547
+ - Ethereal Blade
548
+ - Radiance
549
+ - Daedalus
550
+ - Butterfly
551
+ - Silver Edge
552
+ - Divine Rapier
553
+ - Abyssal Blade
554
+ - Bloodthorn
555
+ - Dragon Lance
556
+ - Kaya
557
+ - Sange
558
+ - Yasha
559
+ - Mask of Madness
560
+ - Helm of the Dominator
561
+ - Echo Sabre
562
+ - Maelstrom
563
+ - Diffusal Blade
564
+ - Heaven's Halberd
565
+ - Desolator
566
+ - Sange and Yasha
567
+ - Eye of Skadi
568
+ - Satanic
569
+ - Mjollnir
570
+ - Aegis of the Immortal
571
+ - Cheese
572
+ - Refresher Shard
573
+ team:
574
+ - Evil Geniuses
575
+ - OG
576
+ - Natus Vincere
577
+ - Team Liquid
578
+ - Fnatic
579
+ - Team Secret
580
+ - Alliance
581
+ - OpTic Gaming
582
+ - Iceberg Esports
583
+ - Mineski.亿鼎博
584
+ - PENTA Sports
585
+ - Team. Spirit
586
+ - LGD-GAMING
587
+ - M19
588
+ - WarriorsGaming.Unity
589
+ - Newbee
590
+ - Virtus.pro
591
+ - VGJ.Storm
592
+ - Immortals
593
+ - LGD.Forever Young
594
+ - Vici Gaming
595
+ - Kingdra
596
+ - TNC Pro Team
597
+ - compLexity Gaming
598
+ - Invictus Gaming
599
+ - Double Dimension
600
+ - Gambit Esports
601
+ - Team HighGround
602
+ - Vega Squadron
603
+ - EHOME
604
+ - 5 Anchors No Captain
605
+ - Forsaken
606
+ - Entity Gaming
607
+ - The Final Tribe
608
+ - Eclipse
609
+ - VGJ Thunder
610
+ - Team Empire
611
+ - EHOME.immortal
612
+ - Natural 9
613
+ - Sun Gaming
614
+ - Ten Twenty
615
+ - iG.Vitality
616
+ - mousesports
617
+ - Spartak Esports
618
+ - Effect
619
+ - Fire Dragoon
620
+ - TEAM MAX
621
+ - SG e-sports team
622
+ - paiN Gaming
623
+ - Rock.Y
624
+ player:
625
+ - Alliance.AdmiralBulldog
626
+ - Dendi
627
+ - s4
628
+ - rtz YB`a
629
+ - Loda
630
+ - Miracle-
631
+ - Aui_2000
632
+ - Puppey
633
+ - Wagamama
634
+ - SumaiL
635
+ - BigDaddyN0tail
636
+ - Fear
637
+ - EternaLEnVy
638
+ - Ferrari_430
639
+ - w33
640
+ - syndereN
641
+ - Universe
642
+ - KuroKy
643
+ - zai
644
+ - Peterpandam
645
+ - BurNIng
646
+ - 冰冰冰
647
+ - Funn1k
648
+ - Meracle-
649
+ - IllidanSTR SF46
650
+ - JerAx
651
+ - '1437'
652
+ - ChuaN
653
+ - Pajkatt
654
+ - qojqva
655
+ - BSJ
656
+ - SoNNeikO
657
+ - fy
658
+ - Cr1t-
659
+ - xiao8
660
+ - Mushi
661
+ - artstyle
662
+ - Fata
663
+ - bOne7
664
+ - Resolut1on
665
+ - DeMoN
666
+ - QO
667
+ - FoREv
668
+ - ZSMJ
669
+ - Trixi
670
+ - Fng
671
+ - ddz`
672
+ - Agressif
673
+ - ixmike88
674
+ - Fly
675
+ - ana
676
+ - BuLba
677
+ - Mag
678
+ - pieliedie
679
+ - kpii
680
+ - SmAsH
681
+ - VANSKOR
682
+ - Fenrir
683
+ - Solo
684
+ - Somnus丶M
685
+ - MATUMBAMAN
686
+ - Scandal
687
+ - Abed
688
+ - ALWAYSWANNAFLY
689
+ - FLUFFNSTUFF
690
+ - Ar1se.
691
+ - Lil
692
+ - kid
693
+ - Moo
694
+ - Gh
695
+ - MoonS
696
+ - Super!
697
+ - NighTmAre
698
+ - MISERY
699
+ - Slayer
700
+ - Era
701
+ - Sccc
702
+ - Yao
703
+ - No[o]ne-
704
+ - Hao
705
+ - Sneyking
706
+ - RAMZES666
707
+ - LaNm
708
+ - thereayou
709
+ - canceL^^
710
+ - Ohaiyo
711
+ - ComeWithMe
712
+ - MidOne
713
+ - Sylar
714
+ - MinD_ContRoL
715
+ - monkeys-forever
716
+ - kaka
717
+ - Silent
718
+ - Faith
719
+ - 火
720
+ - G
721
+ - YapzOr
722
+ - Febby?
723
+ - 丶MINI幂
724
+ - DC.MSS
725
+ - Jeyo
726
+ - MP
727
+ - Ditya Ra
728
+ - Yawar
729
+ - GeneRaL
730
+ - '633'
731
+ - balla
732
+ - マテリス
733
+ - 9pasha
734
+ - yol
735
+ - Nofear
736
+ - Limmp
737
+ - Sedoy
738
+ - DkPhobos
739
+ - Paparazi灬
740
+ - "★Ice ice☆"
741
+ - xfreedom
742
+ - Chessie
743
+ - AME
744
+ - Jenkins
745
+ - JoHnNy
746
+ - shadow