More renamed
[shipsimu.git] / application / ship-simu / templates / game / electronic / hifi_system.xml
index 9ac243942630f0f0d2b02fec816c6767ffc997fe..76a1a8e018a349f462f81003439275d47eb7f34c 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>
                <name>hifi_system</name>
                <type>entertainment</type>
                <!-- Simplified dimensions of the electronics because it will be placed
@@ -37,12 +37,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <height>70</height>
                        <length>80</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?}">
                        <!-- A single technollogical dependency. //-->
                        <technology-dependency>
                                <name>intergrated_currents</name>
@@ -58,7 +58,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        </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 research dependency. //-->
                        <research-dependency>
                                <name>electronics</name>