]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/container/base_container.xml
Attributes converted, more technology/research added:
[shipsimu.git] / application / ship-simu / templates / de / game / container / base_container.xml
index b5cfe5a52a65f19ed56f89513debed75aed51a2d..fc9c7f47a04da832c7fcf27a66964834f0bef383 100644 (file)
@@ -22,6 +22,21 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <container>
+       <!-- Some general data about this container. //-->
+       <general-data>
+               <!-- Id and type of this container. //-->
+               <id>{?id?}</id>
+               <!-- Uni* name, mostly adapted from template name, for this container. //-->
+               <name>{?name?}</name>
+               <!-- Look at container_types.xml for details. //-->
+               <type>{?type?}</type>
+               <!-- Dimension of the container. //-->
+               <dimension>
+                       <width>{?width?}</width>
+                       <length>{?length?}</length>
+                       <height>{?height?}</height>
+               </dimension>
+       </general-data>
        <!-- The owner of the container, this should be a company, //-->
        <owner>
                <company id="{?owner_id?}" />
@@ -47,8 +62,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        </content-list>
        <!-- A system, freezer or colder or something else, which maintains a
             constant temperature. This is useful for biological content like
-            fruits. But it is optional. //-->
-       <maintenance-system>
-               <!-- @TODO Find something for this empty tag. //-->
-       </maintenance-system>
+            fruits. But it is optional. You can currently specify multiple systems,
+            e.g. ventilation and maybe cooling aggregate or so. //-->
+       <maintenance-system-list>
+               <!-- A single maintenance system. //-->
+               <maintenance-system>
+                       <id>{?maintenance_id?}</id>
+                       <type>{?maintenance_type?}</type>
+               </maintenance-system>
+       </maintenance-system-list>
 </container>