Add strange island

This commit is contained in:
He4eT 2024-12-10 19:23:41 +01:00
commit f17409cc53
3 changed files with 11 additions and 2 deletions

View file

@ -28,6 +28,7 @@ gameMain: GameMainDef
#include "locations/startingRoom.t"
#include "locations/secondRoom.t"
#include "locations/thirdRoom.t"
#include "locations/island.t"
#include "items/note.t"
#include "items/fruitBox.t"

View file

@ -44,8 +44,8 @@ locker: LockableContainer, Fixture
a fragment of the physical world amid the boundless,
artificial cosmos, with only the faint static of data streams
breaking the eerie silence.\b
You arrived to the <b>Strange Island in the Middle Of Nowhere</b>";
me.scriptedTravelTo(startingRoom);
You arrived to the <b>Strange Island in the Middle Of Nowhere</b>. ";
me.moveIntoForTravel(island);
}
}
isListed = true

8
locations/island.t Normal file
View file

@ -0,0 +1,8 @@
island: OutdoorRoom 'Strange Island'
"The Strange Island in the Middle of Nowhere in cyberspace was a solitary,
jagged patch of stone-like ground suspended in an endless digital void.
Surrounded by a sea of shifting neon colors and data fragments,
it glowed with faint, pulsing symbols.\b
The air hummed with an electric tension,
as if the island held an ancient secret waiting to be discovered. "
;