]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/electronic/cellphone.xml
More renamed
[shipsimu.git] / application / ship-simu / templates / game / electronic / cellphone.xml
index 2184f02c7f470cef804e6c6842edfde4ad2e9395..2c7f2d8d0217c60ade258e0401ae1c668a6ab442 100644 (file)
@@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <electronic extends="base_electronic}">
        <!-- General data of the electronics. //-->
-       <general-data>
+       <electronic-data>
                <!-- Id and type for this electronic. //-->
                <name>cellphone</name>
                <type>communication</type>
@@ -38,19 +38,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <height>35</height>
                        <length>30</length>
                </dimensions>
-       </general-data>
+       </electronic-data>
        <!-- An electronical device may depend on one or more technologies, at least
             'electronics'. //-->
        <dependencies>
                <!-- A list technology dependencies for this electronical device. //-->
-               <technology-dependency-list>
+               <technology-dependency-list dependency-count="{?technology_dependency_count?}">
                        <technology-dependency>
                                <name>cellular_network</name>
                                <level>1</level>
                        </technology-dependency>
                </technology-dependency-list>
                <!-- A list research dependencies for this electronical device. //-->
-               <research-dependency-list>
+               <research-dependency-list dependency-count="{?research_dependency_count?}">
                        <!-- A single technollogical dependency. //-->
                        <research-dependency>
                                <name>electronics</name>