faker 2.11.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (380) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +810 -19
  3. data/History.md +5 -5
  4. data/README.md +232 -105
  5. data/lib/faker/blockchain/aeternity.rb +5 -5
  6. data/lib/faker/blockchain/bitcoin.rb +2 -2
  7. data/lib/faker/blockchain/ethereum.rb +1 -1
  8. data/lib/faker/blockchain/tezos.rb +31 -3
  9. data/lib/faker/books/dune.rb +17 -12
  10. data/lib/faker/books/lovecraft.rb +14 -41
  11. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  12. data/lib/faker/creature/bird.rb +203 -0
  13. data/lib/faker/default/address.rb +40 -30
  14. data/lib/faker/default/adjective.rb +35 -0
  15. data/lib/faker/default/alphanumeric.rb +2 -8
  16. data/lib/faker/default/app.rb +1 -10
  17. data/lib/faker/default/avatar.rb +1 -12
  18. data/lib/faker/default/bank.rb +104 -19
  19. data/lib/faker/default/barcode.rb +165 -0
  20. data/lib/faker/default/beer.rb +3 -3
  21. data/lib/faker/default/blood.rb +48 -0
  22. data/lib/faker/default/boolean.rb +1 -4
  23. data/lib/faker/default/business.rb +1 -1
  24. data/lib/faker/default/camera.rb +46 -0
  25. data/lib/faker/default/cannabis.rb +10 -0
  26. data/lib/faker/default/chile_rut.rb +54 -16
  27. data/lib/faker/default/chuck_norris.rb +1 -0
  28. data/lib/faker/default/code.rb +106 -38
  29. data/lib/faker/default/color.rb +77 -6
  30. data/lib/faker/default/commerce.rb +105 -28
  31. data/lib/faker/default/company.rb +116 -28
  32. data/lib/faker/default/compass.rb +135 -0
  33. data/lib/faker/default/computer.rb +63 -0
  34. data/lib/faker/default/construction.rb +54 -0
  35. data/lib/faker/default/cosmere.rb +90 -0
  36. data/lib/faker/default/crypto.rb +17 -4
  37. data/lib/faker/default/crypto_coin.rb +48 -15
  38. data/lib/faker/default/date.rb +21 -50
  39. data/lib/faker/default/demographic.rb +1 -5
  40. data/lib/faker/default/driving_licence.rb +66 -10
  41. data/lib/faker/default/drone.rb +332 -0
  42. data/lib/faker/default/educator.rb +13 -0
  43. data/lib/faker/default/emotion.rb +33 -0
  44. data/lib/faker/default/file.rb +53 -21
  45. data/lib/faker/default/finance.rb +75 -7
  46. data/lib/faker/default/food.rb +28 -2
  47. data/lib/faker/default/gender.rb +1 -1
  48. data/lib/faker/default/hipster.rb +106 -48
  49. data/lib/faker/default/hobby.rb +22 -0
  50. data/lib/faker/default/id_number.rb +230 -13
  51. data/lib/faker/default/internet.rb +390 -108
  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 +61 -23
  55. data/lib/faker/default/lorem.rb +171 -72
  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 +21 -6
  65. data/lib/faker/default/number.rb +38 -68
  66. data/lib/faker/default/omniauth.rb +111 -53
  67. data/lib/faker/default/phone_number.rb +89 -10
  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 +90 -0
  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/time.rb +4 -34
  80. data/lib/faker/default/twitter.rb +42 -23
  81. data/lib/faker/default/types.rb +88 -29
  82. data/lib/faker/default/university.rb +45 -0
  83. data/lib/faker/default/vehicle.rb +212 -54
  84. data/lib/faker/default/verb.rb +45 -0
  85. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  86. data/lib/faker/default/world_cup.rb +6 -15
  87. data/lib/faker/fantasy/tolkien.rb +67 -0
  88. data/lib/faker/games/clash_of_clans.rb +48 -0
  89. data/lib/faker/games/control.rb +113 -0
  90. data/lib/faker/games/dnd.rb +178 -0
  91. data/lib/faker/games/dota.rb +14 -5
  92. data/lib/faker/games/elder_scrolls.rb +26 -0
  93. data/lib/faker/games/heroes.rb +13 -0
  94. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  95. data/lib/faker/games/minecraft.rb +113 -0
  96. data/lib/faker/games/myst.rb +1 -1
  97. data/lib/faker/games/street_fighter.rb +61 -0
  98. data/lib/faker/games/super_mario.rb +48 -0
  99. data/lib/faker/games/tarkov.rb +205 -0
  100. data/lib/faker/games/touhou.rb +75 -0
  101. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  102. data/lib/faker/games/witcher.rb +39 -0
  103. data/lib/faker/games/world_of_warcraft.rb +26 -1
  104. data/lib/faker/japanese_media/conan.rb +48 -0
  105. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  106. data/lib/faker/japanese_media/doraemon.rb +48 -0
  107. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  108. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  109. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  110. data/lib/faker/japanese_media/naruto.rb +61 -0
  111. data/lib/faker/japanese_media/one_piece.rb +1 -1
  112. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  113. data/lib/faker/locations/australia.rb +47 -0
  114. data/lib/faker/movies/avatar.rb +49 -0
  115. data/lib/faker/movies/departed.rb +49 -0
  116. data/lib/faker/movies/hackers.rb +48 -0
  117. data/lib/faker/movies/hobbit.rb +4 -4
  118. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  119. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  120. data/lib/faker/movies/movie.rb +13 -0
  121. data/lib/faker/movies/room.rb +63 -0
  122. data/lib/faker/movies/star_wars.rb +75 -7
  123. data/lib/faker/movies/tron.rb +161 -0
  124. data/lib/faker/music/hiphop.rb +48 -0
  125. data/lib/faker/music/music.rb +12 -0
  126. data/lib/faker/music/opera.rb +237 -1
  127. data/lib/faker/music/pearl_jam.rb +50 -0
  128. data/lib/faker/music/phish.rb +27 -1
  129. data/lib/faker/music/prince.rb +64 -0
  130. data/lib/faker/music/rock_band.rb +12 -0
  131. data/lib/faker/music/rush.rb +37 -0
  132. data/lib/faker/music/show.rb +49 -0
  133. data/lib/faker/quotes/quote.rb +93 -1
  134. data/lib/faker/quotes/rajnikanth.rb +1 -0
  135. data/lib/faker/quotes/shakespeare.rb +70 -0
  136. data/lib/faker/religion/bible.rb +50 -0
  137. data/lib/faker/sports/chess.rb +90 -0
  138. data/lib/faker/sports/mountaineering.rb +22 -0
  139. data/lib/faker/sports/sport.rb +116 -0
  140. data/lib/faker/sports/volleyball.rb +74 -0
  141. data/lib/faker/travel/airport.rb +43 -0
  142. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  143. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  144. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  145. data/lib/faker/tv_shows/buffy.rb +17 -4
  146. data/lib/faker/tv_shows/dr_who.rb +1 -1
  147. data/lib/faker/tv_shows/final_space.rb +51 -0
  148. data/lib/faker/tv_shows/futurama.rb +65 -0
  149. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  150. data/lib/faker/tv_shows/simpsons.rb +14 -0
  151. data/lib/faker/tv_shows/spongebob.rb +50 -0
  152. data/lib/faker/tv_shows/suits.rb +37 -0
  153. data/lib/faker/tv_shows/supernatural.rb +48 -0
  154. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  155. data/lib/faker/tv_shows/the_office.rb +37 -0
  156. data/lib/faker/version.rb +2 -2
  157. data/lib/faker.rb +40 -84
  158. data/lib/helpers/base58.rb +1 -1
  159. data/lib/helpers/char.rb +22 -27
  160. data/lib/helpers/unique_generator.rb +13 -13
  161. data/lib/locales/ar.yml +6 -1
  162. data/lib/locales/bg.yml +1 -1
  163. data/lib/locales/da-DK.yml +1 -1
  164. data/lib/locales/de-AT.yml +7 -6
  165. data/lib/locales/de-CH.yml +1697 -2
  166. data/lib/locales/de.yml +12 -6
  167. data/lib/locales/en/address.yml +4 -3
  168. data/lib/locales/en/adjective.yml +179 -0
  169. data/lib/locales/en/airport.yml +381 -0
  170. data/lib/locales/en/animal.yml +1 -1
  171. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  172. data/lib/locales/en/australia.yml +107 -0
  173. data/lib/locales/en/avatar.yml +31 -0
  174. data/lib/locales/en/bank.yml +1 -1
  175. data/lib/locales/en/barcode.yml +24 -0
  176. data/lib/locales/en/bible.yml +90 -0
  177. data/lib/locales/en/big_bang_theory.yml +38 -0
  178. data/lib/locales/en/bird.yml +1281 -0
  179. data/lib/locales/en/blood.yml +13 -0
  180. data/lib/locales/en/book.yml +487 -3
  181. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  182. data/lib/locales/en/buffy.yml +1 -1
  183. data/lib/locales/en/camera.yml +611 -0
  184. data/lib/locales/en/cat.yml +1 -1
  185. data/lib/locales/en/chess.yml +103 -0
  186. data/lib/locales/en/clash_of_clan.yml +101 -0
  187. data/lib/locales/en/coffee.yml +1 -1
  188. data/lib/locales/en/commerce.yml +17 -0
  189. data/lib/locales/en/community.yml +17 -17
  190. data/lib/locales/en/company.yml +3 -2
  191. data/lib/locales/en/computer.yml +55 -0
  192. data/lib/locales/en/conan.yml +171 -0
  193. data/lib/locales/en/control.yml +247 -0
  194. data/lib/locales/en/cowboy_bebop.yml +163 -0
  195. data/lib/locales/en/demographic.yml +218 -5
  196. data/lib/locales/en/departed.yml +50 -0
  197. data/lib/locales/en/device.yml +112 -4
  198. data/lib/locales/en/dnd.yml +636 -0
  199. data/lib/locales/en/doraemon.yml +286 -0
  200. data/lib/locales/en/dota.yml +651 -63
  201. data/lib/locales/en/dragon_ball.yml +243 -1
  202. data/lib/locales/en/driving_license.yml +181 -0
  203. data/lib/locales/en/drone.yml +95 -0
  204. data/lib/locales/en/dune.yml +270 -131
  205. data/lib/locales/en/educator.yml +6 -0
  206. data/lib/locales/en/elder_scrolls.yml +583 -9
  207. data/lib/locales/en/emotion.yml +480 -0
  208. data/lib/locales/en/fallout.yml +311 -133
  209. data/lib/locales/en/file.yml +9 -1
  210. data/lib/locales/en/final_space.yml +37 -0
  211. data/lib/locales/en/finance.yml +77 -1
  212. data/lib/locales/en/fma_brotherhood.yml +78 -0
  213. data/lib/locales/en/food.yml +1066 -10
  214. data/lib/locales/en/football.yml +3 -3
  215. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  216. data/lib/locales/en/futurama.yml +344 -0
  217. data/lib/locales/en/game.yml +11 -0
  218. data/lib/locales/en/hackers.yml +53 -0
  219. data/lib/locales/en/half_life.yml +84 -3
  220. data/lib/locales/en/heroes.yml +408 -3
  221. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  222. data/lib/locales/en/hobby.yml +171 -0
  223. data/lib/locales/en/horse.yml +2 -2
  224. data/lib/locales/en/house.yml +1 -1
  225. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  226. data/lib/locales/en/internet.yml +140 -3
  227. data/lib/locales/en/jack_handey.yml +54 -0
  228. data/lib/locales/en/kamen_rider.yml +452 -0
  229. data/lib/locales/en/kpop.yml +7 -7
  230. data/lib/locales/en/league_of_legends.yml +285 -6
  231. data/lib/locales/en/lebowski.yml +1 -1
  232. data/lib/locales/en/lovecraft.yml +76 -6
  233. data/lib/locales/en/military.yml +179 -5
  234. data/lib/locales/en/minecraft.yml +663 -0
  235. data/lib/locales/en/mitch_hedberg.yml +46 -0
  236. data/lib/locales/en/mountain.yml +171 -0
  237. data/lib/locales/en/mountaineering.yml +14 -0
  238. data/lib/locales/en/movie.yml +194 -2
  239. data/lib/locales/en/music.yml +461 -29
  240. data/lib/locales/en/myst.yml +87 -31
  241. data/lib/locales/en/name.yml +5 -4
  242. data/lib/locales/en/naruto.yml +230 -0
  243. data/lib/locales/en/one_piece.yml +2 -2
  244. data/lib/locales/en/opera.yml +169 -1
  245. data/lib/locales/en/overwatch.yml +2648 -2622
  246. data/lib/locales/en/pearl_jam.yml +213 -0
  247. data/lib/locales/en/phish.yml +392 -1
  248. data/lib/locales/en/pokemon.yml +417 -4
  249. data/lib/locales/en/prince.yml +227 -0
  250. data/lib/locales/en/quote.yml +692 -163
  251. data/lib/locales/en/rock_band.yml +1 -0
  252. data/lib/locales/en/room.yml +68 -0
  253. data/lib/locales/en/rush.yml +32 -0
  254. data/lib/locales/en/science.yml +481 -3
  255. data/lib/locales/en/shakespeare.yml +21 -24
  256. data/lib/locales/en/show.yml +597 -0
  257. data/lib/locales/en/simpsons.yml +668 -0
  258. data/lib/locales/en/source.yml +35 -0
  259. data/lib/locales/en/space.yml +1 -1
  260. data/lib/locales/en/spongebob.yml +489 -0
  261. data/lib/locales/en/sport.yml +130 -0
  262. data/lib/locales/en/star_trek.yml +1 -1
  263. data/lib/locales/en/star_wars.yml +568 -220
  264. data/lib/locales/en/stranger_thing.yml +1 -1
  265. data/lib/locales/en/street_fighter.yml +1524 -0
  266. data/lib/locales/en/studio_ghibli.yml +107 -0
  267. data/lib/locales/en/suits.yml +45 -0
  268. data/lib/locales/en/super_mario.yml +58 -0
  269. data/lib/locales/en/super_smash_bros.yml +23 -6
  270. data/lib/locales/en/supernatural.yml +141 -0
  271. data/lib/locales/en/tarkov.yml +593 -0
  272. data/lib/locales/en/tea.yml +172 -0
  273. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  274. data/lib/locales/en/the_office.yml +86 -0
  275. data/lib/locales/en/tolkien.yml +2453 -0
  276. data/lib/locales/en/touhou.yml +839 -0
  277. data/lib/locales/en/tron.yml +227 -0
  278. data/lib/locales/en/vehicle.yml +2809 -75
  279. data/lib/locales/en/volleyball.yml +501 -0
  280. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  281. data/lib/locales/en/witcher.yml +426 -7
  282. data/lib/locales/en/world_of_warcraft.yml +122 -4
  283. data/lib/locales/en/zelda.yml +962 -4
  284. data/lib/locales/en-AU.yml +50 -10
  285. data/lib/locales/en-CA.yml +4 -1
  286. data/lib/locales/en-GB.yml +3 -2
  287. data/lib/locales/en-IND.yml +2 -1
  288. data/lib/locales/en-MS.yml +3 -1
  289. data/lib/locales/en-NEP.yml +4 -1
  290. data/lib/locales/en-NG.yml +1 -0
  291. data/lib/locales/en-NZ.yml +4 -1
  292. data/lib/locales/en-PAK.yml +3 -1
  293. data/lib/locales/en-SG.yml +3 -1
  294. data/lib/locales/en-UG.yml +1 -0
  295. data/lib/locales/en-US.yml +38 -12
  296. data/lib/locales/en-ZA.yml +1 -1
  297. data/lib/locales/en-au-ocker.yml +4 -1
  298. data/lib/locales/en.yml +0 -3
  299. data/lib/locales/es-AR.yml +4601 -0
  300. data/lib/locales/es-MX.yml +1 -1
  301. data/lib/locales/es.yml +58 -2
  302. data/lib/locales/fi-FI.yml +4 -2
  303. data/lib/locales/fr/address.yml +20 -0
  304. data/lib/locales/fr/adjective.yml +266 -0
  305. data/lib/locales/fr/ancient.yml +141 -0
  306. data/lib/locales/fr/animal.yml +5 -0
  307. data/lib/locales/fr/appliance.yml +4 -0
  308. data/lib/locales/fr/book.yml +7 -0
  309. data/lib/locales/fr/color.yml +4 -0
  310. data/lib/locales/fr/company.yml +17 -0
  311. data/lib/locales/fr/compass.yml +23 -0
  312. data/lib/locales/fr/demographic.yml +4 -0
  313. data/lib/locales/fr/gender.yml +6 -0
  314. data/lib/locales/fr/internet.yml +5 -0
  315. data/lib/locales/fr/lorem.yml +5 -0
  316. data/lib/locales/fr/measurement.yml +7 -0
  317. data/lib/locales/fr/name.yml +21 -0
  318. data/lib/locales/fr/phone_number.yml +7 -0
  319. data/lib/locales/fr/pokemon.yml +7 -0
  320. data/lib/locales/fr-CA.yml +22 -6
  321. data/lib/locales/fr-CH.yml +3 -3
  322. data/lib/locales/fr.yml +1 -113
  323. data/lib/locales/hy.yml +2 -1
  324. data/lib/locales/id.yml +3 -1
  325. data/lib/locales/it.yml +3 -1
  326. data/lib/locales/ja/README.md +13 -0
  327. data/lib/locales/ja/address.yml +120539 -0
  328. data/lib/locales/ja/adjective.yml +148 -0
  329. data/lib/locales/ja/ancient.yml +4 -0
  330. data/lib/locales/ja/animal.yml +5 -0
  331. data/lib/locales/ja/bank.yml +4 -0
  332. data/lib/locales/ja/book.yml +7 -0
  333. data/lib/locales/ja/cat.yml +5 -0
  334. data/lib/locales/ja/coffee.yml +4 -0
  335. data/lib/locales/ja/color.yml +4 -0
  336. data/lib/locales/ja/commerce.yml +11 -0
  337. data/lib/locales/ja/company.yml +8 -0
  338. data/lib/locales/ja/dog.yml +6 -0
  339. data/lib/locales/ja/emotion.yml +51 -0
  340. data/lib/locales/ja/food.yml +4 -0
  341. data/lib/locales/ja/gender.yml +4 -0
  342. data/lib/locales/ja/lorem.yml +9 -0
  343. data/lib/locales/ja/name.yml +13 -0
  344. data/lib/locales/ja/naruto.yml +230 -0
  345. data/lib/locales/ja/overwatch.yml +5 -0
  346. data/lib/locales/ja/phone_number.yml +7 -0
  347. data/lib/locales/ja/pokemon.yml +7 -0
  348. data/lib/locales/ja/relationship.yml +10 -0
  349. data/lib/locales/ja/restaurant.yml +11 -0
  350. data/lib/locales/ja/space.yml +5 -0
  351. data/lib/locales/ja/studio_ghibli.yml +112 -0
  352. data/lib/locales/ja/subscription.yml +8 -0
  353. data/lib/locales/ja/super_mario.yml +9 -0
  354. data/lib/locales/ja/super_smash_bros.yml +8 -0
  355. data/lib/locales/ja/university.yml +9 -0
  356. data/lib/locales/ja/zelda.yml +5 -0
  357. data/lib/locales/ko.yml +95 -2
  358. data/lib/locales/lt.yml +34 -0
  359. data/lib/locales/lv.yml +1 -1
  360. data/lib/locales/mi-NZ.yml +283 -0
  361. data/lib/locales/nb-NO.yml +5 -2
  362. data/lib/locales/nl.yml +1 -0
  363. data/lib/locales/pl.yml +2 -2
  364. data/lib/locales/pt-BR.yml +10 -2
  365. data/lib/locales/pt.yml +4 -2
  366. data/lib/locales/ru.yml +43 -1
  367. data/lib/locales/sk.yml +5 -2
  368. data/lib/locales/sv.yml +1 -0
  369. data/lib/locales/th.yml +76 -76
  370. data/lib/locales/tr.yml +1 -0
  371. data/lib/locales/uk.yml +3 -0
  372. data/lib/locales/vi.yml +1 -0
  373. data/lib/locales/zh-CN.yml +1 -0
  374. data/lib/locales/zh-TW.yml +1 -0
  375. metadata +219 -29
  376. data/lib/faker/default/fillmurray.rb +0 -45
  377. data/lib/faker/default/lorem_pixel.rb +0 -47
  378. data/lib/locales/en/hobbit.yml +0 -19
  379. data/lib/locales/en/lord_of_the_rings.yml +0 -6
  380. data/lib/locales/ja.yml +0 -101
