]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
Added to generic directory
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index 1e900f50d3601265aa6eacaeef733cc518b96d14..5160727e4d53c77471c450abfc1245cca7c439bb 100644 (file)
@@ -80,8 +80,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        </transportation-list>
        <!-- A ship may require one or more of these system to operate. //-->
        <ship-systems>
-               <!-- The electric system of latest ship has becom the most important
-                    on a ship. It poeeres all other systems and provides electrical
+               <!-- The electric system of latest ships has becom the most important
+                    on a ship. It powers all other systems and provides electrical
                     power to all kind of commercials and cabins including interior and
                     exterior lights. So you should be adviced to provide emergency
                     systems and redudancy for this system. //-->
@@ -108,4 +108,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!-- @TODO This section is not complete. //-->
                </fire-system>
        </ship-systems>
+       <!-- Ships depend on several technologies and maybe research proposals. //-->
+       <dependencies>
+               <!-- A list of technology dependencies for this ship. //-->
+               <technology-dependency-list>
+                       <!-- A single technology dependencies for this ship. //-->
+                       <technology-dependency>
+                               <id>{?technology_id?}</id>
+                               <name>{?technology_name?}</name>
+                               <level>{?technology_level?}</level>
+                       </technology-dependency>
+               </technology-dependency-list>
+               <!-- A list of research proposals dependencies for this ship. //-->
+               <research-dependency-list>
+                       <!-- A single research proposals  dependencies for this ship. //-->
+                       <research-dependency>
+                               <id>{?research_id?}</id>
+                               <name>{?research_name?}</name>
+                               <level>{?research_level?}</level>
+                       </research-dependency>
+               </research-dependency-list>
+       </dependencies>
 </ship>