faker 2.14.0 → 2.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +83 -0
- data/README.md +9 -0
- data/lib/faker.rb +37 -15
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +4 -4
- data/lib/faker/default/bank.rb +3 -5
- data/lib/faker/default/barcode.rb +11 -11
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/chile_rut.rb +3 -2
- data/lib/faker/default/code.rb +2 -2
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +40 -10
- data/lib/faker/default/driving_licence.rb +1 -1
- data/lib/faker/default/drone.rb +25 -25
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/hipster.rb +8 -5
- data/lib/faker/default/id_number.rb +2 -2
- data/lib/faker/default/internet.rb +5 -4
- data/lib/faker/default/invoice.rb +1 -1
- data/lib/faker/default/json.rb +4 -4
- data/lib/faker/default/lorem.rb +2 -2
- data/lib/faker/default/measurement.rb +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/number.rb +1 -1
- data/lib/faker/default/omniauth.rb +2 -0
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +1 -1
- data/lib/faker/games/dnd.rb +6 -6
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/minecraft.rb +65 -0
- data/lib/faker/games/street_fighter.rb +4 -4
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +2 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/unique_generator.rb +3 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +3 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +273 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/street_fighter.yml +4 -4
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +16 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/ja.yml +5 -1
- data/lib/locales/pt-BR.yml +1 -1
- data/lib/locales/uk.yml +2 -0
- metadata +38 -10
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,68 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
room:
|
4
|
+
actors:
|
5
|
+
- Tommy Wiseau
|
6
|
+
- Juliette Danielle
|
7
|
+
- Greg Sestero
|
8
|
+
- Philip Haldiman
|
9
|
+
- Carolyn Minnott
|
10
|
+
- Robyn Paris
|
11
|
+
- Scott Holmes
|
12
|
+
- Dan Janjigian
|
13
|
+
- Kyle Vogt
|
14
|
+
- Greg Ellery
|
15
|
+
characters:
|
16
|
+
- Johnny
|
17
|
+
- Lisa
|
18
|
+
- Mark
|
19
|
+
- Denny
|
20
|
+
- Claudette
|
21
|
+
- Michelle
|
22
|
+
- Mike
|
23
|
+
- Chris-R
|
24
|
+
- Peter
|
25
|
+
- Steven
|
26
|
+
locations:
|
27
|
+
- Johnny's Place
|
28
|
+
- Rooftop
|
29
|
+
- Park
|
30
|
+
- Alley
|
31
|
+
- Flower Shop
|
32
|
+
- Claudette's Place
|
33
|
+
quotes:
|
34
|
+
- "Oh hi, Denny"
|
35
|
+
- "Anything for my princess! Ha-ha-ha-ha."
|
36
|
+
- "Denny, two's great, but three's a crowd. Ha-ha."
|
37
|
+
- "Oh hi, Johnny, I didn't know it was you."
|
38
|
+
- "Here you go, keep the change. Hi doggy!"
|
39
|
+
- "You're my favorite customer"
|
40
|
+
- "I just want to talk to Johnny. You look beautiful today. Can I kiss you?"
|
41
|
+
- "I got the results of the test back. I definitely have breast cancer."
|
42
|
+
- "Did you, uh, know, that chocolate is the symbol of love?"
|
43
|
+
- "Where’s my money, Denny?"
|
44
|
+
- "Denny, what kind of money, just tell me!"
|
45
|
+
- "What kind of drugs, Denny?"
|
46
|
+
- "I did not hit her! It’s not true! It’s bullshit! I did not hit her! I did not! Oh, hi Mark."
|
47
|
+
- "A-ha-ha-ha! What a story, Mark!"
|
48
|
+
- "You can love someone deep inside your heart, and there is nothing wrong with it. If a lot of people loved each other, the world would be a better place to live."
|
49
|
+
- "I never hit you. You shouldn’t have any secrets from me. I’m your future husband."
|
50
|
+
- "Why Lisa, why Lisa, please talk to me, please! You’re part of my life, you are everything, I could not go on without you, Lisa."
|
51
|
+
- "You’re lying, I never hit you. You are tearing me apart, Lisa!"
|
52
|
+
- "Do you understand life? Do you?"
|
53
|
+
- "Oh hi, Mike, what’s new?"
|
54
|
+
- "Oh hey, Denny."
|
55
|
+
- "How can they say this about me? I don’t believe it. I show them. I will record everything."
|
56
|
+
- "You know what they say: love is blind."
|
57
|
+
- "Ha-ha-ha, chicken, Peter, you’re just a little chicken! Cheep, cheep cheep cheep cheep chee-ee-ee-eep eeeeeeeeeeee!"
|
58
|
+
- "Oh, hi Denny. Nice tux, you look great."
|
59
|
+
- "You look great. You look a babyface."
|
60
|
+
- "Oh hi, Susan."
|
61
|
+
- "We got a new client at the bank, we make a lot of money."
|
62
|
+
- "Anyway, how is your sex life?"
|
63
|
+
- "Oh hi, Claudette. Bye!"
|
64
|
+
- "You betrayed me, you’re not good, you’re just a chicken, cheep-cheep-cheep-cheep-cheep."
|
65
|
+
- "It’s not over! Everybody betray me! I fed up with this world!"
|
66
|
+
- "How could you do this to me?! I gave you seven years of my life! And you betray me."
|
67
|
+
- "Aughhhhhhhh!!! Everybody betray me. I don’t have a friend in the world."
|
68
|
+
- "As far as I’m concerned, you can drop off the earth. That’s a promise"
|
data/lib/locales/en/source.yml
CHANGED
@@ -4,9 +4,19 @@ en:
|
|
4
4
|
hello_world:
|
5
5
|
ruby: "puts 'Hello World!'"
|
6
6
|
javascript: "alert('Hello World!');"
|
7
|
+
c: "printf('Hello World!');"
|
8
|
+
php: "echo 'Hello World!';"
|
9
|
+
python: "print('Hello World!')"
|
10
|
+
java: "System.out.println('Hello World!');"
|
11
|
+
elixir: "IO.puts 'Hello World!'"
|
7
12
|
print:
|
8
13
|
ruby: "puts 'faker_string_to_print'"
|
9
14
|
javascript: "console.log('faker_string_to_print');"
|
15
|
+
c: "printf('faker_string_to_print');"
|
16
|
+
php: "echo 'faker_string_to_print';"
|
17
|
+
python: "print('faker_string_to_print')"
|
18
|
+
java: "System.out.println('faker_string_to_print');"
|
19
|
+
elixir: "IO.puts 'faker_string_to_print'"
|
10
20
|
print_1_to_10:
|
11
21
|
ruby: "
|
12
22
|
(1..10).each { |i| puts i }"
|
@@ -14,3 +24,23 @@ en:
|
|
14
24
|
for (let i=0; i<10; i++) {
|
15
25
|
console.log(i);
|
16
26
|
}"
|
27
|
+
c: "
|
28
|
+
for(int i=0; i<10; i++)
|
29
|
+
{
|
30
|
+
printf('%d', i);
|
31
|
+
}"
|
32
|
+
php: "
|
33
|
+
for ($i=1; $i<10; $i++) {
|
34
|
+
echo $i;
|
35
|
+
}"
|
36
|
+
python: "
|
37
|
+
for i in range(10):
|
38
|
+
print(i)"
|
39
|
+
java: "
|
40
|
+
for (int i=0; i<10; i++) {
|
41
|
+
System.out.println(i);
|
42
|
+
}"
|
43
|
+
elixir: "
|
44
|
+
Enum.each(1..10, fn(x) ->
|
45
|
+
IO.puts x
|
46
|
+
end)"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
star_trek:
|
4
|
-
character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota
|
4
|
+
character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota Uhura"]
|
5
5
|
location: ["Qo'noS", "Romulus", "Bajor", "Vulcan", "Neutral Zone", "Alpha Quadrant", "Beta Quadrant", "Delta Quadrant", "Gamma Quadrant", "Tau Ceti Prime", "Wolf 359", "Thalos VII", "Cardassia", "Trillius Prime", "Badlands", "Betazed", "Risa", "Deep Space Nine", "Ferenginar", "The Briar Patch", "Khitomer"]
|
6
6
|
specie: ["Breen", "El-Aurian", "Jem'Hadar", "Kazon", "Ocampa", "Q", "Ferengi", "Klingon", "Talaxian", "Vidiian", "Cardassian", "Vulcan", "Borg", "Romulan", "Vorta", "Andorian", "Bajoran", "Betazoid"]
|
7
7
|
villain: ["Q", "Gorn", "Khan Noonien Singh", "Ru'afo", "Maltz", "Kruge", "Ayel", "Admiral Marcus", "Martia", "Lt. Valeris", "V'ger", "God of Sha Ka Ree", "Admiral Dougherty", "Nero", "Krall", "Tolian Soran", "Shinzon", "General Chang", "Lursa", "B'Etor", "Borg Queen"]
|
@@ -959,7 +959,7 @@ en:
|
|
959
959
|
- Light of Virtue
|
960
960
|
- Lightning Beast
|
961
961
|
- Lightning Cannonball
|
962
|
-
- Lightning Grenade
|
962
|
+
- Lightning Grenade
|
963
963
|
- Lightning Mole
|
964
964
|
- Linear Movement
|
965
965
|
- Linear Movement Avante
|
@@ -1308,12 +1308,12 @@ en:
|
|
1308
1308
|
- Soul Passing
|
1309
1309
|
- Soul Piede
|
1310
1310
|
- Soul Reflect
|
1311
|
-
- Soul Reflect: Kamal
|
1312
|
-
- Soul Reflect: Stella
|
1311
|
+
- "Soul Reflect: Kamal"
|
1312
|
+
- "Soul Reflect: Stella"
|
1313
1313
|
- Soul Satellite
|
1314
1314
|
- Soul Spark
|
1315
1315
|
- Soul Sphere
|
1316
|
-
- Soul Sphere: Ankh
|
1316
|
+
- "Soul Sphere: Ankh"
|
1317
1317
|
- Soul Spiral
|
1318
1318
|
- Soul Throw
|
1319
1319
|
- Soulless
|
@@ -0,0 +1,107 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
studio_ghibli:
|
4
|
+
characters:
|
5
|
+
- Chihiro Ogino
|
6
|
+
- Traveling Soot
|
7
|
+
- Yubaba
|
8
|
+
- Haku
|
9
|
+
- No-Face
|
10
|
+
- Zeniba
|
11
|
+
- Kamaji
|
12
|
+
- Howl Jenkins Pendragon
|
13
|
+
- Sophie Hatter
|
14
|
+
- Witch of the Waste
|
15
|
+
- Lettie Hatter
|
16
|
+
- Calcifer
|
17
|
+
- Markl
|
18
|
+
- Tunip Head
|
19
|
+
- Suliman
|
20
|
+
- Pazu
|
21
|
+
- Shiita
|
22
|
+
- Dola
|
23
|
+
- Louis
|
24
|
+
- Seita Yokokawa
|
25
|
+
- Setsuko Yokokawa
|
26
|
+
- Kiyoshi Yokokawa
|
27
|
+
- Ponyo
|
28
|
+
- Fujimoto
|
29
|
+
- Granmamare
|
30
|
+
- Sōsuke
|
31
|
+
- Lisa
|
32
|
+
- Kōichi
|
33
|
+
- Ashitaka
|
34
|
+
- San
|
35
|
+
- Jiko-bō
|
36
|
+
- Lady Eboshi
|
37
|
+
- Moro
|
38
|
+
- Nausicaä
|
39
|
+
- Jhil
|
40
|
+
- Yupa
|
41
|
+
- Obaba Hisako
|
42
|
+
- Marco Pagot
|
43
|
+
- Gina
|
44
|
+
- Fio Piccolo
|
45
|
+
- Donald Curtis
|
46
|
+
- Mamma Aiuto
|
47
|
+
- Capo
|
48
|
+
- Mr. Piccolo
|
49
|
+
- Bellini
|
50
|
+
- Jiji
|
51
|
+
- Kiki the Witch
|
52
|
+
- Tombo Kopoli
|
53
|
+
- Osono
|
54
|
+
- Ursula
|
55
|
+
- Totoro
|
56
|
+
- Mei Kusakabe
|
57
|
+
- Catbus
|
58
|
+
- Satsuki Kusakabe
|
59
|
+
- Tatsuo Kusakabe
|
60
|
+
- Kanta Ōgaki
|
61
|
+
- Yasuko Kusakabe
|
62
|
+
quotes:
|
63
|
+
- It’s not really important what color your dress is. What matters is the heart inside.
|
64
|
+
- We each need to find our own inspiration, Kiki. Sometimes it’s not easy.
|
65
|
+
- Maybe I can stay and find some other nice people who will like me and accept me for who I am.
|
66
|
+
- Something you wouldn't recognize. It’s called love.
|
67
|
+
- Once you do something, you never forget. Even if you can't remember.
|
68
|
+
- Here's another curse for you, may all your bacon burn.
|
69
|
+
- I'm going up to my room now, where I may die.
|
70
|
+
- Really, these wizards! You'd think no one had ever had a cold before! Well, what is it?
|
71
|
+
- I give up. I see no point in living if I can’t be beautiful.
|
72
|
+
- Life is suffering. It is hard. The world is cursed. But still you find reasons to keep living.
|
73
|
+
- Look, everyone! This is what hatred looks like! This is what it does when it catches hold of you! It's eating me alive, and very soon now it will kill me! Fear and anger only make it grow faster!
|
74
|
+
- These days, there are angry ghosts all around us. Dead from wars, sickness, starvation, and nobody cares. So - you say you're under a curse. So what, so's the whole damn world.
|
75
|
+
- It's not really important what color your dress is. What matters is the heart inside. I think something's wrong with me. I make friends, then suddenly I can't bear to be with any of them. Seems like that other me, the cheerful and honest one, went away somewhere.
|
76
|
+
- A pig that doesn't fly is just a pig.
|
77
|
+
- I'm a pig. I don't fight for honor. I fight for a paycheck.
|
78
|
+
- A pig's gotta fly.
|
79
|
+
- Hahaha... This isn't a Western, you can't hit me from here.
|
80
|
+
- Take her back to Civilisation.
|
81
|
+
- I finally get a bouquet and it's a goodbye present. That's depressing.
|
82
|
+
- Aren't you even going to knock? You're the most patheic little girl I've ever seen!
|
83
|
+
- The earth speaks to all of us, and if we listen, we can understand.
|
84
|
+
- A girl just fell from the sky, boss!
|
85
|
+
- The tree! We protected it, so it protects us!
|
86
|
+
- He said Mom was ugly, now go get him!
|
87
|
+
- That tree's gettin' away with our treasure!
|
88
|
+
- It's so beautiful. It's hard to believe these spores could kill me.
|
89
|
+
- Why does everything that's good for you have to taste so bad?
|
90
|
+
movies:
|
91
|
+
- Spirited Away
|
92
|
+
- Kiki's Delivery Service
|
93
|
+
- My Neighbour Totoro
|
94
|
+
- Howl's Moving Castle
|
95
|
+
- Princess Mononoke
|
96
|
+
- Porco Rosso
|
97
|
+
- The Cat Returns
|
98
|
+
- Ponyo
|
99
|
+
- Nausicaä of the Valley of the Wind
|
100
|
+
- Castle in the Sky
|
101
|
+
- Grave of the Fireflies
|
102
|
+
- Arietty
|
103
|
+
- Tales from Earthsea
|
104
|
+
- From Up on Poppy Hill
|
105
|
+
- The Wind Rises
|
106
|
+
- The Tale of the Princess Kaguya
|
107
|
+
- My Neighbors the Yamadas
|
@@ -0,0 +1,58 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
games:
|
4
|
+
super_mario:
|
5
|
+
characters:
|
6
|
+
- Mario
|
7
|
+
- Luigi
|
8
|
+
- Princess Peach
|
9
|
+
- Toad
|
10
|
+
- Bowser
|
11
|
+
- Yoshi
|
12
|
+
- Princess Daisy
|
13
|
+
- Rosalina
|
14
|
+
- Donkey Kong
|
15
|
+
- Diddy Kong
|
16
|
+
- Toadette
|
17
|
+
- Birdo
|
18
|
+
- Toadsworth
|
19
|
+
- Captain Toad
|
20
|
+
- Pauline
|
21
|
+
- Wario
|
22
|
+
- Waluigi
|
23
|
+
- Bowser Jr.
|
24
|
+
- Koopalings
|
25
|
+
- Kamek
|
26
|
+
- Boom Boom
|
27
|
+
- Pom Pom
|
28
|
+
- King Boo
|
29
|
+
games:
|
30
|
+
- Luigi's Mansion
|
31
|
+
- Super Mario Bros.
|
32
|
+
- Super Mario World
|
33
|
+
- Super Mario Kart
|
34
|
+
- Super Mario 64
|
35
|
+
- Super Mario Party
|
36
|
+
- Super Smash Bros.
|
37
|
+
- Super Mario Galaxy
|
38
|
+
- Super Mario Odyssey
|
39
|
+
- Super Mario Maker
|
40
|
+
- Paper Mario
|
41
|
+
locations:
|
42
|
+
- Bonneton
|
43
|
+
- Fossil Falls
|
44
|
+
- Tostarena
|
45
|
+
- Lake Lamode
|
46
|
+
- Steam Gardens
|
47
|
+
- Nimbus Arena
|
48
|
+
- Forgoten Isle
|
49
|
+
- Kong City
|
50
|
+
- Shiveria
|
51
|
+
- Bubblaine
|
52
|
+
- Mount Volbono
|
53
|
+
- Crumbleden
|
54
|
+
- Bowser's Castle
|
55
|
+
- Honeylune Ridge
|
56
|
+
- Peach's Castle
|
57
|
+
- Rabbit Ridge
|
58
|
+
- Culmina Crater
|
@@ -3,10 +3,12 @@ en:
|
|
3
3
|
games:
|
4
4
|
super_smash_bros:
|
5
5
|
fighter:
|
6
|
-
-
|
6
|
+
- Alex
|
7
|
+
- Banjo & Kazooie
|
7
8
|
- Bayonetta
|
8
9
|
- Bowser
|
9
10
|
- Bowser Jr.
|
11
|
+
- Byleth
|
10
12
|
- Captain Falcon
|
11
13
|
- Charizard
|
12
14
|
- Chrom
|
@@ -19,6 +21,7 @@ en:
|
|
19
21
|
- Donkey Kong
|
20
22
|
- Dr. Mario
|
21
23
|
- Duck Hunt Duo
|
24
|
+
- Enderman
|
22
25
|
- Falco
|
23
26
|
- Fox
|
24
27
|
- Ganondorf
|
@@ -50,6 +53,7 @@ en:
|
|
50
53
|
- Mii Fighter
|
51
54
|
- Mii Gunner
|
52
55
|
- Mii Sword Fighter
|
56
|
+
- Min Min
|
53
57
|
- Mr. Game & Watch
|
54
58
|
- Ness
|
55
59
|
- Olimar
|
@@ -75,7 +79,8 @@ en:
|
|
75
79
|
- Snake
|
76
80
|
- Sonic
|
77
81
|
- Squirtle
|
78
|
-
-
|
82
|
+
- Steve
|
83
|
+
- Terry
|
79
84
|
- Toon Link
|
80
85
|
- Villager
|
81
86
|
- Wario
|
@@ -85,6 +90,7 @@ en:
|
|
85
90
|
- Young Link
|
86
91
|
- Zelda
|
87
92
|
- Zero Suit Samus
|
93
|
+
- Zombie
|
88
94
|
stage:
|
89
95
|
- 3D Land
|
90
96
|
- 75m
|
@@ -116,6 +122,7 @@ en:
|
|
116
122
|
- Frigate Orpheon
|
117
123
|
- Gamer
|
118
124
|
- Garden of Hope
|
125
|
+
- Garreg Mach Monastery
|
119
126
|
- Gaur Plain
|
120
127
|
- Gerudo Valley
|
121
128
|
- Golden Plains
|
@@ -131,6 +138,7 @@ en:
|
|
131
138
|
- Jungle Hijinxs
|
132
139
|
- Jungle Japes
|
133
140
|
- Kalos Pokémon League
|
141
|
+
- King of Fighters Stadium
|
134
142
|
- Kongo Falls
|
135
143
|
- Kongo Jungle
|
136
144
|
- Living Room
|
@@ -143,8 +151,9 @@ en:
|
|
143
151
|
- Mementos
|
144
152
|
- Midgar
|
145
153
|
- Miiverse
|
154
|
+
- Minecraft World
|
146
155
|
- Moray Towers
|
147
|
-
- Mushroom Kingdom
|
156
|
+
- Mushroom Kingdom
|
148
157
|
- Mushroom Kingdom II
|
149
158
|
- Mushroomy Kingdom
|
150
159
|
- Mushroom Kingdom U
|
@@ -180,10 +189,12 @@ en:
|
|
180
189
|
- Shadow Moses Island
|
181
190
|
- Skyloft
|
182
191
|
- Skyworld
|
192
|
+
- Small Battlefield
|
183
193
|
- Smashville
|
184
194
|
- Spear Pillar
|
185
195
|
- Spiral Mountain
|
186
196
|
- Spirit Train
|
197
|
+
- Spring Stadium
|
187
198
|
- Summit
|
188
199
|
- Super Happy Tree
|
189
200
|
- Super Mario Maker
|
@@ -198,9 +209,10 @@ en:
|
|
198
209
|
- WarioWare, Inc.
|
199
210
|
- Wii Fit Studio
|
200
211
|
- Wily Castle
|
201
|
-
- Windy Hill Zone
|
212
|
+
- Windy Hill Zone
|
202
213
|
- Woolly World
|
203
214
|
- Wrecking Crew
|
204
215
|
- Wuhu Island
|
205
216
|
- Yoshi's Island
|
206
217
|
- Yoshi's Story
|
218
|
+
- Yggdrasil's Altar
|
@@ -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
|