@@ -0,0 +1,2453 @@
1
+ en:
2
+ faker:
3
+ tolkien:
4
+ poems:
5
+ - Chip the glasses and crack the plates
6
+ - Far over the misty mountains cold
7
+ - O! What are you doing?
8
+ - Clap! Snap! The black crack!
9
+ - Fifteen birds in five fir trees
10
+ - The wind was on the withered heath
11
+ - Old fat spider spinning in a tree!
12
+ - Roll-Roll-Roll-Roll
13
+ - The King beneath the mountains
14
+ - Under the mountain dark and tall
15
+ - The dragon is withered
16
+ - Sing all ye joyful!
17
+ - Roads go ever, ever on
18
+ - The Road Goes Ever On and On
19
+ - Three Rings for the Elven-Kings Under the Sky
20
+ - A Walking Song
21
+ - Snow-white! Snow-white! O Lady Clear!
22
+ - Ho! Ho! Ho! To the Bottle I Go
23
+ - The Bath Song
24
+ - Farewell We Call to Hearth and Hall!
25
+ - O! Wanderers in the Shadowed Land
26
+ - Hey dol! merry dol! ring a dong dillo!
27
+ - Hop along, my little friends, up the Withywindle!
28
+ - O slender as a willow-wand!
29
+ - 'I Had An Errand There: Gathering Water-Lilies'
30
+ - Ho! Tom Bombadil, Tom Bombadillo!
31
+ - Cold Be Hand and Heart and Bone
32
+ - Get Out! You old Wight! Vanish in the Sunlight!
33
+ - Wake Now My Merry Lads! Wake and Hear Me Calling!
34
+ - Hey! Now! Come Hoy Now! Whither Do You Wander?
35
+ - The Man in the Moon Stayed Up Too Late
36
+ - All That Is Gold Does Not Glitter
37
+ - The Fall of Gil-galad
38
+ - Song of Beren and Lúthien
39
+ - The Stone Troll
40
+ - Eärendil was a mariner
41
+ - A Elbereth Gilthoniel
42
+ - Seek for the Sword that was broken
43
+ - When winter first begins to bite
44
+ - I sit beside the fire and think
45
+ - The world was young, the mountains green
46
+ - An Elven-maid there was of old
47
+ - When evening in the Shire was grey
48
+ - I sang of leaves, of leaves of gold (Galadriel's Song of Eldamar)
49
+ - Ai! laurië lantar lassi súrinen (Namárië)
50
+ - Through Rohan Over Fen and Field Where the Long Grass Grows
51
+ - Gondor! Gondor, between the Mountains and the Sea!
52
+ - Arise now, arise, Riders of Theoden!
53
+ - Learn now the lore of Living Creatures!
54
+ - In The Willow-meads Of Tasarinan
55
+ - When Spring unfolds the beechen leaf, and sap is in the bough
56
+ - O Orofarne Lassemista, Carnimirie!
57
+ - We come, we come with roll of drum
58
+ - Where now are the Dunedain, Elessar, Elessar?
59
+ - Where now the horse and the rider?
60
+ - In Dwimordene, in Lorien
61
+ - Ere iron was found or tree was hewn
62
+ - Long List of the Ents
63
+ - A Rhyme of Lore
64
+ - The cold hard lands
65
+ - Oliphaunt
66
+ - Over the land there lies a long shadow
67
+ - From dark Dunharrow in the dim morning
68
+ - Arise, arise, Riders of Theoden!
69
+ - Song of the Mounds of Mundburg
70
+ - When the black breath blows
71
+ - Silver flow the streams from Celos to Erui
72
+ - In western lands beneath the Sun
73
+ - Long live the Halflings! Praise them with great praise!
74
+ - To the Sea, to the Sea! The white gulls are crying
75
+ - Sing now, ye people of the Tower of Anor
76
+ - Out of doubt, out of dark, to the day’s rising
77
+ - The Road goes ever on and on
78
+ - Still around the corner there may wait
79
+ locations:
80
+ - Abyss
81
+ - Achad Tarlang
82
+ - Adorn
83
+ - Adurant
84
+ - Aelin-uial
85
+ - Tarn Aeluin
86
+ - Afros
87
+ - Agar
88
+ - Agathurush
89
+ - Aglarond
90
+ - Pass of Aglon
91
+ - Akallabêth
92
+ - Aldalómë
93
+ - Aldburg
94
+ - Isle of Almaren
95
+ - Alqualondë
96
+ - Aman
97
+ - Ambaróna
98
+ - Amon Amarth
99
+ - Amon Anwar
100
+ - Amon Darthir
101
+ - Amon Dîn
102
+ - Amon Ereb
103
+ - Amon Ethir
104
+ - Amon Gwareth
105
+ - Amon Hen
106
+ - Amon Lanc
107
+ - Amon Lhaw
108
+ - Amon Obel
109
+ - Amon Rûdh
110
+ - Amon Sûl
111
+ - Amon Uilos
112
+ - Pass of Anach
113
+ - Anadûnê
114
+ - Ancient West
115
+ - Andafalassë
116
+ - Andor
117
+ - Andram
118
+ - Andrast
119
+ - Andrath
120
+ - Caves of Androth
121
+ - River of Anduin
122
+ - Andúne Pelo
123
+ - Andúnië
124
+ - Andustar
125
+ - Anfalas
126
+ - Anfauglith
127
+ - Angamando
128
+ - Angband
129
+ - Anghabar
130
+ - Realm of Angmar
131
+ - Angren
132
+ - Angrenost
133
+ - Annon-in-Gelydh
134
+ - Annúminas
135
+ - Anórien
136
+ - Antaro
137
+ - Araman
138
+ - Arandor
139
+ - Archet
140
+ - Arda
141
+ - Ard-galen
142
+ - Argonath
143
+ - Armenelos
144
+ - Arnach
145
+ - Arnor
146
+ - River of Aros
147
+ - Arossiach
148
+ - Arthedain
149
+ - Arthor na Challonnas
150
+ - Arthor na Forlonnas
151
+ - Arthórien
152
+ - Arvernien
153
+ - River of Ascar
154
+ - Ash Mountains
155
+ - Astulat
156
+ - Atalantë
157
+ - Athrad Angren
158
+ - Avallónë
159
+ - Avathar
160
+ - Azanulbizar
161
+ - Bag End
162
+ - Bagshot Row
163
+ - Balar
164
+ - Bamfurlong
165
+ - Bandushathûr
166
+ - Bar-en-Danwedh
167
+ - Bar-en-Nibin-noeg
168
+ - Bar-in-Mŷl‎
169
+ - Bar-erib
170
+ - Barad-dûr
171
+ - Barad Eithel
172
+ - Barad Nimras
173
+ - Baranduin
174
+ - Barazinbar
175
+ - Barrow-downs
176
+ - Barrowfield
177
+ - Battle Pit
178
+ - Battle Plain
179
+ - Bay of Balar
180
+ - Bay of Belfalas
181
+ - Bay of Andúnië
182
+ - Bay of Eldamar
183
+ - Bay of Eldanna
184
+ - Bay of Rómenna
185
+ - Belegaer
186
+ - Belegost
187
+ - Beleriand
188
+ - Belfalas
189
+ - Bent Seas
190
+ - Beorn's House
191
+ - Bindbale Wood
192
+ - Birchwoods of Nimbrethil
193
+ - Black Crack
194
+ - Black Gate
195
+ - Black Land
196
+ - Black Pit
197
+ - Black Pits
198
+ - Blackroot
199
+ - Blessed Realm
200
+ - Blue Mountains
201
+ - Bombadil's House
202
+ - Bonfire Glade
203
+ - Bony ridge
204
+ - The Bounds
205
+ - Branda-nîn
206
+ - Brandywine Bridge
207
+ - Bree
208
+ - Bree Hill
209
+ - Bree-land
210
+ - Breredon
211
+ - Brethil
212
+ - Bridge of Esgalduin
213
+ - Bridge of Mitheithel
214
+ - Bridge of Khazad-dûm
215
+ - Bridge of Stonebows
216
+ - Bridgefields
217
+ - Brilthor
218
+ - Brithiach
219
+ - Brithombar
220
+ - Brithon
221
+ - Brockenbores
222
+ - Brodda's hall
223
+ - Brown Lands
224
+ - Bruinen
225
+ - Buck Hill
226
+ - Buckland
227
+ - Buckland Gate
228
+ - Buckland Road
229
+ - Bucklebury
230
+ - Bucklebury Ferry
231
+ - Bucklebury Ford
232
+ - Budge Ford
233
+ - Budgeford
234
+ - Bundushathûr
235
+ - Bywater
236
+ - Bywater Pool
237
+ - Bywater Road
238
+ - Cabed-en-Aras
239
+ - Cair Andros
240
+ - Calacirya
241
+ - Calacirian
242
+ - Calembel
243
+ - Calenardhon
244
+ - Calenhad
245
+ - Calmindon
246
+ - Cape Balar
247
+ - Cape of Andrast
248
+ - Cape of Forochel
249
+ - Carach Angren
250
+ - Caradhras
251
+ - Caragdûr
252
+ - Caras Galadhon
253
+ - Carchost
254
+ - Cardolan
255
+ - Carn Dûm
256
+ - Carnen
257
+ - Carrock
258
+ - Causeway Forts
259
+ - Caverns of Helm's Deep
260
+ - Caverns of Narog
261
+ - Caverns of the Oaritsi
262
+ - Caves of Androth
263
+ - Caves of Menegroth
264
+ - Celduin
265
+ - Celebdil
266
+ - Celebrant
267
+ - Celebros
268
+ - Celon
269
+ - Celos
270
+ - Central Highlands
271
+ - Cerin Amroth
272
+ - Chamber of Mazarbul
273
+ - Chambers of Fire
274
+ - Chetwood
275
+ - Chill Gulf
276
+ - Ciril
277
+ - Cirith Dúath
278
+ - Cirith Forn en Andrath
279
+ - Cirith Gorgor
280
+ - Cirith Ninniach
281
+ - Cirith Thoronath
282
+ - Cirith Ungol
283
+ - Citadel of Stars
284
+ - City of the Corsairs
285
+ - Cloudyhead
286
+ - Cobas Haven
287
+ - Côf Belfalas
288
+ - Coldfells
289
+ - Combe
290
+ - Cormallen
291
+ - Corollairë
292
+ - Coron Oiolairë
293
+ - Court of the Fountain
294
+ - Cracks of Doom
295
+ - Crickhollow
296
+ - Crissaegrim
297
+ - Cristhorn
298
+ - Crossings of Teiglin
299
+ - Cross-roads
300
+ - Cuiviénen
301
+ - Cûl Bîn
302
+ - Cûl Veleg
303
+ - Cûm-nan-Arasaith
304
+ - Dagorlad
305
+ - Dale
306
+ - Dark Door
307
+ - Dark Gate
308
+ - Dark Land
309
+ - Dark Lands
310
+ - Dark Mountains
311
+ - Dark Tower
312
+ - Dead Marshes
313
+ - Deadmen's Dike
314
+ - Death Down
315
+ - Deathless Lands
316
+ - Deeping
317
+ - Deephallow
318
+ - Deeping Coomb
319
+ - Deeping-road
320
+ - Deeping Stream
321
+ - Deeping Wall
322
+ - Deer's Leap
323
+ - Deldúwath
324
+ - Derndingle
325
+ - Desert of Lostladen
326
+ - Desolation of Smaug
327
+ - Desolation of the Morannon
328
+ - Dimbar
329
+ - Dimholt
330
+ - Dimrill Dale
331
+ - Dimrill Gate
332
+ - Dimrill Stair
333
+ - Dimrost
334
+ - Dingle
335
+ - Dol Amroth
336
+ - Dol Baran
337
+ - Dol Guldur
338
+ - Dol Tarlang
339
+ - Dome of Stars
340
+ - Doors of Night
341
+ - Doors of Durin
342
+ - Dor Caranthir
343
+ - Dor-Cúarthol
344
+ - Dor Daedeloth
345
+ - Dor Daidelos
346
+ - Dor Dínen
347
+ - Dor-en-Ernil
348
+ - Dor Firn-i-Guinar
349
+ - Dor-lómin
350
+ - Dor-Nu-Fauglith
351
+ - Doriath
352
+ - Dorthonion
353
+ - Dorwinion
354
+ - Downlands
355
+ - Drowns
356
+ - Drengist
357
+ - Drúadan Forest
358
+ - Drúwaith Iaur
359
+ - Dry River
360
+ - Duilwen
361
+ - Dungortheb
362
+ - Dunharrow
363
+ - Dúnharg
364
+ - Dunland
365
+ - Durin's Bridge
366
+ - Durin's Tower
367
+ - Durthang
368
+ - Dwaling
369
+ - Dwarf-Road
370
+ - Dwarrowdelf
371
+ - Dwimorberg
372
+ - Dwimordene
373
+ - Eagles' Eyrie
374
+ - East Beleriand
375
+ - East Bight
376
+ - East Emnet
377
+ - Eastern Eriador
378
+ - East Farthing
379
+ - Eastfold
380
+ - East-gate
381
+ - East-lands
382
+ - East Lórien
383
+ - East March
384
+ - East Road
385
+ - East Wall of Rohan
386
+ - Eastwood
387
+ - Echad i Sedryn
388
+ - Echoing Hills
389
+ - Echoriath
390
+ - Edge of the Wild
391
+ - Edhellond
392
+ - Edoras
393
+ - Egladil
394
+ - Eglador
395
+ - Eglamar
396
+ - Eglarest
397
+ - Eilenach
398
+ - Eilenaer
399
+ - Eithel Ivrin
400
+ - Eithel Nínui
401
+ - Eithel Sirion
402
+ - Ekkaia
403
+ - Eldalondë the Green
404
+ - Eldamar
405
+ - Elennanórê
406
+ - Elerrína
407
+ - Elostirion
408
+ - Elros' Tower
409
+ - Elvenhome
410
+ - Elwing's tower
411
+ - Emerië
412
+ - Emyn Arnen
413
+ - Emyn Beraid
414
+ - Emyn Duir
415
+ - Emyn Eglain
416
+ - Emyn Muil
417
+ - Emyn-nu-Fuin
418
+ - Emyn Uial
419
+ - Enchanted Isles
420
+ - Enchanted River
421
+ - Encircling Mountains
422
+ - Encircling Sea
423
+ - Endless Stair
424
+ - Endor
425
+ - Ened
426
+ - Enedwaith
427
+ - Entwade
428
+ - River Entwash
429
+ - Entwash Vale
430
+ - Entwood
431
+ - Éothéod
432
+ - Ephel Brandir
433
+ - Ephel Dúath
434
+ - Erebor
435
+ - Erech
436
+ - Ered Engrin
437
+ - Ered Gorgoroth
438
+ - Ered Lindon
439
+ - Ered Lithui
440
+ - Ered Lómin
441
+ - Ered Mithrin
442
+ - Ered Nimrais
443
+ - Ered Wethrin
444
+ - Eregion
445
+ - Erelas
446
+ - Erendis
447
+ - Tol Eressëa
448
+ - Eriador
449
+ - Erui
450
+ - Eryn Fuir
451
+ - Eryn Galen
452
+ - Eryn Vorn
453
+ - Esgalduin
454
+ - Esgaroth
455
+ - Estolad
456
+ - Ethir Anduin
457
+ - Ethraid Engrin
458
+ - Ethring
459
+ - Ettendales
460
+ - Ettenmoors
461
+ - Evereven
462
+ - Everholt
463
+ - Evernight
464
+ - Ezellohar
465
+ - Falas
466
+ - Falls of Esgalduin
467
+ - Falls of Irvin
468
+ - Falls of Rauros
469
+ - Falls of Sirion
470
+ - Fangorn Forest
471
+ - Fanuidhol
472
+ - Far Downs
473
+ - Far Harad
474
+ - Far Shore
475
+ - Far West
476
+ - Faskalan
477
+ - Faskala-númen
478
+ - Fen Hollen
479
+ - Fen of Serech
480
+ - Fenmarch
481
+ - Fens of Sirion
482
+ - Ferry Lane
483
+ - Field of Celebrant
484
+ - Field of Cormallen
485
+ - Fingolfin's Cairn
486
+ - Firienholt
487
+ - Firien Wood
488
+ - First Deep
489
+ - First Hall
490
+ - Firth of Drengist
491
+ - Firth of Rómenna
492
+ - Foen
493
+ - Folde
494
+ - Ford of Brithiach
495
+ - Ford of Bruinen
496
+ - Ford of Stones
497
+ - Fords of Isen
498
+ - Forest Gate
499
+ - Forest of Brethil
500
+ - Forest of Neldoreth
501
+ - Forest of Region
502
+ - Forest River
503
+ - Forest Road
504
+ - Forgotten Villages
505
+ - Forlindon
506
+ - Forlond
507
+ - Formenos
508
+ - Fornarthan
509
+ - Fornost Erain
510
+ - Forochel
511
+ - Forodwaith
512
+ - Forostar
513
+ - Forsaken Inn
514
+ - Fôs' Almir
515
+ - Fountain of Tinúviel
516
+ - Fox Downs
517
+ - Framsburg
518
+ - Frogmorton
519
+ - Front Gate
520
+ - Front Porch
521
+ - Gabilgathod
522
+ - Gamwich
523
+ - Gap of Calenardhon
524
+ - Gap of Rohan
525
+ - Gardens of Lórien
526
+ - Gate of the Dead
527
+ - Gate of the Noldor
528
+ - Gate Stream
529
+ - Gates of Morning
530
+ - Gates of Sirion
531
+ - Gelion
532
+ - Gilrain
533
+ - Ginglith
534
+ - Girdle of Arda
535
+ - Girdle of Melian
536
+ - Girdley Island
537
+ - Gladden Fields
538
+ - Gladden River
539
+ - Glanduin
540
+ - Glanhír
541
+ - Glithui
542
+ - Glittering Caves
543
+ - Goblin-gate
544
+ - Goblin-town
545
+ - Golden Gates
546
+ - Golden Wood
547
+ - Gollum's Lake
548
+ - Gondolin
549
+ - Gondor
550
+ - Gorbelgod
551
+ - Gorge of Aglon
552
+ - Ered Gorgoroth
553
+ - Plateau of Gorgoroth
554
+ - great East Road
555
+ - Great Fens
556
+ - Great Gulf
557
+ - Great Hall of Thráin
558
+ - Great Lakes
559
+ - Great Lands
560
+ - Great Mound
561
+ - Great Plains
562
+ - Great Rift
563
+ - Great River
564
+ - Great Shelf
565
+ - Great Smials
566
+ - Great Southern Forests
567
+ - Great West Road
568
+ - Great Willow
569
+ - Greater Gelion
570
+ - Green Dragon
571
+ - Green Hill Country
572
+ - Green Hills
573
+ - Green Hills
574
+ - Greenfields
575
+ - Greenholm
576
+ - Greenway
577
+ - Greenwood the Great
578
+ - Grey Havens
579
+ - Grey Mountains
580
+ - Grey Mountains
581
+ - Grey Wood
582
+ - Greyflood
583
+ - Greylin
584
+ - Grinding Ice
585
+ - Grindwall
586
+ - Gruir
587
+ - Guarded Plain
588
+ - Gulf of Lhûn
589
+ - Gundabad
590
+ - River Gwathló
591
+ - Hadhodrond
592
+ - Haeren
593
+ - Haerast
594
+ - Halifirien
595
+ - Hall of Brodda
596
+ - Hall of Fire
597
+ - Halls of Aulë
598
+ - Halls of Durin
599
+ - Halls of Mandos
600
+ - Hanstovánen
601
+ - Harad
602
+ - Harad Road
603
+ - Hardbottle
604
+ - Harlindon
605
+ - Harlond
606
+ - Harlond
607
+ - River Harnen
608
+ - Harondor
609
+ - Harrowdale
610
+ - Haudh-en-Elleth
611
+ - Haudh-en-Ndengin
612
+ - Haudh-en-Nirnaeth
613
+ - Haudh in Gwanûr
614
+ - Haunted Mountain
615
+ - Haunted Pass
616
+ - Haven of the Eldar
617
+ - Haven of the Swans
618
+ - Havens of Mithlond
619
+ - Havens of Sirion
620
+ - Haven of Umbar
621
+ - Hay Gate
622
+ - Haysend
623
+ - Heats of the South
624
+ - the Hedge
625
+ - Sea of Helcar
626
+ - Helcaraxë
627
+ - Lake Helevorn
628
+ - Helm's Deep
629
+ - Helm's Dike
630
+ - Helm's Gate
631
+ - Henneth Annûn
632
+ - Hidden Ferries
633
+ - Hidden Way
634
+ - High Court
635
+ - High Faroth
636
+ - High Hay
637
+ - High Pass
638
+ - Hildórien
639
+ - Hill of Awe
640
+ - Hill of Guard
641
+ - Hill of Hearing
642
+ - Hill of Himring
643
+ - Hill of Ilmarin
644
+ - Hill of Oromet
645
+ - Hill of Seeing
646
+ - Hill of Spies
647
+ - Hill of the Ear
648
+ - Hill of the Eye
649
+ - the Hill
650
+ - Hills of Eglamar
651
+ - Hills of Evendim
652
+ - Hills of Scary
653
+ - Himlad
654
+ - Himring
655
+ - Hírilorn
656
+ - Hisilómë
657
+ - Hithaeglir
658
+ - Hither Lands
659
+ - Hither Shore
660
+ - Hithlum
661
+ - Hoarwell
662
+ - Hobbiton
663
+ - Hobbiton Hill
664
+ - Hobbiton Road
665
+ - Hollin
666
+ - Hollin Gate
667
+ - Hollin Ridge
668
+ - Hornburg
669
+ - Hornrock
670
+ - House of Oromë
671
+ - House of the Hundred Chimneys
672
+ - House of the Kings
673
+ - House of the Stewards
674
+ - House of Tulkas
675
+ - Houses of Healing
676
+ - House of the Dead
677
+ - Huts of the raft-elves
678
+ - Hyarastorni
679
+ - Hyarmentir
680
+ - Hyarnustar
681
+ - Hyarrostar
682
+ - Iant Iaur
683
+ - Icebay of Forochel
684
+ - Ice of the North
685
+ - Idril's secret way
686
+ - i Drann
687
+ - Illuin
688
+ - Ilmarin
689
+ - Imlad Morgul
690
+ - Imladris
691
+ - Imloth Melui
692
+ - Imrath Gondraith
693
+ - Inner Seas
694
+ - Inland Sea
695
+ - Inland Sea of Helcar
696
+ - Írensaga
697
+ - Iron Fortress
698
+ - Iron Hills
699
+ - Iron Mountains
700
+ - Isen
701
+ - Isengard
702
+ - Isenmouthe
703
+ - Ishmalog
704
+ - Isle of Almaren
705
+ - Isle of Balar
706
+ - Isle of Elenna
707
+ - Isle of Eressëa
708
+ - Isle of Meneltarma
709
+ - Isle of Werewolves
710
+ - Isles of the West
711
+ - Ithilien
712
+ - Ivrin
713
+ - Ivrin's Well
714
+ - Ivy Bush
715
+ - N/A
716
+ - Kalormë
717
+ - Karningul
718
+ - Kelos
719
+ - Khand
720
+ - Khazad-dûm
721
+ - Kheled-zâram
722
+ - Kibil-nâla
723
+ - Kingdom of the South
724
+ - Kingdom under the Mountain
725
+ - King's Court
726
+ - King's House
727
+ - Kingsland
728
+ - Kingsland
729
+ - Kings' Norbury
730
+ - Kiril
731
+ - Kirith Ungol
732
+ - Kôr
733
+ - Kortirion
734
+ - Ladros
735
+ - Lake Helevorn
736
+ - Lake Mithrim
737
+ - Lake Nenuial
738
+ - Lake-town
739
+ - Lamedon
740
+ - Lammoth
741
+ - Lampwrights' Street
742
+ - Land of Bow-Helm
743
+ - Land of the Dead that Live
744
+ - Lands Under the Wave
745
+ - Lands Without
746
+ - Langflood
747
+ - Langstrand
748
+ - River Langwell
749
+ - Lanthir Lamath
750
+ - Last Bridge
751
+ - Last Homely House
752
+ - Last Mountain
753
+ - Last Shore
754
+ - Laurelindórenan
755
+ - Lebennin
756
+ - River Lefnui
757
+ - River Legolin
758
+ - Lhûn
759
+ - Linaewen
760
+ - Lindon
761
+ - Lindórinan
762
+ - Linhir
763
+ - Lisgardh
764
+ - River Lithir
765
+ - Lithlad
766
+ - Little Delving
767
+ - Little River Gelion
768
+ - Lockholes
769
+ - Loeg Ningloron
770
+ - Lond Daer Enedh
771
+ - Lone-lands
772
+ - Lonely Isle
773
+ - Lonely Mountain
774
+ - Longbottom
775
+ - Long Cleeve
776
+ - Long Lake
777
+ - Long Marshes
778
+ - Long the Wall
779
+ - Lórellin
780
+ - Lórien
781
+ - Lórinand
782
+ - Losgar
783
+ - Lossarnach
784
+ - Lost Isle
785
+ - Desert of Lostladen
786
+ - Lothlann
787
+ - Lothlórien
788
+ - Loudwater
789
+ - Lower Halls
790
+ - Lugbúrz
791
+ - Lune
792
+ - Luvailin
793
+ - Maggot's Farm
794
+ - Maggot's Lane
795
+ - Maglor's Gap
796
+ - Mahanaxar
797
+ - River Malduin
798
+ - Halls of Mandos
799
+ - Mansions of Aulë
800
+ - March of Maedhros
801
+ - The Marish
802
+ - TheMark
803
+ - Mar-nu-Falmar
804
+ - Market-pool
805
+ - Marshes of Nevrast
806
+ - Meduseld
807
+ - Men-i-Naugrim
808
+ - Menegroth
809
+ - Meneltarma
810
+ - Mere of Dead Faces
811
+ - Meres of Twilight
812
+ - Merethrond
813
+ - Mering Stream
814
+ - Methed-en-glad
815
+ - Methedras
816
+ - Michel Delving
817
+ - Middle-earth
818
+ - Midgewater Marshes
819
+ - Sandyman's Mill
820
+ - Minas Anor
821
+ - Minas Ithil
822
+ - Minas Morgul
823
+ - Minas Tirith
824
+ - Minas Tirith
825
+ - RiverMindeb
826
+ - MountMindolluin
827
+ - Mindon Eldaliéva
828
+ - Minhiriath
829
+ - Min-Rimmon
830
+ - Mirkwood
831
+ - Mirrormere
832
+ - Misty Mountains
833
+ - Mithe
834
+ - Mithe Steps
835
+ - Mitheithel
836
+ - Mithlond
837
+ - Mithrim
838
+ - Mittalmar
839
+ - Moors of the Neweglu
840
+ - Moors of the Nibin-noeg
841
+ - Morannon
842
+ - Mordor
843
+ - Morgai
844
+ - Morgul Pass
845
+ - Morgul-road
846
+ - RiverMorgulduin
847
+ - Moria
848
+ - Mornan
849
+ - River Morthond
850
+ - Mound of Avarice
851
+ - Mound of Dunlendings
852
+ - Mound of Riders
853
+ - Mounds of Mundburg
854
+ - Mount Dolmed
855
+ - Mount Doom
856
+ - Mount Everwhite
857
+ - Mount Fang
858
+ - Mount Gram
859
+ - Mount Gundabad
860
+ - Mount Mindolluin
861
+ - Mount of the Pine Tree
862
+ - Mount Rerir
863
+ - Mount Taras
864
+ - Mountain of Fire
865
+ - Mountains of Aman
866
+ - Mountains of Angmar
867
+ - Mountains of Lune
868
+ - Mountains of Mirkwood
869
+ - Mountains of Mithrim
870
+ - Mountains of Shadow
871
+ - Mountains of Shadow
872
+ - Mountains of Terror
873
+ - Mountains of the East
874
+ - Mouths of Anduin
875
+ - Mouths of Entwash
876
+ - Mouths of Sirion
877
+ - Mundburg
878
+ - theNaith
879
+ - Nameless Land
880
+ - Nan Curunír
881
+ - Nan Dungortheb
882
+ - Nan Elmoth
883
+ - Nan-tathren
884
+ - Nanduhirrion
885
+ - Narchost
886
+ - Nardol
887
+ - Nargothrond
888
+ - RiverNarog
889
+ - Narrows of the Forest
890
+ - Near Harad
891
+ - Needlehole
892
+ - Forest ofNeldoreth
893
+ - Nen Echui
894
+ - Nen Girith
895
+ - Nen Hithoel
896
+ - Nen Lalaith
897
+ - RiverNenning
898
+ - Nenuial
899
+ - Nether Dark
900
+ - Nevrast
901
+ - Nevrast
902
+ - New Haven
903
+ - New Lands
904
+ - Newbury
905
+ - House ofNienna
906
+ - Nimbrethil
907
+ - RiverNimrodel
908
+ - Nindalf
909
+ - Nindamos
910
+ - Ninglor
911
+ - Nîn-in-Eilph
912
+ - Nísimaldar
913
+ - LakeNísinen
914
+ - Nivrim
915
+ - Nobottle
916
+ - Nogrod
917
+ - Noirinan
918
+ - Noman-lands
919
+ - Norbury
920
+ - North Cape
921
+ - North Downs
922
+ - North Farthing
923
+ - North Gate
924
+ - North Ithilien
925
+ - North Kingdom
926
+ - North Marches
927
+ - North Moors
928
+ - North Road
929
+ - North Road of Ithilien
930
+ - North Stair
931
+ - North Undeep
932
+ - Northerland
933
+ - Northern Dark
934
+ - Northern Waste
935
+ - Novrod
936
+ - Núath Woods of
937
+ - Númendor
938
+ - Númenor
939
+ - Nunduinë
940
+ - Nurn
941
+ - Oatbarton
942
+ - Obel Halad
943
+ - Ocean
944
+ - Oiolossë
945
+ - Oiomúrë
946
+ - Old Bridge
947
+ - Old Ford
948
+ - Old Forest
949
+ - Old Forest Road
950
+ - Old Grange
951
+ - Old Guesthouse
952
+ - Old Mill
953
+ - Old Púkel land
954
+ - Old Road
955
+ - Old South Road
956
+ - Old South Road
957
+ - Old Winyards
958
+ - Old World
959
+ - Ondolindë
960
+ - Ondoluncanando
961
+ - Ondonórë
962
+ - Ondosto
963
+ - Onodló
964
+ - Orc-holds
965
+ - Orfalch Echor
966
+ - Ormal
967
+ - Orocarni
968
+ - Orod-na-Thôn
969
+ - Orodruin
970
+ - Oromet
971
+ - Orrostar
972
+ - Orthanc
973
+ - Osgiliath
974
+ - Ossiriand
975
+ - Ost-in-Edhil
976
+ - Otherworld
977
+ - Outer Dark or Outer Darkness
978
+ - Outer Lands
979
+ - Outer Sea
980
+ - Outlands
981
+ - Overbourn
982
+ - Overbourn Marshes
983
+ - Overhill
984
+ - Palisor
985
+ - Parth Celebrant
986
+ - Parth Galen
987
+ - Party Field
988
+ - Pass of Aglon
989
+ - Pass of Anach
990
+ - Pastures of Yavanna
991
+ - Paths of the Dead
992
+ - Pelargir
993
+ - Pelennor
994
+ - Pelóri
995
+ - Phûrunargian
996
+ - Pillars of the King
997
+ - Pincup
998
+ - Pine-mountain
999
+ - Pinnath Gelin
1000
+ - Place of the Fountain
1001
+ - Pool of Bywater
1002
+ - Pool-side
1003
+ - Pools of Ivrin
1004
+ - RiverPoros
1005
+ - Prancing thePony
1006
+ - Qerkaringa
1007
+ - Quarry
1008
+ - Radhrim
1009
+ - Rainbow Cleft
1010
+ - Ramdal
1011
+ - Rammas Echor
1012
+ - Ras Mewrim
1013
+ - Ras Morthil
1014
+ - Rath Celerdain
1015
+ - Rath Dínen
1016
+ - Rathlóriel
1017
+ - Rauros
1018
+ - Ravenhill
1019
+ - Ravines of Teiglin
1020
+ - Redhorn
1021
+ - Redhorn PassGate
1022
+ - Redwater
1023
+ - Region
1024
+ - Region of Everlasting Cold
1025
+ - Reunited Kingdom
1026
+ - Rhimdath
1027
+ - Rhosgobel
1028
+ - Rhovanion
1029
+ - Rhudaur
1030
+ - Rhûn
1031
+ - Min-Rimmon
1032
+ - Ring of Doom
1033
+ - Ring of Isengard
1034
+ - Ringil
1035
+ - Sea ofRingil
1036
+ - RiverRingló
1037
+ - RiverRingwil
1038
+ - Rivendell
1039
+ - River Running
1040
+ - RiverRivil
1041
+ - Rivil's Well
1042
+ - Rochand
1043
+ - Rómenna
1044
+ - Rûnaer
1045
+ - Rushdown
1046
+ - Rushock Bog
1047
+ - Rushy
1048
+ - Sammath Naur
1049
+ - Sandyman's Mill
1050
+ - Sarn Athrad
1051
+ - Sarn Ford
1052
+ - Sarn Gebir
1053
+ - Sauron's Isle
1054
+ - Sauron's Road
1055
+ - Sauron's Temple
1056
+ - Scary
1057
+ - theSea
1058
+ - Sea of Helcar
1059
+ - Sea of Núrnen
1060
+ - Sea of Rhûn
1061
+ - Sea of Ringil
1062
+ - Seat of Hearing
1063
+ - Seat of Seeing
1064
+ - Sea-ward Tower
1065
+ - Second Hall
1066
+ - Serni
1067
+ - Seven Gates of Gondolin
1068
+ - Seventh Level
1069
+ - Shadowmere
1070
+ - Shadowy Isles
1071
+ - Shadowy Mountains
1072
+ - Shadowy Mountains
1073
+ - Shadowy Seas
1074
+ - Shadowy Spring
1075
+ - Sharabhund
1076
+ - Shathûr
1077
+ - Shelob's Lair
1078
+ - theShire
1079
+ - RiverShirebourn
1080
+ - Side-door
1081
+ - RiverSilverlode
1082
+ - Silvertine
1083
+ - Sindanórie
1084
+ - Sirannon
1085
+ - RiverSiril
1086
+ - RiverSirion
1087
+ - RiverSirith
1088
+ - Sîr Ninglor
1089
+ - Slag-hills
1090
+ - RiverSnowbourn
1091
+ - Sorontil
1092
+ - South Downs
1093
+ - South Farthing
1094
+ - South Gondor
1095
+ - South Ithilien
1096
+ - South Kingdom
1097
+ - South Lane
1098
+ - South EriadorRoad
1099
+ - South GondorRoad
1100
+ - South Undeep
1101
+ - Southward Road
1102
+ - Spider's Ring
1103
+ - Staddle
1104
+ - Stair Falls
1105
+ - Stair of the Hold
1106
+ - Standelf
1107
+ - Starkhorn
1108
+ - Steward's Door
1109
+ - Stock
1110
+ - Stock Road
1111
+ - Stockbrook
1112
+ - Stonewain Valley
1113
+ - Stoningland
1114
+ - Straight Road
1115
+ - Straight Stair
1116
+ - Straits of the World
1117
+ - Sundering Seas
1118
+ - Sunlands
1119
+ - Sunlendings
1120
+ - Sûthburg
1121
+ - Sûza
1122
+ - Swanfleet
1123
+ - RiverTaeglin
1124
+ - Talath Dirnen
1125
+ - Talath Rhûnen
1126
+ - Taniquetil
1127
+ - Tanyasalpë
1128
+ - Tar-Minastir
1129
+ - Tarlang's Neck
1130
+ - Tarmasundar
1131
+ - Tarn Aeluin
1132
+ - Tarnost
1133
+ - Tasarinan
1134
+ - Tauremorna
1135
+ - Tauremornalómë
1136
+ - Taur e-Ndaedelos
1137
+ - Taur-en-Faroth
1138
+ - Taur-im-Duinath
1139
+ - Taur-na-Foen
1140
+ - Taur-Na-Neldor
1141
+ - Taur-nu-Fuin
1142
+ - Taur-nu-Fuin
1143
+ - Tavrobel
1144
+ - Temple of Sauron
1145
+ - The River Thalos
1146
+ - Thangorodrim
1147
+ - Tharbad
1148
+ - Thargelion
1149
+ - Thistle Brook
1150
+ - Thorin's Halls
1151
+ - Thousand Caves
1152
+ - Three-Farthing Stone
1153
+ - Thrihyrne
1154
+ - Tighfield
1155
+ - Tindrock
1156
+ - Tirion
1157
+ - Tirith Aear
1158
+ - Tol Brandir
1159
+ - Tol Eressëa
1160
+ - Tol Fuin
1161
+ - Tol Galen
1162
+ - Tol-in-Gaurhoth
1163
+ - Tol Morwen
1164
+ - Tol Sirion
1165
+ - Tol Uinen
1166
+ - Tolfalas
1167
+ - Tomb of the Kings
1168
+ - Tongue
1169
+ - Tookbank
1170
+ - Tookland
1171
+ - Torech Ungol
1172
+ - Tower Hills
1173
+ - Tower of Cirith Ungol
1174
+ - Tower of Ecthelion
1175
+ - Tower of Ingwë
1176
+ - Tower of the King
1177
+ - Tower of the Stone
1178
+ - Towers of the Teeth
1179
+ - Town Hole
1180
+ - Treebeard's Hill
1181
+ - Treegarth of Orthanc
1182
+ - Troll's Cave
1183
+ - Trollshaws
1184
+ - Tuckborough
1185
+ - Tumhalad
1186
+ - Tumladen of Gondolin
1187
+ - Tumladen of Gondor
1188
+ - Tumunzahar
1189
+ - Túna
1190
+ - Twenty-First Hall of the North-end
1191
+ - Twilight Meres
1192
+ - Two Watchers
1193
+ - Tyrn Gorthad
1194
+ - Udul
1195
+ - Udûn
1196
+ - Udûn of Mordor
1197
+ - Umbar
1198
+ - Umboth-muilin
1199
+ - Undeeps
1200
+ - Undergate
1201
+ - Underhill
1202
+ - Under-way
1203
+ - Underharrow
1204
+ - Undertowers
1205
+ - Undying Lands
1206
+ - Ungoliant's Lair
1207
+ - Ulmonan
1208
+ - Upbourn
1209
+ - Uttermost West
1210
+ - Utumno
1211
+ - Vale of Sirion
1212
+ - Valandor
1213
+ - Valimar
1214
+ - Valmar
1215
+ - Valinor
1216
+ - Verna
1217
+ - Vinyalondë
1218
+ - Vinyamar
1219
+ - Void
1220
+ - Waking Water
1221
+ - Wall's End
1222
+ - Walls of Moria
1223
+ - Walls of the Night
1224
+ - Walls of the Sun
1225
+ - Walls of the World
1226
+ - Wargs' Clearing
1227
+ - Waste
1228
+ - Watchwood
1229
+ - Water-valley
1230
+ - Water of Awakening
1231
+ - Way of Escape
1232
+ - Way of Running Waters
1233
+ - Waymeet
1234
+ - Weather Hills
1235
+ - Weathertop
1236
+ - Wellinghall
1237
+ - Wells of Ivrin
1238
+ - Wells of Varda
1239
+ - West-door
1240
+ - West-gate of Bree
1241
+ - West-gate of Moria
1242
+ - West-mark
1243
+ - West Beleriand
1244
+ - West of the World
1245
+ - West Pass
1246
+ - West Road
1247
+ - Westemnet
1248
+ - Westermanton
1249
+ - Western Sea
1250
+ - Western Shore
1251
+ - Westernesse
1252
+ - Westfarthing
1253
+ - Westfold
1254
+ - Westfold Vale
1255
+ - Westlands
1256
+ - Westmarch
1257
+ - Wetwang
1258
+ - Whispering Wood
1259
+ - White Downs
1260
+ - White House of Erendis
1261
+ - White Mountain
1262
+ - White Mountains
1263
+ - White Tower
1264
+ - White Towers
1265
+ - Whitfurrows
1266
+ - Whitwell
1267
+ - Wild Wood
1268
+ - Wilderland
1269
+ - Willowbottom
1270
+ - Windle-reach
1271
+ - Winding Stair
1272
+ - Window-Curtain
1273
+ - Window of the West
1274
+ - Withered Heath
1275
+ - Withered Wold
1276
+ - Withywindle Valley
1277
+ - Withywindle River
1278
+ - Withy-path
1279
+ - Withy-weir
1280
+ - Wizard's Isle
1281
+ - Wizard's Vale
1282
+ - Wold of Rohan
1283
+ - Wood of Anwar
1284
+ - Woods of Oromë
1285
+ - Woodhall
1286
+ - Woodland Realm
1287
+ - Woody End
1288
+ - The Yale
1289
+ - Yellow Mountains
1290
+ - Yôzâyan
1291
+ - Zirakzigil
1292
+ races:
1293
+ - Ainur
1294
+ - Balrogs
1295
+ - Barrow-wights
1296
+ - Beorning
1297
+ - Children of Ilúvatar
1298
+ - Demons
1299
+ - Dragons
1300
+ - Dwarves
1301
+ - Elves
1302
+ - Ents
1303
+ - Fairies
1304
+ - Giants
1305
+ - Goblins
1306
+ - Half-elven
1307
+ - Half-orc
1308
+ - Half-trolls
1309
+ - Hobbits
1310
+ - Huorns
1311
+ - Kaukareldar
1312
+ - Lintips
1313
+ - Maiar
1314
+ - Mens
1315
+ - Mewlips
1316
+ - Oarni
1317
+ - Ogres
1318
+ - Orcs
1319
+ - Shape Shifters
1320
+ - Skin-changer
1321
+ - Spiders
1322
+ - Trolls
1323
+ - Uruk-hai
1324
+ - Valar
1325
+ - Vampire
1326
+ - Wargs
1327
+ - Werewolves
1328
+ - Wraiths
1329
+ characters:
1330
+ - Adalbert Bolger
1331
+ - Adaldrida Bolger
1332
+ - Adalgar Bolger
1333
+ - Adalgrim Took
1334
+ - Adam Hornblower
1335
+ - Adamanta Chubb
1336
+ - Adanel
1337
+ - Adelard Took
1338
+ - Adrahil
1339
+ - Aegnor
1340
+ - Aerin
1341
+ - Agathor
1342
+ - Aghan
1343
+ - Aglahad
1344
+ - Ailinel
1345
+ - Aldamir
1346
+ - Aldor
1347
+ - Alfrida of the Yale
1348
+ - Algund
1349
+ - Almarian
1350
+ - Almáriel
1351
+ - Almiel
1352
+ - Alphros
1353
+ - Amandil
1354
+ - Amaranth Brandybuck
1355
+ - Amarië
1356
+ - Amdír
1357
+ - Amethyst Hornblower
1358
+ - Amlach
1359
+ - Amlaith
1360
+ - Amras
1361
+ - Amrod
1362
+ - Amroth
1363
+ - Amrothos
1364
+ - Anairë
1365
+ - Anardil
1366
+ - Anborn
1367
+ - Ancalagon
1368
+ - Andreth
1369
+ - Andróg
1370
+ - Andvír
1371
+ - Andwise Roper
1372
+ - Angamaitë
1373
+ - Angbor
1374
+ - Angelica Baggins
1375
+ - Angelimir
1376
+ - Angrim
1377
+ - Angrod
1378
+ - Annael
1379
+ - Anson Roper
1380
+ - Ar-Adûnakhôr
1381
+ - Ar-Gimilzôr
1382
+ - Ar-Pharazôn
1383
+ - Ar-Sakalthôr
1384
+ - Ar-Zimrathôn
1385
+ - Arachon
1386
+ - Arador
1387
+ - Araglas
1388
+ - Aragorn
1389
+ - Aragost
1390
+ - Arahad
1391
+ - Arahael
1392
+ - Aranarth
1393
+ - Arantar
1394
+ - Aranuir
1395
+ - Aranwë
1396
+ - Araphant
1397
+ - Araphor
1398
+ - Arassuil
1399
+ - Aratan
1400
+ - Arathorn
1401
+ - Araval
1402
+ - Aravir
1403
+ - Aravorn
1404
+ - Arciryas
1405
+ - Ardamir
1406
+ - Aredhel
1407
+ - Argeleb
1408
+ - Argon
1409
+ - Argonui
1410
+ - Arminas
1411
+ - Artamir
1412
+ - Arthad
1413
+ - Arvedui
1414
+ - Arvegil
1415
+ - Arveleg
1416
+ - Arwen
1417
+ - Asgon
1418
+ - Asphodel Brandybuck
1419
+ - Atanalcar
1420
+ - Atanatar
1421
+ - Aulendil
1422
+ - Avranc
1423
+ - Axantur
1424
+ - Azaghâl
1425
+ - Azog
1426
+ - Bain
1427
+ - Balbo Baggins
1428
+ - Baldor
1429
+ - Balin
1430
+ - Ban
1431
+ - Bandobras Took
1432
+ - Barach
1433
+ - Baragund
1434
+ - Barahir
1435
+ - Baran
1436
+ - Baranor
1437
+ - Bard
1438
+ - Barliman Butterbur
1439
+ - Basso Boffin
1440
+ - Beechbone
1441
+ - Belba Baggins
1442
+ - Beldir
1443
+ - Beldis
1444
+ - Belecthor
1445
+ - Beleg
1446
+ - Belegor
1447
+ - Belegorn
1448
+ - Belegund
1449
+ - Belemir
1450
+ - Belen
1451
+ - Beleth
1452
+ - Bell Goodchild
1453
+ - Belladonna Took
1454
+ - Bëor
1455
+ - Beorn
1456
+ - Bereg
1457
+ - Beregar
1458
+ - Beregond
1459
+ - Berelach
1460
+ - Beren
1461
+ - Bergil
1462
+ - Beril
1463
+ - Berilac Brandybuck
1464
+ - Bert
1465
+ - Berúthiel
1466
+ - Berylla Boffin
1467
+ - Bifur
1468
+ - Bilbo Baggins
1469
+ - Bilbo Gardner
1470
+ - Bill Butcher
1471
+ - Bill Ferny
1472
+ - Bingo Baggins
1473
+ - Blanco Bracegirdle
1474
+ - Blodren
1475
+ - Boar of Everholt
1476
+ - Bodo Proudfoot
1477
+ - Bodruith
1478
+ - Bofur
1479
+ - Bolg
1480
+ - Bombur
1481
+ - Bór
1482
+ - Borin
1483
+ - Borlach
1484
+ - Borlad
1485
+ - Borlas
1486
+ - Boromir
1487
+ - Boron
1488
+ - Borondir
1489
+ - Borthand
1490
+ - Bosco Boffin
1491
+ - Bowman Cotton
1492
+ - Brand
1493
+ - Brandir
1494
+ - Bregil
1495
+ - Brego
1496
+ - Bregolas
1497
+ - Bregor
1498
+ - Briffo Boffin
1499
+ - Brodda
1500
+ - Bruno Bracegirdle
1501
+ - Brytta
1502
+ - Bucca of the Marish
1503
+ - Buffo Boffin
1504
+ - Buldar
1505
+ - Bungo Baggins
1506
+ - Calimehtar
1507
+ - Calimmacil
1508
+ - Caliondo
1509
+ - Calmacil
1510
+ - Camellia Sackville
1511
+ - Caranthir
1512
+ - Carc
1513
+ - Carcharoth
1514
+ - Carl Cotton
1515
+ - Castamir
1516
+ - Celeborn
1517
+ - Celebrían
1518
+ - Celebrimbor
1519
+ - Celebrindor
1520
+ - Celegorm
1521
+ - Celepharn
1522
+ - Cemendur
1523
+ - Ceorl
1524
+ - Chica Chubb
1525
+ - Círdan
1526
+ - Cirion
1527
+ - Ciryandil
1528
+ - Ciryatur
1529
+ - Ciryon
1530
+ - Cora Goodbody
1531
+ - Cotman
1532
+ - Cottar
1533
+ - Curufin
1534
+ - Daddy Twofoot
1535
+ - Daeron
1536
+ - Dagnir
1537
+ - Dáin
1538
+ - Dáin Ironfoot
1539
+ - Dairuin
1540
+ - Daisy Baggins
1541
+ - Daisy Gamgee
1542
+ - Daisy Gardner
1543
+ - Damrod
1544
+ - Denethor
1545
+ - Déor
1546
+ - Déorwine
1547
+ - Dernhelm
1548
+ - Derufin
1549
+ - Dervorin
1550
+ - Diamond of Long Cleeve
1551
+ - Dina Diggle
1552
+ - Dinodas Brandybuck
1553
+ - Dior
1554
+ - Dírhael
1555
+ - Dírhaval
1556
+ - Dís
1557
+ - Doderic Brandybuck
1558
+ - Dodinas Brandybuck
1559
+ - Donnamira Took
1560
+ - Dora Baggins
1561
+ - Dori
1562
+ - Dorlas
1563
+ - Draugluin
1564
+ - Drogo Baggins
1565
+ - Druda Burrows
1566
+ - Dudo Baggins
1567
+ - Duilin
1568
+ - Duinhir
1569
+ - Dúnhere
1570
+ - Durin
1571
+ - Durin's Bane
1572
+ - Dwalin
1573
+ - Eärendil
1574
+ - Eärendur
1575
+ - Eärnil
1576
+ - Eärnur
1577
+ - Eärwen
1578
+ - Ebor
1579
+ - Ecthelion
1580
+ - Edrahil
1581
+ - Egalmoth
1582
+ - Eglantine Banks
1583
+ - Eilinel
1584
+ - Elanor Gardner
1585
+ - Elatan
1586
+ - Elboron
1587
+ - Eldacar
1588
+ - Eldalótë
1589
+ - Eldarion
1590
+ - Elemmakil
1591
+ - Elemmírë
1592
+ - Elendil
1593
+ - Elendur
1594
+ - Elentir
1595
+ - Elenwë
1596
+ - Elfhelm
1597
+ - Elfhild
1598
+ - Elfstan Fairbairn
1599
+ - Elfwine
1600
+ - Elladan
1601
+ - Elmar
1602
+ - Elmo
1603
+ - Elphir
1604
+ - Elrohir
1605
+ - Elrond
1606
+ - Elros
1607
+ - Elulindo
1608
+ - Eluréd
1609
+ - Elurín
1610
+ - Elwing
1611
+ - Emeldir
1612
+ - Enel
1613
+ - Enelyë
1614
+ - Enerdhil
1615
+ - Enthor
1616
+ - Eofor
1617
+ - Eöl
1618
+ - Éomer
1619
+ - Éomund
1620
+ - Eorl
1621
+ - Éothain
1622
+ - Éothéod
1623
+ - Éowyn
1624
+ - Eradan
1625
+ - Erchirion
1626
+ - Erendis
1627
+ - Erestor
1628
+ - Erien
1629
+ - Erkenbrand
1630
+ - Erling
1631
+ - Esmeralda Took
1632
+ - Estella Bolger
1633
+ - Estelmo
1634
+ - Everard Took
1635
+ - Falco Chubb-Baggins
1636
+ - Faniel
1637
+ - Faramir
1638
+ - Faramir Took
1639
+ - Farin
1640
+ - Farmer Cotton
1641
+ - Farmer Maggot
1642
+ - Fastolph Bolger
1643
+ - Fastred
1644
+ - Fastred of Greenholm
1645
+ - Fëanor
1646
+ - Fengel
1647
+ - Ferdibrand Took
1648
+ - Ferdinand Took
1649
+ - Ferumbras Took
1650
+ - Fíli
1651
+ - Filibert Bolger
1652
+ - Fimbrethil
1653
+ - Finarfin
1654
+ - Finbor
1655
+ - Findegil
1656
+ - Findis
1657
+ - Finduilas
1658
+ - Fingolfin
1659
+ - Fingon
1660
+ - Finrod
1661
+ - Finwë
1662
+ - Fíriel
1663
+ - Fíriel Fairbairn
1664
+ - Flambard Took
1665
+ - Flói
1666
+ - Folca
1667
+ - Folco Boffin
1668
+ - Folco Burrowes
1669
+ - Folcred
1670
+ - Folcwine
1671
+ - Forhend
1672
+ - Forlong
1673
+ - Forthwini
1674
+ - Fortinbras Took
1675
+ - Forweg
1676
+ - Fosco Baggins
1677
+ - Fram
1678
+ - Frár
1679
+ - Fréa
1680
+ - Fréaláf
1681
+ - Fréawine
1682
+ - Freca
1683
+ - Fredegar Bolger
1684
+ - Frerin
1685
+ - Frodo Baggins
1686
+ - Frodo Gardner
1687
+ - Frór
1688
+ - Frumgar
1689
+ - Fundin
1690
+ - Gaffer Gamgee
1691
+ - Galadhon
1692
+ - Galador
1693
+ - Galadriel
1694
+ - Galathil
1695
+ - Galdor
1696
+ - Galdor of the Havens
1697
+ - Galion
1698
+ - Gálmód
1699
+ - Gamil Zirak
1700
+ - Gamling
1701
+ - Gandalf
1702
+ - Gárulf
1703
+ - Gelmir
1704
+ - Gerda Boffin
1705
+ - Gerontius Took
1706
+ - Gethron
1707
+ - Ghân-buri-Ghân
1708
+ - Gil-galad
1709
+ - Gilbarad
1710
+ - Gildis
1711
+ - Gildor
1712
+ - Gilly Brownlock
1713
+ - Gilmith
1714
+ - Gilraen
1715
+ - Gilwen
1716
+ - Gimilkhâd
1717
+ - Gimilzagar
1718
+ - Gimli
1719
+ - Girion
1720
+ - Glaurung
1721
+ - Gléowine
1722
+ - Glirhuin
1723
+ - Glóin
1724
+ - Glóredhel
1725
+ - Glorfindel
1726
+ - Golasgil
1727
+ - Goldberry
1728
+ - Goldilocks Gardner
1729
+ - Goldwine
1730
+ - Golfimbul
1731
+ - Gollum
1732
+ - Gorbadoc Brandybuck
1733
+ - Gorbulas Brandybuck
1734
+ - Gorgol
1735
+ - Gorhendad Oldbuck
1736
+ - Gorlim
1737
+ - Gormadoc Brandybuck
1738
+ - Gothmog
1739
+ - Gram
1740
+ - Great Eagle
1741
+ - Great Goblin
1742
+ - Griffo Boffin
1743
+ - Grim
1744
+ - Gríma
1745
+ - Grimbeorn
1746
+ - Grimbold
1747
+ - Grishnákh
1748
+ - Grithnir
1749
+ - Gróin
1750
+ - Grór
1751
+ - Gruffo Boffin
1752
+ - Guilin
1753
+ - Gundabald Bolger
1754
+ - Gundahad Bolger
1755
+ - Gundahar Bolger
1756
+ - Gundolpho Bolger
1757
+ - Gundor
1758
+ - Guthláf
1759
+ - Gwaihir
1760
+ - Gwindor
1761
+ - Hador
1762
+ - Halbarad
1763
+ - Haldad
1764
+ - Haldan
1765
+ - Haldar
1766
+ - Haldir
1767
+ - Haleth
1768
+ - Halfast Gamgee
1769
+ - Halfred Gamgee
1770
+ - Halfred Greenhand
1771
+ - Halfred of Overhill
1772
+ - Hallacar
1773
+ - Hallas
1774
+ - Hallatan
1775
+ - Halmir
1776
+ - Háma
1777
+ - Hamfast Gardner
1778
+ - Hamfast of Gamwich
1779
+ - Hamson Gamgee
1780
+ - Handir
1781
+ - Hanna Goldworthy
1782
+ - Hannar
1783
+ - Hardang
1784
+ - Harding
1785
+ - Harding of the Hill
1786
+ - Hareth
1787
+ - Harry Goatleaf
1788
+ - Hathaldir
1789
+ - Hathol
1790
+ - Hatholdir
1791
+ - Hazad
1792
+ - Helm
1793
+ - Henderch
1794
+ - Hending
1795
+ - Herefara
1796
+ - Herendil
1797
+ - Heribald Bolger
1798
+ - Herion
1799
+ - Herubrand
1800
+ - Herugar Bolger
1801
+ - Herumor
1802
+ - Hild
1803
+ - Hilda Bracegirdle
1804
+ - Hildibrand Took
1805
+ - Hildifons Took
1806
+ - Hildigard Took
1807
+ - Hildigrim Took
1808
+ - Hirgon
1809
+ - Hiril
1810
+ - Hirluin
1811
+ - Hirwen
1812
+ - Hob Gammidge
1813
+ - Hob Hayward
1814
+ - Hobson
1815
+ - Holdwine
1816
+ - Holfast Gardner
1817
+ - Holman Cotton
1818
+ - Horn
1819
+ - Huan
1820
+ - Hugo Boffin
1821
+ - Hugo Bracegirdle
1822
+ - Hundad
1823
+ - Hundar
1824
+ - Hunleth
1825
+ - Hunthor
1826
+ - Huor
1827
+ - Húrin
1828
+ - Hyarmendacil
1829
+ - Iago Grubb
1830
+ - Îbal
1831
+ - Ibun
1832
+ - Idis
1833
+ - Idril
1834
+ - Ilberic Brandybuck
1835
+ - Imin
1836
+ - Iminyë
1837
+ - Imlach
1838
+ - Imrahil
1839
+ - Imrazôr
1840
+ - Indis
1841
+ - Indor
1842
+ - Ingold
1843
+ - Ingwë
1844
+ - Ingwion
1845
+ - Inziladûn
1846
+ - Inzilbêth
1847
+ - Ioreth
1848
+ - Iorlas
1849
+ - Írildë
1850
+ - Írimë
1851
+ - Írimon
1852
+ - Irolas
1853
+ - Isembard Took
1854
+ - Isembold Took
1855
+ - Isengar Took
1856
+ - Isengrim
1857
+ - Isildur
1858
+ - Isilmë
1859
+ - Isilmo
1860
+ - Isumbras
1861
+ - Ithilbor
1862
+ - Ivorwen
1863
+ - Ivriniel
1864
+ - Ivy Goodenough
1865
+ - Jago Boffin
1866
+ - Jessamine Boffin
1867
+ - Khamûl
1868
+ - Khîm
1869
+ - Kíli
1870
+ - King of the Dead
1871
+ - Lagduf
1872
+ - Lalaith
1873
+ - Landroval
1874
+ - Largo Baggins
1875
+ - Larnach
1876
+ - Laura Grubb
1877
+ - Lavender Grubb
1878
+ - Leaflock
1879
+ - Legolas
1880
+ - Lenwë
1881
+ - Léod
1882
+ - Lily Baggins
1883
+ - Lily Brown
1884
+ - Linda Baggins
1885
+ - Lindir
1886
+ - Lindissë
1887
+ - Lindórië
1888
+ - Lobelia Sackville-Baggins
1889
+ - Lofar
1890
+ - Lonely Troll
1891
+ - Longo Baggins
1892
+ - Lóni
1893
+ - Lorgan
1894
+ - Lothíriel
1895
+ - Lotho Sackville-Baggins
1896
+ - Lugdush
1897
+ - Lúthien
1898
+ - Mablung
1899
+ - Madoc Brandybuck
1900
+ - Madril
1901
+ - Maedhros
1902
+ - Maeglin
1903
+ - Maglor
1904
+ - Magor
1905
+ - Mahtan
1906
+ - Mairen
1907
+ - Malach
1908
+ - Malantur
1909
+ - Malbeth
1910
+ - Mallor
1911
+ - Malva Headstrong
1912
+ - Malvegil
1913
+ - Manthor
1914
+ - Manwendil
1915
+ - Marach
1916
+ - Marcho
1917
+ - Mardil
1918
+ - Marhari
1919
+ - Marhwini
1920
+ - Marigold Gamgee
1921
+ - Marmadas Brandybuck
1922
+ - Marmadoc Brandybuck
1923
+ - Marroc Brandybuck
1924
+ - Mat Heathertoes
1925
+ - Mauhúr
1926
+ - May Gamgee
1927
+ - Meleth
1928
+ - Melian
1929
+ - Melilot Brandybuck
1930
+ - Menegilda Goold
1931
+ - Meneldil
1932
+ - Meneldor
1933
+ - Mentha Brandybuck
1934
+ - Meriadoc Brandybuck
1935
+ - Merimac Brandybuck
1936
+ - Merimas Brandybuck
1937
+ - Merry Gardner
1938
+ - Milo Burrows
1939
+ - Mîm
1940
+ - Mimosa Bunce
1941
+ - Minardil
1942
+ - Minastan
1943
+ - Minohtar
1944
+ - Minto Burrows
1945
+ - Mirabella Took
1946
+ - Míriel
1947
+ - Mithrellas
1948
+ - Mogru
1949
+ - Moro Burrows
1950
+ - Morwë
1951
+ - Morwen
1952
+ - Morwen Steelsheen
1953
+ - Mosco Burrows
1954
+ - Mouth of Sauron
1955
+ - Mrs. Bunce
1956
+ - Mrs. Maggot
1957
+ - Mungo Baggins
1958
+ - Muzgash
1959
+ - Myrtle Burrows
1960
+ - Náin
1961
+ - Náli
1962
+ - Nar
1963
+ - Nár
1964
+ - Narmacil
1965
+ - Narvi
1966
+ - Nazgûl
1967
+ - Nellas
1968
+ - Nerdanel
1969
+ - Nessanië
1970
+ - Nienor
1971
+ - Nimloth of Doriath
1972
+ - Nimrodel
1973
+ - Nina Lightfoot
1974
+ - Nob
1975
+ - Nolondil
1976
+ - Nora Bolger
1977
+ - Nori
1978
+ - Númendil
1979
+ - Núneth
1980
+ - Nurwë
1981
+ - Odo Proudfoot
1982
+ - Odovacar Bolger
1983
+ - Ohtar
1984
+ - Óin
1985
+ - Old Noakes
1986
+ - Olo Proudfoot
1987
+ - Olwë
1988
+ - Ondoher
1989
+ - Orchaldor
1990
+ - Orgulas Brandybuck
1991
+ - Ori
1992
+ - Orleg
1993
+ - Ornendil
1994
+ - Ornil
1995
+ - Orodreth
1996
+ - Oromendil
1997
+ - Orontor
1998
+ - Oropher
1999
+ - Orophin
2000
+ - Ostoher
2001
+ - Otho Sackville-Baggins
2002
+ - Othrondir
2003
+ - Otto Boffin
2004
+ - Paladin Took
2005
+ - Pansy Baggins
2006
+ - Peeping Jack
2007
+ - Pelendur
2008
+ - Pengolodh
2009
+ - Peony Baggins
2010
+ - Peregrin Took
2011
+ - Pervinca Took
2012
+ - Pimpernel Took
2013
+ - Pippin Gardner
2014
+ - Poldor
2015
+ - Polo Baggins
2016
+ - Ponto Baggins
2017
+ - Poppy Chubb-Baggins
2018
+ - Porto Baggins
2019
+ - Posco Baggins
2020
+ - Pott the Mayor
2021
+ - Primrose Boffin
2022
+ - Primrose Gardner
2023
+ - Primula Brandybuck
2024
+ - Prisca Baggins
2025
+ - Quennar
2026
+ - Quickbeam
2027
+ - Radagast
2028
+ - Radbug
2029
+ - Radhruin
2030
+ - Ragnir
2031
+ - Ragnor
2032
+ - Reginard Took
2033
+ - Rían
2034
+ - Roäc
2035
+ - Robin Gardner
2036
+ - Robin Smallburrow
2037
+ - Rollo Boffin
2038
+ - Rómendacil
2039
+ - Rorimac Brandybuck
2040
+ - Rosa Baggins
2041
+ - Rosamunda Took
2042
+ - Rose Cotton
2043
+ - Rose Gardner
2044
+ - Rowan
2045
+ - Rowlie Appledore
2046
+ - Ruby Bolger
2047
+ - Ruby Gardner
2048
+ - Rudibert Bolger
2049
+ - Rudigar Bolger
2050
+ - Rudolph Bolger
2051
+ - Rufus Burrows
2052
+ - Rúmil
2053
+ - Sador
2054
+ - Saelon
2055
+ - Saeros
2056
+ - Sagroth
2057
+ - Salvia Brandybuck
2058
+ - Samwise Gamgee
2059
+ - Sancho Proudfoot
2060
+ - Sangahyando
2061
+ - Sapphira Brockhouse
2062
+ - Saradas Brandybuck
2063
+ - Saradoc Brandybuck
2064
+ - Saruman
2065
+ - Sauron
2066
+ - Scatha
2067
+ - Seredic Brandybuck
2068
+ - Shagram
2069
+ - Shelob
2070
+ - Sigismond Took
2071
+ - Silmariën
2072
+ - Siriondil
2073
+ - Skinbark
2074
+ - Smaug
2075
+ - Snaga
2076
+ - Soronto
2077
+ - Tal-Elmar
2078
+ - Tanta Hornblower
2079
+ - Tar-Alcarin
2080
+ - Tar-Aldarion
2081
+ - Tar-Amandil
2082
+ - Tar-Anárion
2083
+ - Tar-Ancalimë
2084
+ - Tar-Ancalimon
2085
+ - Tar-Anducal
2086
+ - Tar-Ardamin
2087
+ - Tar-Atanamir
2088
+ - Tar-Calmacil
2089
+ - Tar-Ciryatan
2090
+ - Tar-Elendil
2091
+ - Tar-Meneldur
2092
+ - Tar-Minastir
2093
+ - Tar-Míriel
2094
+ - Tar-Palantir
2095
+ - Tar-Súrion
2096
+ - Tar-Telemmaitë
2097
+ - Tar-Telperiën
2098
+ - Tar-Vanimeldë
2099
+ - Tarannon Falastur
2100
+ - Tarcil
2101
+ - Tarciryan
2102
+ - Targon
2103
+ - Tarondor
2104
+ - Tata
2105
+ - Tatië
2106
+ - Ted Sandyman
2107
+ - Telchar
2108
+ - Telemnar
2109
+ - Telumehtar Umbardacil
2110
+ - Thengel
2111
+ - Theobald Bolger
2112
+ - Théoden
2113
+ - Théodred
2114
+ - Théodwyn
2115
+ - Thingol
2116
+ - Thorin
2117
+ - Thorin Stonehelm
2118
+ - Thorondir
2119
+ - Thorondor
2120
+ - Thráin
2121
+ - Thranduil
2122
+ - Thrór
2123
+ - Tindómiel
2124
+ - Tobold Hornblower
2125
+ - Togo Goodbody
2126
+ - Tolman Cotton Junior
2127
+ - Tolman Gardner
2128
+ - Tom Bombadil
2129
+ - Tom Pickthorn
2130
+ - Torhir Ifant
2131
+ - Tosto Boffin
2132
+ - Treebeard
2133
+ - Tuor
2134
+ - Turambar
2135
+ - Turgon
2136
+ - Túrin
2137
+ - Uffo Boffin
2138
+ - Ufthak
2139
+ - Ulbar
2140
+ - Uldor
2141
+ - Ulfang
2142
+ - Ulfast
2143
+ - Ulrad
2144
+ - Ulwarth
2145
+ - Ungoliant
2146
+ - Urthel
2147
+ - Valacar
2148
+ - Valandil
2149
+ - Valandur
2150
+ - Vardamir
2151
+ - Vardilmë
2152
+ - Vëantur
2153
+ - Vidugavia
2154
+ - Vidumavi
2155
+ - Vigo Boffin
2156
+ - Vinitharya
2157
+ - Vorondil
2158
+ - Voronwë
2159
+ - Walda
2160
+ - Watcher in the Water
2161
+ - Wídfara
2162
+ - Wilcome
2163
+ - Wilibald Bolger
2164
+ - Wilimar Bolger
2165
+ - Will Whitfoot
2166
+ - William
2167
+ - Willie Banks
2168
+ - Wiseman Gamwich
2169
+ - Witch-king
2170
+ - Wulf
2171
+ - Yávien
2172
+ - Zamîn
2173
+ - Zimrahin
2174
+ - Zimraphel
2175
+ lord_of_the_rings:
2176
+ characters:
2177
+ - Frodo Baggins
2178
+ - Gandalf the Grey
2179
+ - Samwise Gamgee
2180
+ - Meriadoc Brandybuck
2181
+ - Peregrin Took
2182
+ - Aragorn
2183
+ - Legolas
2184
+ - Gimli
2185
+ - Boromir
2186
+ - Sauron
2187
+ - Gollum
2188
+ - Bilbo Baggins
2189
+ - Tom Bombadil
2190
+ - Glorfindel
2191
+ - Elrond
2192
+ - Arwen Evenstar
2193
+ - Galadriel
2194
+ - Saruman the White
2195
+ - Éomer
2196
+ - Théoden
2197
+ - Éowyn
2198
+ - Grìma Wormtongue
2199
+ - Shadowfax
2200
+ - Treebeard
2201
+ - Quickbeam
2202
+ - Shelob
2203
+ - Faramir
2204
+ - Denethor
2205
+ - Beregond
2206
+ - Barliman Butterbur
2207
+ locations:
2208
+ - Aglarond
2209
+ - Aldburg
2210
+ - Andustar
2211
+ - Angband
2212
+ - Argonath
2213
+ - Bag End
2214
+ - Barad-dûr
2215
+ - Black Gate
2216
+ - Bridge of Khazad-dûm
2217
+ - Carchost
2218
+ - Cirith Ungol
2219
+ - Coldfells
2220
+ - Crack of Doom
2221
+ - Dark Land
2222
+ - Dol Guldur
2223
+ - Dome of Stars
2224
+ - Doors of Durin
2225
+ - Doriath
2226
+ - East Beleriand
2227
+ - Eastfarthing
2228
+ - East Road
2229
+ - Eithel Sirion
2230
+ - Elostirion
2231
+ - Enchanted Isles
2232
+ - Endless Stair
2233
+ - Eä
2234
+ - Falls of Rauros
2235
+ - Fens of Serech
2236
+ - Field of Celebrant
2237
+ - Fords of Isen
2238
+ - The Forsaken Inn
2239
+ - Gap of Rohan
2240
+ - Gladden Fields
2241
+ - Gorgoroth
2242
+ - Greenway
2243
+ - Haudh-en-Nirnaeth
2244
+ - Haven of the Eldar
2245
+ - Helm's Deep
2246
+ - Henneth Annûn
2247
+ - Hobbit-hole
2248
+ - Houses of Healing
2249
+ - Hyarnustar
2250
+ - Ilmen
2251
+ - Inn of the Prancing Pony
2252
+ - Isengard
2253
+ - Isenmouthe
2254
+ - Isle of Balar
2255
+ - Land of the Sun
2256
+ - Losgar
2257
+ - Luthany
2258
+ - Lothlorièn
2259
+ - Maglor's Gap
2260
+ - Marish
2261
+ - Meduseld
2262
+ - Minas Tirith
2263
+ - Minhiriath
2264
+ - Máhanaxar
2265
+ - Narchost
2266
+ - Nargothrond
2267
+ - Núath
2268
+ - Old Ford
2269
+ - Old Forest
2270
+ - Old Forest Road
2271
+ - Orthanc
2272
+ - Parth Galen
2273
+ - Paths of the Dead
2274
+ - Pelennor Fields
2275
+ - Rath Dínen
2276
+ - Regions of the Shire
2277
+ - Rivendell
2278
+ - The Rivers and Beacon-Hills of Gondor
2279
+ - Sarn Ford
2280
+ - Taur-en-Faroth
2281
+ - Taur-im-Duinath
2282
+ - Timeless Halls
2283
+ - Tol Brandir
2284
+ - Tol Galen
2285
+ - Tol Morwen
2286
+ - Tol-in-Gaurhoth
2287
+ - Tumladen
2288
+ - Utumno
2289
+ - Vaiya
2290
+ - Vista
2291
+ - The Void
2292
+ - Warning beacons of Gondor
2293
+ quotes:
2294
+ - Often does hatred hurt itself!
2295
+ - Go now, and die in what way seems best to you.
2296
+ - Memory is not what the heart desires. That is only a mirror....
2297
+ - Dwarves’ tongues run on when speaking of their handiwork, they say.
2298
+ - But all’s well as ends well
2299
+ - Sing, all ye children of the West
2300
+ - '...and all the stars flowered in the sky.'
2301
+ - Clothes are but little loss, if you escape from drowning.
2302
+ - The wolf that one hears is worse than the orc that one fears. - Boromir
2303
+ - I don't keep water in my pockets.
2304
+ - 'For he gave it up in the end of his own accord: an important point. No,'
2305
+ - I could not 'make' you--except by force, which would break your mind.
2306
+ - Their faces were as a rule good-natured rather than beautiful.
2307
+ - The Lord of the Ringwraiths had met his doom.
2308
+ - Many that live deserve death. And some that die deserve life
2309
+ - Short cuts make delays, but inns make longer ones.
2310
+ - But where the warg howls, there also the orc prowls. - Aragorn
2311
+ - In winter here no heart could mourn for summer or for spring.
2312
+ - his old life lay behind in the mists, dark adventure lay in front.
2313
+ - I sang of leaves, of leaves of gold, and leaves of gold there grew
2314
+ - Someone else always has to carry on the story.
2315
+ - It's the job that's never started as takes longest to finish.
2316
+ - Moonlight drowns out all but the brightest stars.
2317
+ - Fear nothing! Have peace until the morning! Heed no nightly noises!
2318
+ - I’ll get there, if I leave everything but my bones behind,
2319
+ - NO ADMITTANCE EXCEPT ON PARTY BUSINESS.
2320
+ - Real names tell you the story of the things they belong to
2321
+ - Deeds will not be less valiant because they are unpraised.
2322
+ - Even the smallest person can change the course of the future.
2323
+ - Who knows? Have patience. Go where you must go, and hope!
2324
+ - Yet dawn is ever the hope of men,’ said Aragorn.
2325
+ - You will soon be well, if I do not talk you to death.
2326
+ - Memory is not what the heart desires. That is only a mirror,
2327
+ - You have shown your usual cunning in getting up just in time for a meal.
2328
+ - The great storm is coming, but the tide has turned.
2329
+ - '...as young and as ancient as Spring....'
2330
+ - Why couldn’t he stop talking and let them drink his health?
2331
+ - Not all those who wander are lost
2332
+ - 'But in this at least thou shalt not defy my will: to rule my own end.'
2333
+ - I look foul and feel fair.
2334
+ - It's the job that's never started as takes longest to finish.
2335
+ - Moonlight drowns out all but the brightest stars.
2336
+ - I didn't think it would end this way.
2337
+ - Home is behind, the world ahead
2338
+ - All's well that ends better.
2339
+ - I want to be a healer, and love all things that grow and are not barren.
2340
+ - Where there's life there's hope, and need of vittles.
2341
+ - A hunted man sometimes wearies of distrust and longs for friendship.
2342
+ - The leaves were long, the grass was green
2343
+ - Begone, foul dwimmerlaik, lord of carrion! Leave the dead in peace!
2344
+ - The world is indeed full of peril and in it there are many dark places.
2345
+ - To the sea, to the sea! The white gulls are crying
2346
+ - Do not scorn pity that is the gift of a gentle heart, Éowyn!
2347
+ - I wish the Ring had never come to me. I wish none of this had happened.
2348
+ hobbit:
2349
+ character:
2350
+ - Bilbo Baggins
2351
+ - Bungo Baggins
2352
+ - Belladonna Took
2353
+ - Bullroarer Took
2354
+ - Gandalf The Grey
2355
+ - Radagast
2356
+ - Dain
2357
+ - Thorin Oakenshield
2358
+ - Fili
2359
+ - Kili
2360
+ - Balin
2361
+ - Dwalin
2362
+ - Oin
2363
+ - Gloin
2364
+ - Dori
2365
+ - Nori
2366
+ - Ori
2367
+ - Bifur
2368
+ - Bofur
2369
+ - Bombur
2370
+ - Elrond
2371
+ - Galion
2372
+ - Bard the Bowman
2373
+ - Beorn
2374
+ - Tom
2375
+ - Bert
2376
+ - Bill Huggins
2377
+ - Gollum
2378
+ - The Necromancer
2379
+ - Smaug
2380
+ - Carc
2381
+ - Roac
2382
+ - The Lord of the Eagles
2383
+ - The Great Goblin
2384
+ - Bolg
2385
+ - Golfimbul
2386
+ thorins_company:
2387
+ - Thorin Oakenshield
2388
+ - Fili
2389
+ - Kili
2390
+ - Balin
2391
+ - Dwalin
2392
+ - Oin
2393
+ - Gloin
2394
+ - Dori
2395
+ - Nori
2396
+ - Ori
2397
+ - Bifur
2398
+ - Bofur
2399
+ - Bombur
2400
+ - Gandalf
2401
+ - Bilbo Baggins
2402
+ quote:
2403
+ - Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?
2404
+ - There is nothing like looking, if you want to find something. You certainly usually find something, if you look, but it is not always quite the something you were after.
2405
+ - In a hole in the ground there lived a hobbit.
2406
+ - It does not do to leave a live dragon out of your calculations, if you live near him.
2407
+ - May the wind under your wings bear you where the sun sails and the moon walks.
2408
+ - Where there's life there's hope.
2409
+ - So comes snow after fire, and even dragons have their endings.
2410
+ - '"Where did you go to, if I may ask?" said Thorin to Gandalf as they rode along. "To look ahead" said he. "And what brought you back in the nick of time?" "Looking behind" said he.'
2411
+ - '"You have nice manners for a thief and a liar", said the dragon.'
2412
+ - May the hair on your toes never fall out!
2413
+ - The road goes ever on and on...
2414
+ - Never laugh at live dragons, Bilbo you fool!
2415
+ location:
2416
+ - Bree
2417
+ - The Shire
2418
+ - Rivendell
2419
+ - The Misty Mountains
2420
+ - Beorn's Hall
2421
+ - Mirkwood
2422
+ - Esgaroth
2423
+ - Erebor
2424
+ - Bag-End
2425
+ - Under-Hill
2426
+ - Mount Gram
2427
+ - Green Fields
2428
+ - Last Desert
2429
+ - Lonely Mountain
2430
+ - Withered Heath
2431
+ - Country Round
2432
+ - Long Lake
2433
+ - River Running
2434
+ - Mines of Moria
2435
+ - Green Dragon Inn
2436
+ - Bywater
2437
+ - The Great Mill
2438
+ - Wilderland
2439
+ - Gondolin
2440
+ - Land Beyond
2441
+ - Goblin Gate
2442
+ - Carrock
2443
+ - High Pass
2444
+ - Great River
2445
+ - Grey Mountains
2446
+ - Land of the Necromancer
2447
+ - Long Marshes
2448
+ - Forest River
2449
+ - Lake Town
2450
+ - Dorwinion
2451
+ - Ravenhill
2452
+ - Iron Hills
2453
+ - Mount Gundabad