]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/technology/intergrated_currents.xml
Major rewrite of game logic XMLs
[shipsimu.git] / application / ship-simu / templates / game / technology / intergrated_currents.xml
index 247d8f2142ad967bc1e0157f24e2783fcea6ddd0..1e5471a14a56528aae96a97b31fcc2ef972e9242 100644 (file)
@@ -23,10 +23,10 @@ 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>intergrated_currents</name>
                <type>eletronics</type>
-       </general-data>
+       </technology-data>
        <!-- A technology may depend on some other technologies or research
             proposals to gain the first level of this technology. //-->
        <dependencies>
@@ -34,16 +34,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <technology-dependency-list>
                        <!-- A technology dependency for this technology. //-->
                        <technology-dependency>
-                               <name>transistor</name>
-                               <level>10</level>
+                               <technology-name>transistor</technology-name>
+                               <technology-type>electronics</technology-type>
+                               <technology-level>10</technology-level>
                        </technology-dependency>
                </technology-dependency-list>
                <!-- All research dependencies for this technology. //-->
                <research-dependency-list>
                        <!-- A research dependency for this technology. //-->
                        <research-dependency>
-                               <name>silicium_mining</name>
-                               <level>1</level>
+                               <research-name>silicium_mining</research-name>
+                               <research-type>{?research_type?}</research-type>
+                               <research-level>1</research-level>
                        </research-dependency>
                </research-dependency-list>
        </dependencies>