web/world.html
2020-01-31 12:51:06 +01:00

68 lines
3.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<script language=javascript src=common.js></script>
<script language=javascript>
start_page(""); //path to root direction
</script>
<h1>World</h1>
<h2>Maps</h2>
<script language=javascript>
images = [
{img:"maps/map15.png", mini:"maps/map15_mini.png", txt:"Train map"},
{img:"maps/map11.png", mini:"maps/map11_mini.png", txt:"Lines in Grapeyard Superb"},
{img:"maps/fgmap_0_0.png", mini:"maps/fgmap_0_0_mini.png", txt:"Topographical map"},
{img:"maps/ta.png", mini:"maps/ta_mini.png", txt:"Satelite map"},
];
galery(images, "200px");
</script>
TODO: List of cities, a few words about each
<h1>Cities</h1>
<h2>Castle town</h2>
<p> Castle town: (CT): it is managed by Vikthor and Marik. It consist of many medivial style buildings. This town is situated near Big vosek railway station
<h2>Dragon Forest</h2>
<p> Dragon Forest: (DF) it is one of nice looking towns in TA being managed by Viru. This Town is 3rd densely populated area. There are different varieties of build styles. Established players like I_Love_You Have their shop there. It was named Dragon Forest as dragons spawn there often. Now dragons dont spawn there.
<h2>Fractal Plains</h2>
<p>
Factral plains: (FP) it is largest and oldest town of TA being taken care by Josselin and founded by CalebJ, Hume2, and Coram. Most of the oldest player in TA are settled there.
This city contains many shops. Players penguins, Daizee are one of notable vendros in Factral plains.
<h2>Grapeyard Superb</h2>
<p>
Grapeyard Superb: (GS) 2nd Largest city in TA and first city to have organized internal and external railway system founded by CalebJ, Being maintained by Sivarajan and ModiJi Under Grapeyard Superb Empire. City has large area to accomdate citzens. Various provinvce of GS area: GS west, GS east, GS south, GS north, banana forest, mushroom forest, Narsh, Thruston coast, Weeping tree village.
Things to be visited in GS are : castle of glass, Mall, Harborr, GS center, Parilament, Railway museum
This is city is also noob friendly city.
<p>
Grapeyard Superb Metro Rail Limited (GSMRL) organization is founded by sivarajan under the guidance of Hume2 On Oct 12, 2019 under the parent company TA train company. This is the Largest metro train network in TA.
The main aim of GSMRL is to Connect all the part of Grapeyard Superb.
First line was opened on Oct 12, 2019 by Hume2 connecting Castle of glass and the Grapeyard Harbor.
Second line opened On Nov 22, 2019 By Hume2 and sivarajan.
Third Line opened with Narsh Express line on Dec 3, 2019 By Hume2 and Sivarajan.
Fourth Line and Fifth Line opened on Dec 29 By sivarajan, With help of InitialD, ModiJi and Hume2.
Sixth Line is opened by ModiJi and Sivarajan.
Moutain line is In progress By Sokomine.
<br>
Members of GSMRL:
<ul>
<li>Hume2
<li>Sivarajan
<li>ModiJi
<li>InitialD
</ul>
<h2>Xargs Echo</h2>
<p> Xargs Echo: (XE) It is a town maintained by Hume2. It is one of Residential towns situated near spawn.
<script language=javascript>
end_page();
</script>
</html>