]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/building/research_lab.xml
Attributes converted, more technology/research added:
[shipsimu.git] / application / ship-simu / templates / de / game / building / research_lab.xml
index 1aee0d3c7f5dd46ae9140e01636ad616eae43c4d..e54b77c3299b618edb0e5e62678eba34a125f504 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!--
-A general research lab for conducting simple experiments.
+A general research laboratory for conducting simple experiments.
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
@@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- We also have technology denpencies for a building. These must be
             understand by construction companies who made contracts with the
             shipping company to construct this building. //-->
-       <depencies>
+       <dependencies>
                <!-- A list of required technology to construct this building. //-->
                <technology-dependency-list>
                        <!-- Arcgictecture is required. //-->
@@ -43,9 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        </technology-dependency>
                        <!-- Labory equipment is required. //-->
                        <technology-dependency>
-                               <type>labory_equpment</type>
+                               <type>laboratory_equipment</type>
                                <level>1</level>
                        </technology-dependency>
                </technology-dependency-list>
-       </depencies>
+       </dependencies>
 </building>