]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/game/building/base_building.xml
New building 'advanced research lab' added, floor-list added to buildings, menu XML...
[shipsimu.git] / application / ship-simu / templates / game / building / base_building.xml
index 0961194586a70b865d6fe1f66f28062f3a032be1..ab7743905c74d22fb7e143ab4f0338b2637b79b4 100644 (file)
@@ -25,14 +25,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- General building data //-->
        <building-data>
                <!-- Estimated dimensions of the building. //-->
-               <dimensions>
+               <estimated-dimensions>
                        <!-- Width of the building. //-->
                        <width>{?width?}</width>
                        <!-- Height of the building. //-->
                        <height>{?height?}</height>
                        <!-- Length of the building. //-->
                        <length>{?length?}</length>
-               </dimensions>
+               </estimated-dimensions>
                <!--A summary for this building. //-->
                <summary>
                        <![CDATA[{?summary?}]]>
@@ -47,6 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <name>{?name?}</name>
                        <type>{?type?}</type>
                        <level>{?level?}</level>
+                       <max-floors>{?max_floors?}</max-floors>
                        <!-- The owner of this building. //-->
                        <owner id="{?owner_id?}" type="{?owner_type?}" owned-start="{?owner_start_timestamp?}" owned-end="{?owner_end_timestamp?}" />
                        <!-- The occupant of this building. //-->
@@ -158,4 +159,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        </technology-dependency>
                </technology-dependency-list>
        </dependencies>
+       <!-- A list of floors this building has. //-->
+       <floor-list>
+               <!-- A single floor where we can add rooms to. //-->
+               <floor>
+               </floor>
+       </floor-list>
 </building>