]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
Attributes converted, more technology/research added:
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index 477c982cfdeae3ea2f880b98bedbf3771511f454..1e900f50d3601265aa6eacaeef733cc518b96d14 100644 (file)
@@ -74,6 +74,10 @@ 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 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>
                <!-- The electric system of latest ship has becom the most important
@@ -82,18 +86,26 @@ 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, //-->
+               <!-- 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>
 </ship>