diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index ee54f49..3513caa 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -13,15 +13,28 @@ define-item "Pooh's sign" description " - SANDERS + +--------------+ + | Mr SANDERS | + +--------------+ " define-item "Piglet's sign" description " - ____________________ - | \\_ - | TRESPASSERS WILL > - |____________________< + _________________ + | \\_ + | TRESPASSERS W > + |_________________< + " + +define-item "North Pole" + description " + ============================= + || || + || NORTH POLE || + || DISCOVERED BY POOH || + || POOH FOUND IT || + || || + ============================= " define-item "Bellrope" @@ -65,8 +78,8 @@ Christopher Robin is sure to be of service." says "Hey Pooh, remember that time we went on an expedition together?" -define-npc "Eeyoree" - description "Eeyoree the Donkey is always feeling blue. Somehow he got the +define-npc "Eeyore" + description "Eeyore the Donkey is always feeling blue. Somehow he got the idea that nobody likes him. It isn't true, but hearing him complaining all day isn't particularly cheering." says "I'm sure it's going to rain today. Just when I needed to go and search diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl index ee54f49..3513caa 100644 --- a/ATL/Pooh/objects.atl +++ b/ATL/Pooh/objects.atl @@ -13,15 +13,28 @@ define-item "Pooh's sign" description " - SANDERS + +--------------+ + | Mr SANDERS | + +--------------+ " define-item "Piglet's sign" description " - ____________________ - | \\_ - | TRESPASSERS WILL > - |____________________< + _________________ + | \\_ + | TRESPASSERS W > + |_________________< + " + +define-item "North Pole" + description " + ============================= + || || + || NORTH POLE || + || DISCOVERED BY POOH || + || POOH FOUND IT || + || || + ============================= " define-item "Bellrope" @@ -65,8 +78,8 @@ Christopher Robin is sure to be of service." says "Hey Pooh, remember that time we went on an expedition together?" -define-npc "Eeyoree" - description "Eeyoree the Donkey is always feeling blue. Somehow he got the +define-npc "Eeyore" + description "Eeyore the Donkey is always feeling blue. Somehow he got the idea that nobody likes him. It isn't true, but hearing him complaining all day isn't particularly cheering." says "I'm sure it's going to rain today. Just when I needed to go and search diff --git a/ATL/Pooh/woods.atl b/ATL/Pooh/woods.atl index ac223b9..66913a9 100644 --- a/ATL/Pooh/woods.atl +++ b/ATL/Pooh/woods.atl @@ -40,6 +40,8 @@ neighbour "Northern woods" neighbour "Southern woods" neighbour "Piglet's porch" + neighbour "Six pine trees" + neighbour "Kanga's house" define-place "Central woods" description "This is the oldest part of the 100 Acre Wood. The oaks you see @@ -49,6 +51,7 @@ neighbour "Eastern woods" neighbour "Southern woods" neighbour "Western woods" + neighbour "Owl's porch" neighbour "Deep forest" neighbour "Hill" @@ -57,12 +60,22 @@ neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" + neighbour "Kanga's house" + neighbour "Sandy pit" + neighbour "Bee tree" + neighbour "Rabbit's house" + neighbour "Rabbit's friends and relations" + neighbour "Rapids" define-place "Southern woods" description "TODO" neighbour "Central woods" neighbour "Eastern woods" neighbour "Western woods" + neighbour "Piglet's porch" + neighbour "Woozle hideout" + neighbour "Eeeyore's gloomy place" + neighbour "Floody place" neighbour "Bridge" define-place "Eastern woods" @@ -70,6 +83,9 @@ neighbour "Central woods" neighbour "Northern woods" neighbour "Southern woods" + neighbour "Christopher Robin's porch" + neighbour "Owl's porch" + neighbour "Bridge" define-place "Deep forest" description "Thick firs and spruces grow here, shutting out the light with @@ -90,10 +106,13 @@ description "A simple wooden bridge spans the stream that marks the edge of the 100 Acre Wood. For all practical purposes, the world ends here." neighbour "Southern woods" + neighbour "Eastern woods" + neighbour "Floody place" define-place "Piglet's porch" description "TODO" neighbour "Western woods" + neighbour "Southern woods" neighbour "Piglet's home" item "Piglet's sign" @@ -101,3 +120,81 @@ description "TODO" neighbour "Piglet's porch" npc "Piglet" + +define-place "Kanga's house" + description "TODO" + neighbour "Northern woods" + neighbour "Western woods" + neighbour "Sandy pit" + +define-place "Sandy pit" + description "TODO" + neighbour "Northern woods" + neighbour "Kanga's house" + neighbour "Misty forest" + +define-place "Six pine trees" + description "TODO" + neighbour "Western woods" + neighbour "Heffalump trap" + +define-place "Heffalump trap" + description "TODO" + neighbour "Six pine trees" + +define-place "Bee tree" + description "TODO" + neighbour "Northern woods" + +define-place "Rabbit's house" + description "TODO" + npc "Rabbit" + neighbour "Northern woods" + neighbour "Rabbit's friends and relations" + +define-place "Rabbit's friends and relations" + description "TODO" + neighbour "Northern woods" + neighbour "Rabbit's house" + +define-place "Rapids" + description "TODO" + item "North Pole" + neighbour "Northern woods" + +define-place "Christopher Robin's house" + description "TODO" + npc "Christopher Robin" + neighbour "Eastern woods" + +define-place "Owl's porch" + description "TODO" + item "Bellrope" + neighbour "Owl's home" + neighbour "Eastern woods" + neighbour "Central woods" + +define-place "Owl's home" + description "TODO" + npc "Owl" + neighbour "Owl's porch" + +define-place "Floody place" + description "TODO" + neighbour "Southern woods" + neighbour "Eeyore's gloomy place" + neighbour "Bridge" + +define-place "Eeyore's gloomy place" + description "TODO" + npc "Eeyore" + neighbour "Southern woods" + neighbour "Floody place" + +define-place "Woozle hideout" + description "TODO" + neighbour "Southern woods" + +define-place "Misty forest" + description "TODO" + neighbour "Sandy pit" \ No newline at end of file