]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/building/base_building.xml
Bulding types, architecture technology and research lab added, rewrites on base templates
[shipsimu.git] / application / ship-simu / templates / de / game / building / base_building.xml
index c9815d249dbf7055ac049f8251f42db41f384eb1..ce4331c7ac7a48edde98cc9a27e7bcf81c7bc7fd 100644 (file)
@@ -33,6 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!-- Length of the building. //-->
                        <length>{?length?}</length>
                </dimension>
+               <!--A summary for this building. //-->
+               <summary>
+                       <![CDATA[{?summary?}]]>
+               </summary>
                <!-- A full description of this building. //-->
                <description>
                        <![CDATA[{?description?}]]>
@@ -145,9 +149,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
             shipping company to construct this building. //-->
        <depencies>
                <!-- A list of required technology to construct this building. //-->
-               <technology-depency-list>
+               <technology-dependency-list>
                        <!-- A single required technology to construct this building. //-->
-                       <technology-depency id="{?technology_id?}" level="{?technology_level?}" />
-               </technology-depency-list>
+                       <technology-dependency>
+                               <id>{?technology_id?}</id>
+                               <type>{?technology_type?}</type>
+                               <level>{?technology_level?}</level>
+                       </technology-dependency>
+               </technology-dependency-list>
        </depencies>
 </building>