]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
A lot rewrites, engine base template added, naval architecture added:
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index e7ccc3d42889b3b0de85e3c4df5bb0a73f1ff72f..b5431a010132806726d9c01b9c656f552817bc39 100644 (file)
@@ -74,8 +74,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <id>{?engine_id?{</id>
                <type>{?engine_type?}</type>
        </engine>
-       <!-- A list of what this transportates. //-->
+       <!-- A list of what this ship transportates. //-->
        <transportation-list>
+               <!-- @TODO This section is not complete. //-->
        </transportation-list>
        <!-- A ship may require one or more of these system to operate. //-->
        <ship-systems>
@@ -85,21 +86,41 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                     exterior lights. So you should be adviced to provide emergency
                     systems and redudancy for this system. //-->
                <electric-system>
+                       <!-- @TODO This section is not complete. //-->
                </electric-system>
                <!-- On latest ships you require to have a hydric system to operate
                     heavy bulkheads which seperates sections on low-level decks. On
                     passenger ships the hydraulic system have to operate front and/or
                     rear doors to let drive vehicles in. //-->
                <hydraulic-system>
+                       <!-- @TODO This section is not complete. //-->
                </hydraulic-system>
                <!-- Nearly all ships will have a navigation system. //-->
                <navigation-system>
+                       <!-- @TODO This section is not complete. //-->
                </navigation-system>
                <!-- A guidance system which every ship should have... //-->
                <guidance-system>
+                       <!-- @TODO This section is not complete. //-->
                </guidance-system>
                <!-- A fire reporting and fighting system. //-->
                <fire-system>
+                       <!-- @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>
+                       </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>
+                       </research-dependency>
+               </research-dependency-list>
+       </dependencies>
 </ship>