diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index 3513caa..a14c6a6 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -41,7 +41,29 @@ description "This rope looks perfectly designed to be pulled. The designer even tried to give it a natural flair by shaping it like a tail. Hm, that does look very much like a tail!" - + +define-item "Lamp" + description "This lamp has a bowl at the bottom for the oil, a glass casing + to protect the wick and a metal grip by which to carry it. It's + very useful for dark places." + +define-item "Life" + description " + ................................... + ................................... + .........Congratulations!.......... + ................................... + ....You have finished the game!.... + ................................... + ................................... + " + +define-item "Magic map" + description "This is a strange map. It always seems to be changing. One + moment it will show you one thing, the next something completely + different. Yet, looking at it, you have the very distinct + impression that it wants you to walk up a hill." + cost 50 ; NPCs @@ -97,6 +119,35 @@ says "Hello Pooh, how are you? Oh, would you look at the time, I really must be getting a move on. Catch you later!" +define-npc "Mr Milne" + description "Alan Alexander Milne is sitting at the table, staring very + hard at a piece of paper before him and chewing on his pen. + He seems to be about forty years old, judging by the first + grey hairs that are beginning to show on his head. + When he hears you approaching, he looks up and smiles at you." + says "Hello Pooh, how very good to see you! I heard you are looking for my + son, Christopher Robin? You are a brave bear to be looking all the way + down here! Perhaps we can help you." + quest "Bring honey" + +define-npc "Mr Shepard" + description "Ernest H. Shepard looks like a man with plenty of humour. + Right now he is holding a pencil and scribbling around on + what would appear to be a map of some sort. Every now and again + he laughs quietly to himself, as if enjoying a good joke." + says "Well well well, Pooh the Bear! Hello there, my young friend! + Welcome to our little club! You look rather lost. I think I + know just what you need..." + sells "Magic map" + +define-npc "Daniel" + description "You really can't tell how old this boy is. Sometimes he looks + like a young man, but at other times his face is still very + boyish. What you can say is that he has red hair, freckles, and + rather big ears. His fingers are drumming around on some strange + black box that is lying open in front of him." + says "Hi Pooh, pleased to meet you at last!" + ; QUESTS define-quest "Find the tail" @@ -111,3 +162,14 @@ proof-item "Bellrope" reward-item "Hunny" experience 10 + +define-quest "Bring honey" + say-before "The three of us are really hungry. Perhaps you could bring us + some of that delicious honey of yours? We'll reward you well. + And if you bring us enough, perhaps you can even persuade Mr + Shepard to give you his map." + say-after "Wow, thank you very much, Pooh! That honey was very good! I + appreciate your sacrifice. Here, take this." + proof-item "Hunny" + experience 5 + money 5 diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index 3513caa..a14c6a6 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -41,7 +41,29 @@ description "This rope looks perfectly designed to be pulled. The designer even tried to give it a natural flair by shaping it like a tail. Hm, that does look very much like a tail!" - + +define-item "Lamp" + description "This lamp has a bowl at the bottom for the oil, a glass casing + to protect the wick and a metal grip by which to carry it. It's + very useful for dark places." + +define-item "Life" + description " + ................................... + ................................... + .........Congratulations!.......... + ................................... + ....You have finished the game!.... + ................................... + ................................... + " + +define-item "Magic map" + description "This is a strange map. It always seems to be changing. One + moment it will show you one thing, the next something completely + different. Yet, looking at it, you have the very distinct + impression that it wants you to walk up a hill." + cost 50 ; NPCs @@ -97,6 +119,35 @@ says "Hello Pooh, how are you? Oh, would you look at the time, I really must be getting a move on. Catch you later!" +define-npc "Mr Milne" + description "Alan Alexander Milne is sitting at the table, staring very + hard at a piece of paper before him and chewing on his pen. + He seems to be about forty years old, judging by the first + grey hairs that are beginning to show on his head. + When he hears you approaching, he looks up and smiles at you." + says "Hello Pooh, how very good to see you! I heard you are looking for my + son, Christopher Robin? You are a brave bear to be looking all the way + down here! Perhaps we can help you." + quest "Bring honey" + +define-npc "Mr Shepard" + description "Ernest H. Shepard looks like a man with plenty of humour. + Right now he is holding a pencil and scribbling around on + what would appear to be a map of some sort. Every now and again + he laughs quietly to himself, as if enjoying a good joke." + says "Well well well, Pooh the Bear! Hello there, my young friend! + Welcome to our little club! You look rather lost. I think I + know just what you need..." + sells "Magic map" + +define-npc "Daniel" + description "You really can't tell how old this boy is. Sometimes he looks + like a young man, but at other times his face is still very + boyish. What you can say is that he has red hair, freckles, and + rather big ears. His fingers are drumming around on some strange + black box that is lying open in front of him." + says "Hi Pooh, pleased to meet you at last!" + ; QUESTS define-quest "Find the tail" @@ -111,3 +162,14 @@ proof-item "Bellrope" reward-item "Hunny" experience 10 + +define-quest "Bring honey" + say-before "The three of us are really hungry. Perhaps you could bring us + some of that delicious honey of yours? We'll reward you well. + And if you bring us enough, perhaps you can even persuade Mr + Shepard to give you his map." + say-after "Wow, thank you very much, Pooh! That honey was very good! I + appreciate your sacrifice. Here, take this." + proof-item "Hunny" + experience 5 + money 5 diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt new file mode 100644 index 0000000..af5509d --- /dev/null +++ b/ATL/Pooh/place_list.txt @@ -0,0 +1,32 @@ +Pooh's home +Pooh's porch +Pooh's branch +Western woods +Central woods +Northern woods +Southern woods +Eastern woods +Deep forest +Tunnel +Cave +Hill +Galleons lap +Bridge +Piglet's porch +Piglet's home +Kanga's house +Sandy pit +Six pine trees +Heffalump trap +Bee tree +Rabbit's house +Rabbit's friends and relations +Rapids +Christopher Robin's house +Owl's porch +Owl's home +Floody place +Eeyore's gloomy place +Woozle hideout +Misty forest +The World diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index 3513caa..a14c6a6 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -41,7 +41,29 @@ description "This rope looks perfectly designed to be pulled. The designer even tried to give it a natural flair by shaping it like a tail. Hm, that does look very much like a tail!" - + +define-item "Lamp" + description "This lamp has a bowl at the bottom for the oil, a glass casing + to protect the wick and a metal grip by which to carry it. It's + very useful for dark places." + +define-item "Life" + description " + ................................... + ................................... + .........Congratulations!.......... + ................................... + ....You have finished the game!.... + ................................... + ................................... + " + +define-item "Magic map" + description "This is a strange map. It always seems to be changing. One + moment it will show you one thing, the next something completely + different. Yet, looking at it, you have the very distinct + impression that it wants you to walk up a hill." + cost 50 ; NPCs @@ -97,6 +119,35 @@ says "Hello Pooh, how are you? Oh, would you look at the time, I really must be getting a move on. Catch you later!" +define-npc "Mr Milne" + description "Alan Alexander Milne is sitting at the table, staring very + hard at a piece of paper before him and chewing on his pen. + He seems to be about forty years old, judging by the first + grey hairs that are beginning to show on his head. + When he hears you approaching, he looks up and smiles at you." + says "Hello Pooh, how very good to see you! I heard you are looking for my + son, Christopher Robin? You are a brave bear to be looking all the way + down here! Perhaps we can help you." + quest "Bring honey" + +define-npc "Mr Shepard" + description "Ernest H. Shepard looks like a man with plenty of humour. + Right now he is holding a pencil and scribbling around on + what would appear to be a map of some sort. Every now and again + he laughs quietly to himself, as if enjoying a good joke." + says "Well well well, Pooh the Bear! Hello there, my young friend! + Welcome to our little club! You look rather lost. I think I + know just what you need..." + sells "Magic map" + +define-npc "Daniel" + description "You really can't tell how old this boy is. Sometimes he looks + like a young man, but at other times his face is still very + boyish. What you can say is that he has red hair, freckles, and + rather big ears. His fingers are drumming around on some strange + black box that is lying open in front of him." + says "Hi Pooh, pleased to meet you at last!" + ; QUESTS define-quest "Find the tail" @@ -111,3 +162,14 @@ proof-item "Bellrope" reward-item "Hunny" experience 10 + +define-quest "Bring honey" + say-before "The three of us are really hungry. Perhaps you could bring us + some of that delicious honey of yours? We'll reward you well. + And if you bring us enough, perhaps you can even persuade Mr + Shepard to give you his map." + say-after "Wow, thank you very much, Pooh! That honey was very good! I + appreciate your sacrifice. Here, take this." + proof-item "Hunny" + experience 5 + money 5 diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt new file mode 100644 index 0000000..af5509d --- /dev/null +++ b/ATL/Pooh/place_list.txt @@ -0,0 +1,32 @@ +Pooh's home +Pooh's porch +Pooh's branch +Western woods +Central woods +Northern woods +Southern woods +Eastern woods +Deep forest +Tunnel +Cave +Hill +Galleons lap +Bridge +Piglet's porch +Piglet's home +Kanga's house +Sandy pit +Six pine trees +Heffalump trap +Bee tree +Rabbit's house +Rabbit's friends and relations +Rapids +Christopher Robin's house +Owl's porch +Owl's home +Floody place +Eeyore's gloomy place +Woozle hideout +Misty forest +The World diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl index 0ede9f2..7eb24f8 100644 --- a/ATL/Pooh/pooh.atl +++ b/ATL/Pooh/pooh.atl @@ -15,7 +15,8 @@ description "A small but very lovable bear of very little brain." place "Pooh's home" -define-player "Christopher Robin" - description "Pooh's best friend." - place "Western woods" +;; XXX Created during development +;define-player "Christopher Robin" +; description "Pooh's best friend." +; place "Western woods" diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index 3513caa..a14c6a6 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -41,7 +41,29 @@ description "This rope looks perfectly designed to be pulled. The designer even tried to give it a natural flair by shaping it like a tail. Hm, that does look very much like a tail!" - + +define-item "Lamp" + description "This lamp has a bowl at the bottom for the oil, a glass casing + to protect the wick and a metal grip by which to carry it. It's + very useful for dark places." + +define-item "Life" + description " + ................................... + ................................... + .........Congratulations!.......... + ................................... + ....You have finished the game!.... + ................................... + ................................... + " + +define-item "Magic map" + description "This is a strange map. It always seems to be changing. One + moment it will show you one thing, the next something completely + different. Yet, looking at it, you have the very distinct + impression that it wants you to walk up a hill." + cost 50 ; NPCs @@ -97,6 +119,35 @@ says "Hello Pooh, how are you? Oh, would you look at the time, I really must be getting a move on. Catch you later!" +define-npc "Mr Milne" + description "Alan Alexander Milne is sitting at the table, staring very + hard at a piece of paper before him and chewing on his pen. + He seems to be about forty years old, judging by the first + grey hairs that are beginning to show on his head. + When he hears you approaching, he looks up and smiles at you." + says "Hello Pooh, how very good to see you! I heard you are looking for my + son, Christopher Robin? You are a brave bear to be looking all the way + down here! Perhaps we can help you." + quest "Bring honey" + +define-npc "Mr Shepard" + description "Ernest H. Shepard looks like a man with plenty of humour. + Right now he is holding a pencil and scribbling around on + what would appear to be a map of some sort. Every now and again + he laughs quietly to himself, as if enjoying a good joke." + says "Well well well, Pooh the Bear! Hello there, my young friend! + Welcome to our little club! You look rather lost. I think I + know just what you need..." + sells "Magic map" + +define-npc "Daniel" + description "You really can't tell how old this boy is. Sometimes he looks + like a young man, but at other times his face is still very + boyish. What you can say is that he has red hair, freckles, and + rather big ears. His fingers are drumming around on some strange + black box that is lying open in front of him." + says "Hi Pooh, pleased to meet you at last!" + ; QUESTS define-quest "Find the tail" @@ -111,3 +162,14 @@ proof-item "Bellrope" reward-item "Hunny" experience 10 + +define-quest "Bring honey" + say-before "The three of us are really hungry. Perhaps you could bring us + some of that delicious honey of yours? We'll reward you well. + And if you bring us enough, perhaps you can even persuade Mr + Shepard to give you his map." + say-after "Wow, thank you very much, Pooh! That honey was very good! I + appreciate your sacrifice. Here, take this." + proof-item "Hunny" + experience 5 + money 5 diff --git a/ATL/Pooh/place_list.txt b/ATL/Pooh/place_list.txt new file mode 100644 index 0000000..af5509d --- /dev/null +++ b/ATL/Pooh/place_list.txt @@ -0,0 +1,32 @@ +Pooh's home +Pooh's porch +Pooh's branch +Western woods +Central woods +Northern woods +Southern woods +Eastern woods +Deep forest +Tunnel +Cave +Hill +Galleons lap +Bridge +Piglet's porch +Piglet's home +Kanga's house +Sandy pit +Six pine trees +Heffalump trap +Bee tree +Rabbit's house +Rabbit's friends and relations +Rapids +Christopher Robin's house +Owl's porch +Owl's home +Floody place +Eeyore's gloomy place +Woozle hideout +Misty forest +The World diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl index 0ede9f2..7eb24f8 100644 --- a/ATL/Pooh/pooh.atl +++ b/ATL/Pooh/pooh.atl @@ -15,7 +15,8 @@ description "A small but very lovable bear of very little brain." place "Pooh's home" -define-player "Christopher Robin" - description "Pooh's best friend." - place "Western woods" +;; XXX Created during development +;define-player "Christopher Robin" +; description "Pooh's best friend." +; place "Western woods" diff --git a/ATL/Pooh/woods.atl b/ATL/Pooh/woods.atl index 66913a9..8d7f3c9 100644 --- a/ATL/Pooh/woods.atl +++ b/ATL/Pooh/woods.atl @@ -13,6 +13,7 @@ neighbour "Pooh's porch" neighbour "Pooh's branch" item "Hunny" + item "Lamp" ;XXX development define-place "Pooh's porch" description "You are standing in front of Pooh's home. Here he lives under @@ -93,14 +94,45 @@ cob webs span the spaces between the trees. Watch your steps, you never know what you may meet in here. And don't get lost!" neighbour "Deep forest" + neighbour "Tunnel" neighbour "Central woods" +define-place "Tunnel" + description "A dark, musty tunnel opens up before you. Worms crawl about the + earthen floor and something scuttles away before you can see it + properly. Are you sure you want to go further?" + requires "Lamp" + neighbour "Deep forest" + neighbour "Cave" + +define-place "Cave" + description "The tunnel suddenly opens out into a huge cavern. The walls are + of stone here, and glint with the light of hundreds of crystals. + A clear, cold stream runs through the middle of the cave, flanked + by rocky pillars that support the roof. In the center, somebody + has set up lights and a table. Three people, two men and a boy, + are sitting around it." + neighbour "Tunnel" + npc "Mr Milne" + npc "Mr Shepard" + npc "Daniel" + define-place "Hill" description "From this hill you can see the entire 100 Acre Wood and beyond. You can see Christopher Robin's house, Pooh's house, the tree with the bees' nest, Owl's home, Kanga's and Roo's home and the stream that marks the edge of the woods." neighbour "Central woods" + neighbour "Galleons lap" + +define-place "Galleons lap" + description "At the very top of the hill, an enchanted place opens up to + you. The floor is of soft, green grass, surrounded on all sides + by sixty-something trees. Sitting here, you can see not only the + whole forest, but the entire world spreading out until it reaches + the sky." + neighbour "Hill" + requires "Magic map" define-place "Bridge" description "A simple wooden bridge spans the stream that marks the edge of @@ -108,6 +140,7 @@ neighbour "Southern woods" neighbour "Eastern woods" neighbour "Floody place" + neighbour "The World" define-place "Piglet's porch" description "TODO" @@ -197,4 +230,14 @@ define-place "Misty forest" description "TODO" - neighbour "Sandy pit" \ No newline at end of file + neighbour "Sandy pit" + +define-place "The World" + description "Well, so you have dared it at last. With the 100 Acre Wood at + your back, you face the Great Unknown. Many adventures lie behind + you, but the greatest one is still to come. Will you brave it? + + It is called: Life." + requires "Maturity" + neighbour "Bridge" + item "Life" \ No newline at end of file