]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/electronic/base_electronic.xml
Added to generic directory
[shipsimu.git] / application / ship-simu / templates / de / game / electronic / base_electronic.xml
index 1a45f15c851574f6b8f66d89e7541f68b2e5fd9f..f29a410c34cedea85183e5e944cd4ac14b158c5a 100644 (file)
@@ -27,20 +27,20 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<electronic extends="{?goody_template?}">
+<electronic>
        <!-- General data of the electronics. //-->
        <general-data>
                <!-- Id and type for this electronic. //-->
                <id>{?id?}</id>
                <name>{?name?}</name>
                <type>{?type?}</type>
-               <!-- Simplified dimension of the electronics because it will be placed
+               <!-- Simplified dimensions of the electronics because it will be placed
                     into a small box for transportation. //-->
-               <dimension>
+               <dimensions>
                        <width>{?width?}</width>
                        <height>{?height?}</height>
                        <length>{?length?}</length>
-               </dimension>
+               </dimensions>
        </general-data>
        <!-- An electronical device may depend on one or more technologies, at least
             'electronics'. //-->
@@ -51,16 +51,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <technology-dependency>
                                <id>{?technology_id?}</id>
                                <name>{?technology_name?}</name>
-                               <type>{?technology_type?}</type>
+                               <level>{?technology_level?}</level>
                        </technology-dependency>
                </technology-dependency-list>
-               <!-- A list research proposal dependencies for this electronical device. //-->
+               <!-- A list research dependencies for this electronical device. //-->
                <research-dependency-list>
                        <!-- A single technollogical dependency. //-->
                        <research-dependency>
                                <id>{?research_id?}</id>
                                <name>{?research_name?}</name>
-                               <type>{?research_type?}</type>
+                               <level>{?research_level?}</level>
                        </research-dependency>
                </research-dependency-list>
        </dependencies>