Minerals template added, some rewritten, comments added:
[shipsimu.git] / application / ship-simu / templates / de / game / research / base_research.xml
index 33fe084ac42fd3539ea5462db56a48b60b82f235..43e11546211191227e2025901958f31ae82966c4 100644 (file)
@@ -31,12 +31,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                     to existing technology or how research is conducted. Some research
                     may have multiple results and they all might not be good. //-->
                <research-result-list>
-                       <!-- A single research result. If you want to modify research and 
-                            technology with this research you have to provide two
-                            <research-result> blocks, one for each. //-->
+                       <!-- A single research result. //-->
                        <research-result>
-                               <modify-research id="{?modify_research-id?}" type="{?modify_research_type?}" amount="{?modify_-research_amount?}" />
-                               <modify-technology id="{?modify_technology-id?}" type="{?modify_technology_type?}" amount="{?modify_-technology_amount?}" />
+                               <!-- A list of modified technology when this research is completed. //-->
+                               <modify-technology-list>
+                                       <!-- A single technology modification. //-->
+                                       <modify-technology id="{?modify_technology_id?}" amount="{?modify_technology_amount?}" />
+                               </modify-technology-list>
                        </research-result>
                </research-result-list>
                <!-- A summary for this research proposal. //-->
@@ -77,7 +78,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                <research-depency id="{?research_id?}" level="{?research_level?}" />
                        </research-depency-list>
                        <building-depency-list>
-                               <building-depency type="{?building_type?}" />
+                               <building-depency id="{?building_id?}" level="{?building_level?}" />
                        </building-depency-list>
                </research-level>
        </research-level-list>