]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/container/base_container.xml
Added a count attribute to all list XML nodes (unhandled at the moment)
[shipsimu.git] / application / ship-simu / templates / game / container / base_container.xml
index c95f4a51754df4d56bfd656e04f5077ab2cf3604..be79f56279412a7e26d049f00a326fd9c34940e9 100644 (file)
@@ -52,7 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <company id="{?recipient_id?}" />
        </recipient>
        <!-- The transported content inside of the container. This can be more than one item. //-->
-       <content-list>
+       <content-list content-count="{?content_count?}">
                <!-- A single content of the container which should be transportated. //-->
                <content>
                        <content-id>{?content_id?}</content-id>
@@ -64,7 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
             constant temperature. This is useful for biological content like
             fruits. But it is optional. You can currently specify multiple systems,
             e.g. ventilation and maybe cooling aggregate or so. //-->
-       <maintenance-system-list>
+       <maintenance-system-list maintenance-system-count="{?maintenance_system_count?}">
                <!-- A single maintenance system. //-->
                <maintenance-system>
                        <maintenance-id>{?maintenance_id?}</maintenance-id>