Add biomes tutorial

This commit is contained in:
Caleb 2020-03-23 19:42:12 -06:00
parent e1e69c7e77
commit f630d561a7
8 changed files with 53 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Moderators:
<li>Vikthor
<li>Josselin
<li>Sokomine
<li>onePlayer
</ul>

View File

@ -24,6 +24,7 @@ TODO: Write one tutorial for each of these things, one into a separate page.
menu = [
{img:"tutorials/icons/areas.png", href:"tutorials/areas.html", title:"Areas"},
{img:"tutorials/icons/autofarms.png", href:"tutorials/auto_farm.html", title:"Automatic Farms"},
{img:"tutorials/icons/biomes.png", href:"tutorials/biomes.html", title:"Biomes"},
{img:"tutorials/icons/advtrains.png", href:"tutorials/advtrains.html", title:"Trains"},
{img:"tutorials/icons/digtron.png", href:"tutorials/digtron.html", title:"Digtrons"},
{img:"tutorials/icons/digilines.png", href:"tutorials/digilines.html", title:"Digilines"},

51
tutorials/biomes.html Normal file
View File

@ -0,0 +1,51 @@
<!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>
<b><hr>WIP: Known Overworld Biomes<hr></b>
<script language=javascript>
images = [
{img:"img/stone_cliffs.png", txt:"Stone Cliffs"},
];
galery(images, "300px");
</script>
<hr>
Stone cliffs are the highest naturally generating biome known as of yet. No trees are known to spawn on these cliffs. They can rise up to 3000m in the sky, mostly covered with snow along the way. Past 1500m, many diamond ores and mese blocks are on the faces of these cliffs. The only mob that can survive in these extreme conditions is the Dragon.
<hr>
<script language=javascript>
images = [
{img:"img/bamboo_forest.png", txt:"Bamboo Forest"},
];
galery(images, "300px");
</script>
<hr>
The Bamboo forest can encompass large regions around mountains, with massive numbers of large bushes and bamboo shoots covering the dirt. No trees are naturally spawned in this biome other than bamboo. High concentrations of the Phonolite biome can be found in the caves of the Bamboo Forest. Pandas spawn in this biome, exclusively.
<hr>
<script language=javascript>
images = [
{img:"img/snowy_flats.png", txt:"Snowy Flats"},
];
galery(images, "300px");
</script>
<hr>
A medium-sized biome with large flats of snow, and igloos mythed to be inhabited by tarantulas. The only foilage in this biome is the Firethorn Shrub. No trees are naturally spawned in this biome. Under the snow are large ice beds, with icy caverns as well. Polar bears and penguins spawn here, with the possibility of Tarantulas.
<hr>
<b><hr>WIP: Known Underground Biomes<hr></b>
<b><hr>WIP: Known Mini-Server Biomes<hr></b>
<script language=javascript>
end_page();
</script>
</html>

BIN
tutorials/icons/biomes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 KiB

0
tutorials/img/.gitkeep Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 KiB