]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
Container/ship templates rewritten
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index 477c982cfdeae3ea2f880b98bedbf3771511f454..e7ccc3d42889b3b0de85e3c4df5bb0a73f1ff72f 100644 (file)
@@ -74,6 +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. //-->
+       <transportation-list>
+       </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
@@ -92,8 +95,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <!-- Nearly all ships will have a navigation system. //-->
                <navigation-system>
                </navigation-system>
-               <!-- A guidance system, //-->
+               <!-- A guidance system which every ship should have... //-->
                <guidance-system>
                </guidance-system>
+               <!-- A fire reporting and fighting system. //-->
+               <fire-system>
+               </fire-system>
        </ship-systems>
 </ship>