From 97dedd0be62a2c077096c2a34c9a996c8cc2ce2f Mon Sep 17 00:00:00 2001 From: MinecraftDoodler Date: Mon, 21 May 2018 11:59:30 -0400 Subject: [PATCH] Added site (CraysAdventure.craft) Implemented the Text Based adventure and all it's subsites some adjustments may be required in the furture due to the huge amount of navigation modules. --- craft/craysadventure/index | 17 ++++++++++ craft/craysadventure/start/death/case1/index | 11 +++++++ craft/craysadventure/start/death/index | 11 +++++++ craft/craysadventure/start/east/index | 32 +++++++++++++++++++ craft/craysadventure/start/east/stomp/index | 23 +++++++++++++ craft/craysadventure/start/eastest/index | 26 +++++++++++++++ .../craysadventure/start/eastest/north/index | 16 ++++++++++ craft/craysadventure/start/index | 19 +++++++++++ craft/craysadventure/start/north/index | 26 +++++++++++++++ craft/craysadventure/start/north/talk/index | 19 +++++++++++ .../craysadventure/start/northeast/east/index | 25 +++++++++++++++ .../start/northeast/examine/index | 17 ++++++++++ craft/craysadventure/start/northeast/index | 30 +++++++++++++++++ .../craysadventure/start/northeast/take/index | 19 +++++++++++ craft/craysadventure/start/northeastest/index | 16 ++++++++++ craft/craysadventure/start/return/index | 29 +++++++++++++++++ .../start/return/reflection/index | 19 +++++++++++ craft/craysadventure/start/south/check/index | 19 +++++++++++ craft/craysadventure/start/south/index | 28 ++++++++++++++++ .../start/south/talk/attempt/attempt/index | 16 ++++++++++ .../start/south/talk/attempt/index | 18 +++++++++++ craft/craysadventure/start/south/talk/index | 18 +++++++++++ .../start/southeast/cpu/begin/452a/index | 24 ++++++++++++++ .../start/southeast/cpu/begin/4b63/index | 24 ++++++++++++++ .../start/southeast/cpu/begin/8448/index | 24 ++++++++++++++ .../start/southeast/cpu/begin/fc62/index | 24 ++++++++++++++ .../start/southeast/cpu/begin/fe66/index | 22 +++++++++++++ .../start/southeast/cpu/begin/index | 16 ++++++++++ .../craysadventure/start/southeast/cpu/index | 19 +++++++++++ .../start/southeast/escape/index | 17 ++++++++++ craft/craysadventure/start/southeast/index | 28 ++++++++++++++++ craft/craysadventure/start/southeastest/index | 27 ++++++++++++++++ .../start/southeastest/read/index | 19 +++++++++++ craft/craysadventure/start/victory/index | 19 +++++++++++ 34 files changed, 717 insertions(+) create mode 100644 craft/craysadventure/index create mode 100644 craft/craysadventure/start/death/case1/index create mode 100644 craft/craysadventure/start/death/index create mode 100644 craft/craysadventure/start/east/index create mode 100644 craft/craysadventure/start/east/stomp/index create mode 100644 craft/craysadventure/start/eastest/index create mode 100644 craft/craysadventure/start/eastest/north/index create mode 100644 craft/craysadventure/start/index create mode 100644 craft/craysadventure/start/north/index create mode 100644 craft/craysadventure/start/north/talk/index create mode 100644 craft/craysadventure/start/northeast/east/index create mode 100644 craft/craysadventure/start/northeast/examine/index create mode 100644 craft/craysadventure/start/northeast/index create mode 100644 craft/craysadventure/start/northeast/take/index create mode 100644 craft/craysadventure/start/northeastest/index create mode 100644 craft/craysadventure/start/return/index create mode 100644 craft/craysadventure/start/return/reflection/index create mode 100644 craft/craysadventure/start/south/check/index create mode 100644 craft/craysadventure/start/south/index create mode 100644 craft/craysadventure/start/south/talk/attempt/attempt/index create mode 100644 craft/craysadventure/start/south/talk/attempt/index create mode 100644 craft/craysadventure/start/south/talk/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/452a/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/4b63/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/8448/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/fc62/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/fe66/index create mode 100644 craft/craysadventure/start/southeast/cpu/begin/index create mode 100644 craft/craysadventure/start/southeast/cpu/index create mode 100644 craft/craysadventure/start/southeast/escape/index create mode 100644 craft/craysadventure/start/southeast/index create mode 100644 craft/craysadventure/start/southeastest/index create mode 100644 craft/craysadventure/start/southeastest/read/index create mode 100644 craft/craysadventure/start/victory/index diff --git a/craft/craysadventure/index b/craft/craysadventure/index new file mode 100644 index 0000000..9b7cac0 --- /dev/null +++ b/craft/craysadventure/index @@ -0,0 +1,17 @@ +#header +text=&aAdventora de Creya +scale=3 + +#paragraph +text=Thy Cray stumbles on cavern of ye old times, does thy wish for stupidy of old gain... or shell ye return to safety of thorns. + + +#header +text=&aThy Need Game be Starten? + + +#navigation +item-link-1=welcome.official +item-label-1=Return to Thy Home +item-link-2=craysadventure.craft/start +item-label-2=Roll Thy Dice diff --git a/craft/craysadventure/start/death/case1/index b/craft/craysadventure/start/death/case1/index new file mode 100644 index 0000000..d1250f4 --- /dev/null +++ b/craft/craysadventure/start/death/case1/index @@ -0,0 +1,11 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy realizes that may is way times thirty 2 trays a computer has electrical zaps of damaging snaps total failure when questions are remained at twenty three sections. + +#header +text=&cThy Pieces be Rested! \ No newline at end of file diff --git a/craft/craysadventure/start/death/index b/craft/craysadventure/start/death/index new file mode 100644 index 0000000..826bb31 --- /dev/null +++ b/craft/craysadventure/start/death/index @@ -0,0 +1,11 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy realizes that way is way has slipped to nay, a mistake was made so crude of mood, thy feels grip of heart... thy pulled via sands of black. Rests now be view of pigs. Be thy be! + +#header +text=&cThy Pieces be Rested! \ No newline at end of file diff --git a/craft/craysadventure/start/east/index b/craft/craysadventure/start/east/index new file mode 100644 index 0000000..2e9a3f7 --- /dev/null +++ b/craft/craysadventure/start/east/index @@ -0,0 +1,32 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray arrives within minutes of tunnel, directions thy quatre go near... finds obvious ventures of all ways! Thy floor of less sturdy smells sits ny the swell. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/east/stomp +item-label-1=Stomp of Mighty Floor +item-link-2=craysadventure.craft/start/death +item-label-2=Taste of Mighty Floor + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/eastest +item-label-2=Venture Eastward +item-link-3=craysadventure.craft/start/southeast +item-label-3=Venture Southnar +item-link-4=craysadventure.craft/start/return +item-label-4=Venture Westwood \ No newline at end of file diff --git a/craft/craysadventure/start/east/stomp/index b/craft/craysadventure/start/east/stomp/index new file mode 100644 index 0000000..48e7310 --- /dev/null +++ b/craft/craysadventure/start/east/stomp/index @@ -0,0 +1,23 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray cries mistake, as floor mumbles it's crumble below thy feet, thy may survive if thy was working concrete. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/death +item-label-1=Cease all Motion die in Commotion +#header +text=&aThy Ventures + +#navigation +item-link-1= craysadventure.craft/start/death +item-label-1=Attempt wall thy grasp \ No newline at end of file diff --git a/craft/craysadventure/start/eastest/index b/craft/craysadventure/start/eastest/index new file mode 100644 index 0000000..57bb044 --- /dev/null +++ b/craft/craysadventure/start/eastest/index @@ -0,0 +1,26 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray now before an exit sees a door of might full closed to &bEastward&r and &bNortheria&r be blocked in smaller ways. All other paths appear clear to thy eye. + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/eastest/north +item-label-1=Look to Northeria fence + + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/southeastest +item-label-1=Venture Southar +item-link-2=craysadventure.craft/start/east +item-label-2=Venture Westwood \ No newline at end of file diff --git a/craft/craysadventure/start/eastest/north/index b/craft/craysadventure/start/eastest/north/index new file mode 100644 index 0000000..257f1e2 --- /dev/null +++ b/craft/craysadventure/start/eastest/north/index @@ -0,0 +1,16 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray ventures in small arch in thy door, this direction thy can watch over fence, the room that is blocked ahead is pitfall.. more details are scarce be seen. + + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Venture Ways from Fence \ No newline at end of file diff --git a/craft/craysadventure/start/index b/craft/craysadventure/start/index new file mode 100644 index 0000000..91e452a --- /dev/null +++ b/craft/craysadventure/start/index @@ -0,0 +1,19 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray stumbles down caverns drunken, thy cave collapse behind, where westwood was now rumble runs... Obvious ventures are &bNortheria&r, &bEastward&r and &bSouthar&r! The ground hides nothing! + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/north +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/east +item-label-2=Venture Eastward +item-link-3=craysadventure.craft/start/south +item-label-3=Venture Southnar \ No newline at end of file diff --git a/craft/craysadventure/start/north/index b/craft/craysadventure/start/north/index new file mode 100644 index 0000000..900bd16 --- /dev/null +++ b/craft/craysadventure/start/north/index @@ -0,0 +1,26 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray in bright corner of thy dungeon, two obvious exits are seldom known &bEastward&r an ye return &bSouthar&r. Pig of might proudly sit on thy thrown in thy dungeon room. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/north/talk +item-label-1=Attempt Thy Approach + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Venture Eastward +item-link-2=craysadventure.craft/start/return +item-label-2=Venture Southar \ No newline at end of file diff --git a/craft/craysadventure/start/north/talk/index b/craft/craysadventure/start/north/talk/index new file mode 100644 index 0000000..bac9ebd --- /dev/null +++ b/craft/craysadventure/start/north/talk/index @@ -0,0 +1,19 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray is quick to feel pressure of thy pig eye, converse of speech is death thy shell die if not to retreat as quick as can. See but one glint ye know but name of pig be Sir Piggles of giants west. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/north +item-label-1=Thy Previous Goal +item-link-2=craysadventure.craft/start/death +item-label-2=On ye Push Will Power at ye side diff --git a/craft/craysadventure/start/northeast/east/index b/craft/craysadventure/start/northeast/east/index new file mode 100644 index 0000000..374e570 --- /dev/null +++ b/craft/craysadventure/start/northeast/east/index @@ -0,0 +1,25 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray mumbles in thy door, this direction thy can freely jump, but room ahead is pitfall.. boiling magma should be hold but spikes of cool.. threaten to make ye cold. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/death +item-label-1=Thy Jump + + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Venture Multiple Steps Back \ No newline at end of file diff --git a/craft/craysadventure/start/northeast/examine/index b/craft/craysadventure/start/northeast/examine/index new file mode 100644 index 0000000..1450656 --- /dev/null +++ b/craft/craysadventure/start/northeast/examine/index @@ -0,0 +1,17 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Such trinket is smell of must and heat to the touch might thy be useful or dangerous.. hearts of magma and fire within thy beast. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Thy Previous Goal diff --git a/craft/craysadventure/start/northeast/index b/craft/craysadventure/start/northeast/index new file mode 100644 index 0000000..3593885 --- /dev/null +++ b/craft/craysadventure/start/northeast/index @@ -0,0 +1,30 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray exists down hall of small with 3 obvious exits, one of which was the area of return... On the floor lies a trinket of old ages. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/northeast/examine +item-label-1=Smell Thy Trinket +item-link-2=craysadventure.craft/start/northeast/take +item-label-2=Take Thy Trinket + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/northeast/east +item-label-1=Venture Eastward +item-link-2=craysadventure.craft/start/east +item-label-2=Venture Southar +item-link-3=craysadventure.craft/start/north +item-label-3=Venture Westwood \ No newline at end of file diff --git a/craft/craysadventure/start/northeast/take/index b/craft/craysadventure/start/northeast/take/index new file mode 100644 index 0000000..607e594 --- /dev/null +++ b/craft/craysadventure/start/northeast/take/index @@ -0,0 +1,19 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=This was of true misfortune thy trinket burns of flesh danger speaks loudly bests be best. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/northeast +item-label-1=Drop Thy Trinket +item-link-2=craysadventure.craft/start/death +item-label-2=Continue Thy Grip diff --git a/craft/craysadventure/start/northeastest/index b/craft/craysadventure/start/northeastest/index new file mode 100644 index 0000000..8e9dae1 --- /dev/null +++ b/craft/craysadventure/start/northeastest/index @@ -0,0 +1,16 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray appears in an area seen but not ventured spikes around thy, ye stare and see thy arch fence and doors over 10 arms away.. thy should not be in thy chamber of secrets + +#header +text=&cThy Lack Of Tasks + + + +#header +text=&cThy Lack Of Ventures diff --git a/craft/craysadventure/start/return/index b/craft/craysadventure/start/return/index new file mode 100644 index 0000000..a00b75e --- /dev/null +++ b/craft/craysadventure/start/return/index @@ -0,0 +1,29 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray finds self in chamber of begining, westwood remains undercover of runs of rumble... Obvious ventures remain &bNortheria&r, &bEastward&r and &bSouthar&r! The ground is muddled of thy reflection in liquid. + + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/return/reflection +item-label-1=Look Reflection + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/north +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/east +item-label-2=Venture Eastward +item-link-3=craysadventure.craft/start/south +item-label-3=Venture Southnar \ No newline at end of file diff --git a/craft/craysadventure/start/return/reflection/index b/craft/craysadventure/start/return/reflection/index new file mode 100644 index 0000000..a6e2ad7 --- /dev/null +++ b/craft/craysadventure/start/return/reflection/index @@ -0,0 +1,19 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy soul of Cray views down muddled areas to see reflection of so and so, thy eyes of blue with skin of red... Sees crown of gold on top of head! Thy curse on water may be, best loom away for dismay. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/return +item-label-1=Thy Previous Goal +item-link-2=craysadventure.craft/start/death +item-label-2=Continue Stare \ No newline at end of file diff --git a/craft/craysadventure/start/south/check/index b/craft/craysadventure/start/south/check/index new file mode 100644 index 0000000..8f9e437 --- /dev/null +++ b/craft/craysadventure/start/south/check/index @@ -0,0 +1,19 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy collar of dog reads thy "Young Greg", such beast of gain may ave fight of old time warrior, a friend to behad, best be wary of this tiny dog. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/south +item-label-1=Thy Previous Goal +item-link-2=craysadventure.craft/start/death +item-label-2=Attempt companionship \ No newline at end of file diff --git a/craft/craysadventure/start/south/index b/craft/craysadventure/start/south/index new file mode 100644 index 0000000..9c14175 --- /dev/null +++ b/craft/craysadventure/start/south/index @@ -0,0 +1,28 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray finds self in a corner of thy dungeon, two obvious exits self thy are known only &bNortheria&r but &bEastward&r to prine. In thy dark corner small dog rests. + + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/south/talk +item-label-1=Attempt Thy Converse +item-link-2=craysadventure.craft/start/south/check +item-label-2=Check uth Collar + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/return +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/southeast +item-label-2=Venture Eastward \ No newline at end of file diff --git a/craft/craysadventure/start/south/talk/attempt/attempt/index b/craft/craysadventure/start/south/talk/attempt/attempt/index new file mode 100644 index 0000000..118bd9b --- /dev/null +++ b/craft/craysadventure/start/south/talk/attempt/attempt/index @@ -0,0 +1,16 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&eBAARK &oSNIFF &r&eBOORK &oSNIFF&r. Thy task of current results of less than fruits be leavin now is quite a probable time. + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/south +item-label-1=Thy Previous Goal \ No newline at end of file diff --git a/craft/craysadventure/start/south/talk/attempt/index b/craft/craysadventure/start/south/talk/attempt/index new file mode 100644 index 0000000..5fcb09a --- /dev/null +++ b/craft/craysadventure/start/south/talk/attempt/index @@ -0,0 +1,18 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&eBORK BARK &oSNIFF &r&eBARK BORK BARK + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/south +item-label-1=Thy Previous Goal +item-link-2=craysadventure.craft/start/south/talk/attempt/attempt +item-label-2=Speak words of engrish.. &bYe be fine, dog of young?&r \ No newline at end of file diff --git a/craft/craysadventure/start/south/talk/index b/craft/craysadventure/start/south/talk/index new file mode 100644 index 0000000..c8b196a --- /dev/null +++ b/craft/craysadventure/start/south/talk/index @@ -0,0 +1,18 @@ + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=The dog appears quite, a barrier of languages may be. + +#header +text=&aThy Tasks + + +#navigation +item-link-1=craysadventure.craft/start/south +item-label-1=Thy Previous Goal +item-link-2=craysadventure.craft/start/south/talk/attempt +item-label-2=Speak words of engrish.. &bHello&r \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/cpu/begin/452a/index b/craft/craysadventure/start/southeast/cpu/begin/452a/index new file mode 100644 index 0000000..1a7e86c --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/452a/index @@ -0,0 +1,24 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&e[1: Good Choice :: Error Translating Native Lang.tax +#paragraph +text=&e[2: What is name of true.. ? +#paragraph +text=&e[3: (Use Thy Correta) + +#header +text=&5Thy Choice + +#navigation +item-link-1=craysadventure.craft/start/death/case1 +item-label-1=&bJacob +item-link-2=craysadventure.craft/start/southeast/cpu/begin/4b63 +item-label-2=&bCasey +item-link-3=craysadventure.craft/start/death/case1 +item-label-3=&bMrMaBoo \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/cpu/begin/4b63/index b/craft/craysadventure/start/southeast/cpu/begin/4b63/index new file mode 100644 index 0000000..69f58d1 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/4b63/index @@ -0,0 +1,24 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&e[1: Thy Choice is Well +#paragraph +text=&e[2: Best what only remains.. ? +#paragraph +text=&e[3: (Use Thy Correta) + +#header +text=&5Thy Choice + +#navigation +item-link-1=craysadventure.craft/start/southeast/cpu/begin/8448 +item-label-1=&bCheese +item-link-2=craysadventure.craft/start/death/case1 +item-label-2=&bCrackers +item-link-3=craysadventure.craft/start/death/case1 +item-label-3=&bRelish \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/cpu/begin/8448/index b/craft/craysadventure/start/southeast/cpu/begin/8448/index new file mode 100644 index 0000000..8ba1409 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/8448/index @@ -0,0 +1,24 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&e[1: Thy Choice is Well +#paragraph +text=&e[2: Known of most.. ? +#paragraph +text=&e[3: (Use Thy Correta) + +#header +text=&5Thy Choice + +#navigation +item-link-1=craysadventure.craft/start/death/case1 +item-label-1=&bVehicle +item-link-2=craysadventure.craft/start/death/case1 +item-label-2=&bDevice +item-link-3=craysadventure.craft/start/southeast/cpu/begin/fe66 +item-label-3=&bFurniture \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/cpu/begin/fc62/index b/craft/craysadventure/start/southeast/cpu/begin/fc62/index new file mode 100644 index 0000000..9522501 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/fc62/index @@ -0,0 +1,24 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&e[1: Hello... MrCrayfish +#paragraph +text=&e[2: Would you like to.. +#paragraph +text=&e[3: (Please Choose Preferred Option) + +#header +text=&5Thy Choice + +#navigation +item-link-1=craysadventure.craft/start/southeast/cpu/begin/452a +item-label-1=&bBegin Quiz +item-link-2=craysadventure.craft/start/death/case1 +item-label-2=&bSwitch Account +item-link-3=craysadventure.craft/start/death/case1 +item-label-3=&bCancel Action \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/cpu/begin/fe66/index b/craft/craysadventure/start/southeast/cpu/begin/fe66/index new file mode 100644 index 0000000..830a902 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/fe66/index @@ -0,0 +1,22 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=&e[1: Thy Choice of all is well!!! +#paragraph +text=&e[2: OPENING THY DOOR +#paragraph +text=&e[3: + +#header +text=&aThy Task + +#navigation +item-link-1=craysadventure.craft/start/southeast/escape +item-label-1=Take Thy Stand +item-link-2=craysadventure.craft/start/death/case1 +item-label-2=Attempt Thy Destroy diff --git a/craft/craysadventure/start/southeast/cpu/begin/index b/craft/craysadventure/start/southeast/cpu/begin/index new file mode 100644 index 0000000..b097468 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/begin/index @@ -0,0 +1,16 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=All thy doors around ye close with huge slams of might mistakes are close continue to do what ye do is thy almost no choice at all. + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/southeast/cpu/begin/fc62 +item-label-1=Look Thy Screen diff --git a/craft/craysadventure/start/southeast/cpu/index b/craft/craysadventure/start/southeast/cpu/index new file mode 100644 index 0000000..1baa9f8 --- /dev/null +++ b/craft/craysadventure/start/southeast/cpu/index @@ -0,0 +1,19 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=At screen covered in dust you see red button of power one for pressing good on thee. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/southeast +item-label-1=Take Thy Stand +item-link-2=craysadventure.craft/start/southeast/cpu/begin +item-label-2=Push Thy Button \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/escape/index b/craft/craysadventure/start/southeast/escape/index new file mode 100644 index 0000000..6ea186e --- /dev/null +++ b/craft/craysadventure/start/southeast/escape/index @@ -0,0 +1,17 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray takes stand in dungeon room, all exits remain as closed but computer slides into floor, as to &bSouthar&r exit opens with thy light at end of tunnel shell ye be saved at last! + + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/victory +item-label-1=Venture Southar \ No newline at end of file diff --git a/craft/craysadventure/start/southeast/index b/craft/craysadventure/start/southeast/index new file mode 100644 index 0000000..b9e9579 --- /dev/null +++ b/craft/craysadventure/start/southeast/index @@ -0,0 +1,28 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray in dungeon room of current exist with pastures of carpeted floor.. the doors of arch must be interiorly protected some etchings exist, most obvious exits continue to functions a computer and seat lie in transaction. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/southeast/cpu +item-label-1=Take Thy Seat + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/east +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/southeastest +item-label-2=Venture Eastward +item-link-3=craysadventure.craft/start/south +item-label-3=Venture Westwood \ No newline at end of file diff --git a/craft/craysadventure/start/southeastest/index b/craft/craysadventure/start/southeastest/index new file mode 100644 index 0000000..fe61a7f --- /dev/null +++ b/craft/craysadventure/start/southeastest/index @@ -0,0 +1,27 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray appears int rounded corridor, thy hall continues both &bNortheria&r and &bWestword&r, with sign on wall could reader in engrish of old. + + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/southeastest/read +item-label-1=Examine Thy Sign + + +#header +text=&aThy Ventures + +#navigation +item-link-1=craysadventure.craft/start/eastest +item-label-1=Venture Northeria +item-link-2=craysadventure.craft/start/southeast +item-label-2=Venture Westwood diff --git a/craft/craysadventure/start/southeastest/read/index b/craft/craysadventure/start/southeastest/read/index new file mode 100644 index 0000000..90c6154 --- /dev/null +++ b/craft/craysadventure/start/southeastest/read/index @@ -0,0 +1,19 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy sign reads well &eYE SHELL THY DIE OUI OUI, INIT DOWN THY CORRIDOR THY MAY ESCAPE IF IT WAS LATE.. SO GREAT&r. + +#header +text=&aThy Tasks + +#navigation +item-link-1=craysadventure.craft/start/southeastest +item-label-1=Thy Previous Goal + + + diff --git a/craft/craysadventure/start/victory/index b/craft/craysadventure/start/victory/index new file mode 100644 index 0000000..2e95ffd --- /dev/null +++ b/craft/craysadventure/start/victory/index @@ -0,0 +1,19 @@ + + +#header +text=&aAdventora de Creya +scale=1 + + +#paragraph +text=Thy Cray well less drunken finds seldom alone exit of door next to carver where thy began, thy Cray has escaped of thy dungeon. + + +#header +text=&aThy Cray be safe, thy game is over! + +#navigation +item-link-1=craysadventure.craft/start +item-label-1=Be drunken, Again play.. +item-link-2=welcome.official +item-label-2=Go back Home