Some more open sections marked as todo, TODOs.txt updated
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index e7ccc3d42889b3b0de85e3c4df5bb0a73f1ff72f..1e900f50d3601265aa6eacaeef733cc518b96d14 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,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 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>