]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/container/base_container.xml
Added to generic directory
[shipsimu.git] / application / ship-simu / templates / de / game / container / base_container.xml
index e3a813f845a5928c37ad48b906a4cc2ec7f51813..2b229370c62817972cefc8ae4df71e8364f9b8f4 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. //-->
+               <dimensions>
+                       <width>{?width?}</width>
+                       <length>{?length?}</length>
+                       <height>{?height?}</height>
+               </dimensions>
+       </general-data>
        <!-- The owner of the container, this should be a company, //-->
        <owner>
                <company id="{?owner_id?}" />