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 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Blacksmith - of the Tech Faction (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>Blacksmith - of the Tech Faction (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>Magic</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><I>Tech</I></a>
</H4><P>
<P>
<TABLE BORDER=1><TR><TD WIDTH=250><A NAME="blacksmith_full"></A><IMG SRC="../../techs/megapack/factions/tech/units/blacksmith/images/blacksmith.bmp" HEIGHT=64 WIDTH=64 ALT="Blacksmith"></TD><TD WIDTH=500> <B>Blacksmith</B></TD></TR>
<TR><TD>Type:</TD><TD>Building</TD></TR>
<TR><TD>Creation:</TD><TD>Built by <A HREF="tech_worker_full.html">Worker</A><BR>
</TD></TR>
<TR><TD>Total Cost: </TD><TD> <NOBR><IMG SRC="../../techs/megapack/resources/gold/images/gold.bmp" HEIGHT=16 WIDTH=16 ALT="Gold">100</NOBR> <NOBR><IMG SRC="../../techs/megapack/resources/wood/images/wood.bmp" HEIGHT=16 WIDTH=16 ALT="Wood">150</NOBR>
<TR><TD>Storage:</TD><TD><IMG SRC="../../techs/megapack/resources/wood/images/wood.bmp" HEIGHT=16 WIDTH=16 ALT="Wood"> 200
(Hint: This also means a worker can drop of his harvested wood into this building so it's useful to build it near trees.)</TD></TR>
<TR><TD>Production Time:</TD><TD>120</TD></TR>
<TR><TD>Maximum Hitpoints:</TD><TD>6000</TD></TR>
<TR><TD>Regeneration of Hitpoints:</TD><TD>-</TD></TR>
<TR><TD>Armor-Strength:</TD><TD>-</TD></TR>
<TR><TD>Armor-Type:</TD><TD><a href="attack_and_armor_types.html#wood">Wood</A></TD></TR>
<TR><TD>Sight-Range:</TD><TD>12</TD></TR>
<TR><TD>'Blacksmith' is able to Upgrade:</TD><TD><A HREF="tech_blade_weapons_full.html">Blade Weapons</A><br>
<A HREF="tech_piercing_weapons_full.html">Piercing Weapons</A><br>
<A HREF="tech_shield_level_1_full.html">Shield Level 1</A><br>
<A HREF="tech_shield_level_2_full.html">Shield Level 2</A><br>
</TD></TR>
<TR><TD>'Blacksmith' is a Requirement for:</TD><TD><A HREF="tech_technodrome_full.html">Technodrome</A><br>
<A HREF="tech_horseman_full.html">Horseman</A><br>
<A HREF="tech_ornithopter_full.html">Ornithopter</A><br>
<A HREF="tech_airship_full.html">Airship</A><br>
<A HREF="tech_catapult_full.html">Catapult</A><br>
<A HREF="tech_battle_machine_full.html">Battle Machine</A><br>
<A HREF="tech_defense_tower_full.html">Defense Tower</A><br>
<A HREF="tech_guard_full.html">Guard</A><br>
</TD></TR>
<TR><TD>Needed to build 'Blacksmith':</TD><TD><A HREF="tech_castle_full.html">Castle</A><br>
</TD></TR>
</TABLE><P>
<!-- start footer -->
This page was generated by: <I><A HREF="http://rupp.de/glest/">convert_faction_xml2html.pl</A></I>, version: <I>0.8.1 beta</I>, using config-file: <I>megapack-temp.ini</I>
<br>
<div id="footer">
<div id="footer_left"></div>
<div id="footer_right"></div>
<ul>
<li><a href="https://megaglest.org/privacy.html">Privacy</a></li>
<li><a href="https://megaglest.org/license.html"><img src="images/footer_logo.png" alt="GNU GPL and OSI logos" /></a></li>
<li><a href="https://megaglest.org/credits.html">Credits</a></li>
</ul>
</div>
</body>
</html>
<!-- end footer -->
|