]> 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 c6a2326628783dc23d229a5ea934ad2757102f8b..f29a410c34cedea85183e5e944cd4ac14b158c5a 100644 (file)
@@ -27,18 +27,41 @@ 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'. //-->
+       <dependencies>
+               <!-- A list technology dependencies for this electronical device. //-->
+               <technology-dependency-list>
+                       <!-- A single technollogical dependency. //-->
+                       <technology-dependency>
+                               <id>{?technology_id?}</id>
+                               <name>{?technology_name?}</name>
+                               <level>{?technology_level?}</level>
+                       </technology-dependency>
+               </technology-dependency-list>
+               <!-- 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>
+                               <level>{?research_level?}</level>
+                       </research-dependency>
+               </research-dependency-list>
+       </dependencies>
 </electronic>