XMLs amoved, research XML added, building XML updated:
[shipsimu.git] / application / ship-simu / templates / de / game / building / base_building.xml
index 10dd1a2c9ae972d38568c3da48d72cf1d844b29d..7640500c04d9a25dfd63a1c11cf9c6c63efe4a6e 100644 (file)
@@ -29,8 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <![CDATA[{?building_description?}]]>
                </description>
                <general-data id="{?building_id?}" name="{?building_name?}">
-                       <owner id="{?owner_id?}" owned-start="{?owner_start_timestamp?}" owned-end="{?owner_end_timestamp?}" />
-                       <occupant id="{?occupant_id?}" owned-start="{?occupant_start_timestamp?}" owned-end="{?occupant_end_timestamp?}" />
+                       <owner id="{?owner_id?}" type="{?owner_type?}" owned-start="{?owner_start_timestamp?}" owned-end="{?owner_end_timestamp?}" />
+                       <occupant id="{?occupant_id?}" type="{?occupant_type?}" owned-start="{?occupant_start_timestamp?}" owned-end="{?occupant_end_timestamp?}" />
                        <constructed>
                                <construction-started timestamp="{?construction_start_timestamp?}" />
                                <construction-finished timestamp="{?construction_end_timestamp?}" />
@@ -93,7 +93,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
             must be understand by construction companies who made contracts with
             the shipping company to construct this building. //-->
        <depencies>
-               <technology id="{?technology_id?}" level="{?technology_level?}" />
-               <research id="{?research_id?}" level="{?research_level?}" />
+               <technology-list>
+                       <technology id="{?technology_id?}" level="{?technology_level?}" />
+               </technology-list>
+               <research-list>
+                       <research id="{?research_id?}" level="{?research_level?}" />
+               </research-list>
        </depencies>
 </building>