diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ATL/Pooh/objects.atl diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ATL/Pooh/objects.atl diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl new file mode 100644 index 0000000..c77826d --- /dev/null +++ b/ATL/Pooh/pooh.atl @@ -0,0 +1,19 @@ +; The 100 Acre Wood was invented by A.A. Milne for his Winnie-the-Pooh stories. +; This Atlantis world is based on the novels. +; +; This is the main world file. +; +; author: Daniel Vedder +; date: 07/06/2017 + +name-world "100 Acre Wood" + +load-file "woods.atl" +load-file "objects.atl" + +define-player "Winnie the Pooh" + money 0 + place "Pooh's home" + max-health 50 + health 50 + diff --git a/ATL/Pooh/objects.atl b/ATL/Pooh/objects.atl new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ATL/Pooh/objects.atl diff --git a/ATL/Pooh/pooh.atl b/ATL/Pooh/pooh.atl new file mode 100644 index 0000000..c77826d --- /dev/null +++ b/ATL/Pooh/pooh.atl @@ -0,0 +1,19 @@ +; The 100 Acre Wood was invented by A.A. Milne for his Winnie-the-Pooh stories. +; This Atlantis world is based on the novels. +; +; This is the main world file. +; +; author: Daniel Vedder +; date: 07/06/2017 + +name-world "100 Acre Wood" + +load-file "woods.atl" +load-file "objects.atl" + +define-player "Winnie the Pooh" + money 0 + place "Pooh's home" + max-health 50 + health 50 + diff --git a/ATL/Pooh/woods.atl b/ATL/Pooh/woods.atl new file mode 100644 index 0000000..3c16b69 --- /dev/null +++ b/ATL/Pooh/woods.atl @@ -0,0 +1,29 @@ +; The 100 Acre Wood was invented by A.A. Milne for his Winnie-the-Pooh stories. +; This Atlantis world is based on the novels. +; +; This file holds the place descriptions. +; +; author: Daniel Vedder +; date: 07/06/2017 + +define-place "Pooh's home" + description "Welcome home! This is what you call comfort: your bed, your + chair, your table. Not to forget your larder, filled with + delicious honey..." + neighbour "Pooh's porch" + neighbour "Pooh's branch" + item "Hunny" + +define-place "Pooh's porch" + description "You are standing in front of Pooh's home. Here he lives under + the name 'Sanders', as anyone can see by the old sign planted + beside the door. A comfy-looking bench stands in the sun, inviting + you to a well-earned rest." + neighbour "Pooh's home" + +define-place "Pooh's branch" + description "This is a thick branch above Pooh's home. Once, on a very + blustery day, Pooh had to escape to up here. Since then, he + keeps an emergency ration of honey handy." + neighbour "Pooh's home" + item "Hunny" \ No newline at end of file