1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Clickable Techtree Diagram for Magic - Buildings (Megapack) </title>
<link type="text/css" rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- stuff for table-sorting, see jquery.com and datatables.net for details
-->
<script type="text/javascript" language="javascript" src="js/jquery-1.12.0.min.js" ></script>
<script type="text/javascript" language="javascript" src="js/jquery.dataTables.min.js"></script>
<!--
<script type="text/javascript" language="javascript" src="js/TableTools.min.js"></script>
-->
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#table_all').dataTable( {
'bAutoWidth': false,
"bPaginate": false,
"bSortClasses": false,
"sDom": '<"top"iflp>rt<"bottom"><"clear">',
<!--
"oTableTools": {
"sSwfPath": "js/copy_cvs_xls_pdf.swf"
},
-->
"aaSorting": [[ 1, "asc" ]]
});
});
</script>
</head>
<body>
<!-- start header -->
<div id="header">
<!-- Contain the right and left header images -->
<div id="header_left"></div>
<div id="header_right"></div>
<div id="logo"><a href="/"><img src="images/logo.png" alt="MegaGlest logo" /></a></div>
</div>
<!-- end header -->
<!-- start content -->
<div id="content">
<div id="article">
<h1>Clickable Techtree Diagram for Magic - Buildings (Megapack) </h1>
<p>
<h4><a href="index.html">Home</a></h4><p><H4>Choose faction: <A HREF=egypt_overview.html>Egypt</a> |
<A HREF=indian_overview.html>Indian</a> |
<A HREF=magic_overview.html><I>Magic</I></a> |
<A HREF=norsemen_overview.html>Norsemen</a> |
<A HREF=persian_overview.html>Persian</a> |
<A HREF=romans_overview.html>Romans</a> |
<A HREF=tech_overview.html>Tech</a>
</H4><P>
<P>
<H4>Techtree Diagrams: <a href="magic_techtree_clickable_map_buildings.html">Buildings</a> |
<a href="magic_techtree_clickable_map_buildings_units.html">Buildings Units</a> |
<a href="magic_techtree_clickable_map_all.html">All</a></H4>
<P>
<img src="images/magic/magic_techtree_graph_buildings.png" usemap=#test>
<map id="test" name="test">
<area shape="poly" id="node1" href="magic_golem_full.html" title="Golem" alt="" coords="359,452,301,435,243,452,243,479,359,479"/>
<area shape="poly" id="node2" href="magic_wicker_behemoth_full.html" title="Wicker\nBehemoth" alt="" coords="175,309,90,278,5,309,5,359,175,359"/>
<area shape="poly" id="node3" href="magic_library_full.html" title="Library" alt="" coords="362,315,301,299,240,315,240,342,362,342"/>
<area shape="poly" id="node4" href="magic_archmage_tower_full.html" title="Archmage\nTower" alt="" coords="219,446,133,415,47,446,47,495,219,495"/>
<area shape="poly" id="node7" href="magic_tower_of_souls_full.html" title="Tower\nOf Souls" alt="" coords="534,446,458,415,383,446,383,495,534,495"/>
<area shape="poly" id="node8" href="magic_power_golem_full.html" title="Power\nGolem" alt="" coords="196,582,133,552,70,582,70,632,196,632"/>
<area shape="poly" id="node5" href="magic_mage_tower_full.html" title="Mage\nTower" alt="" coords="327,36,266,5,206,36,206,85,327,85"/>
<area shape="poly" id="node6" href="magic_energy_source_full.html" title="Energy\nSource" alt="" coords="421,173,356,142,290,173,291,222,421,222"/>
<area shape="poly" id="node9" href="magic_summoner_guild_full.html" title="Summoner\nGuild" alt="" coords="267,173,177,142,87,173,87,222,267,222"/>
</map>
<h4>Arrow Styles:</h4>
<ul>
<li>Bold: Unit creates building
<li>Solid: Building produces unit or upgrade
<li>Dashed: Units morphs/upgrades to other unit
<li>Dotted: Unit or Upgrade is a requirement
</ul>
|