]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/technology/laboratory_equipment.xml
Major rewrite of game logic XMLs
[shipsimu.git] / application / ship-simu / templates / game / technology / laboratory_equipment.xml
index 98c1fb4915cecab619dcfa3cd0a92ce79b4c2518..05bf5a195be1d48b1d342513bb6e1a13a3b12cc7 100644 (file)
@@ -23,21 +23,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <technology extends="base_technology">
        <!-- General technology data like type, level, summary or description. //-->
-       <general-data>
+       <technology-data>
                <name>laboratory_equipment</name>
                <type>equipment</type>
-       </general-data>
+       </technology-data>
        <!-- A technology may depend on some other technologies or research
             proposals. //-->
        <dependencies>
                <technology-dependency-list>
                        <technology-dependency>
-                               <name>plastics</name>
-                               <level>3</level>
+                               <technology-name>plastics</technology-name>
+                               <technology-type>chemicals</technology-type>
+                               <technology-level>3</technology-level>
                        </technology-dependency>
                        <technology-dependency>
-                               <name>glass_making</name>
-                               <level>5</level>
+                               <technology-name>glass_making</technology-name>
+                               <technology-type>{?technology_type?}</technology-type>
+                               <technology-level>5</technology-level>
                        </technology-dependency>
                </technology-dependency-list>
        </dependencies>