]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/types/technology_types.xml
A lot rewrites, engine base template added, naval architecture added:
[shipsimu.git] / application / ship-simu / templates / de / game / types / technology_types.xml
index 5e56fadf3f2003830c0e63c843ed07cb33525d74..ed27d2994fcfd53292d2d33c775e14535dccbff8 100644 (file)
@@ -23,4 +23,18 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <technology-type-list>
+       <!-- A base technology which all others depend on. //-->
+       <technology-type type="base" />
+       <!-- Technology required for construction of buildings. //-->
+       <technology-type type="building" />
+       <!-- Different chemicals. //-->
+       <technology-type type="chemicals" />
+       <!-- Technologies for different constructions. //-->
+       <technology-type type="construction" />
+       <!-- Different equipment technologies. //-->
+       <technology-type type="equipment" />
+       <!-- Different production technologies. //-->
+       <technology-type type="production" />
+       <!-- Technologies for different ship constructions. //-->
+       <technology-type type="ship_construction" />
 </technology-type-list>