From: Roland Häder Date: Tue, 15 Sep 2009 20:52:42 +0000 (+0000) Subject: Huge rewrite of all base templates, added base_ship.xml (unfinished) X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=4982055fcd221e4447e54f06c2c15c997880e870 Huge rewrite of all base templates, added base_ship.xml (unfinished) --- diff --git a/.gitattributes b/.gitattributes index 1146872..605c291 100644 --- a/.gitattributes +++ b/.gitattributes @@ -288,6 +288,8 @@ application/ship-simu/templates/de/game/research/.htaccess -text application/ship-simu/templates/de/game/research/base_research.xml -text application/ship-simu/templates/de/game/resource/.htaccess -text application/ship-simu/templates/de/game/resource/base_resource.xml -text +application/ship-simu/templates/de/game/ship/.htaccess -text +application/ship-simu/templates/de/game/ship/base_ship.xml -text application/ship-simu/templates/de/game/technology/.htaccess -text application/ship-simu/templates/de/game/technology/base_technology.xml -text application/ship-simu/templates/de/game/types/.htaccess -text diff --git a/application/ship-simu/templates/de/game/building/base_building.xml b/application/ship-simu/templates/de/game/building/base_building.xml index 5abfa67..c9815d2 100644 --- a/application/ship-simu/templates/de/game/building/base_building.xml +++ b/application/ship-simu/templates/de/game/building/base_building.xml @@ -38,7 +38,11 @@ along with this program. If not, see - + + {?id?} + {?name?} + {?type?} + {?level?} @@ -70,18 +74,32 @@ along with this program. If not, see - + + {?construction_currency?} - + + + {?construct_id?} + - - + + + + + {?resource_id?} + {?resource_amount?} + - + + @@ -91,22 +109,35 @@ along with this program. If not, see it like house cleaning. simplified repair costs and in some way taxes. //--> + - + + + + {?cleaning_currency?} + + + + {?repair_currency?} - + + {?mortgage_currency?} + + - + + - + + + {?id?} + {?type? + + + - + + {?resource_id?} {?resource_amount?} {?resource_added?} {?resource_remoed?} diff --git a/application/ship-simu/templates/de/game/mineral/base_mineral.xml b/application/ship-simu/templates/de/game/mineral/base_mineral.xml index 0d61e0a..4e20395 100644 --- a/application/ship-simu/templates/de/game/mineral/base_mineral.xml +++ b/application/ship-simu/templates/de/game/mineral/base_mineral.xml @@ -26,7 +26,9 @@ along with this program. If not, see //--> - + + {?id?} + {?type?} diff --git a/application/ship-simu/templates/de/game/research/base_research.xml b/application/ship-simu/templates/de/game/research/base_research.xml index 43e1154..b564f27 100644 --- a/application/ship-simu/templates/de/game/research/base_research.xml +++ b/application/ship-simu/templates/de/game/research/base_research.xml @@ -26,7 +26,9 @@ along with this program. If not, see //--> - + + {?id?} + {?type?} @@ -54,7 +56,8 @@ along with this program. If not, see - + + {?level?} - + + {?id?} + {?type?} diff --git a/application/ship-simu/templates/de/game/ship/.htaccess b/application/ship-simu/templates/de/game/ship/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/ship/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/ship/base_ship.xml b/application/ship-simu/templates/de/game/ship/base_ship.xml new file mode 100644 index 0000000..e4fe7ac --- /dev/null +++ b/application/ship-simu/templates/de/game/ship/base_ship.xml @@ -0,0 +1,68 @@ + + + + + {?id?} + + {?type?} + {?propellers?} + {?weight?} + {?displacement?} + + {?construction_id?} + {?construction_started?} + {?construction_finished? + + + + + {?company_id?} + . + {?holder_started?} + {?holder_ended?} + + + + + + + {?structure_id?} + {?structure_type?} + + + + {?engine_id?{ + {?engine_type?} + + + + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/technology/base_technology.xml b/application/ship-simu/templates/de/game/technology/base_technology.xml index 977cca9..b08fe14 100644 --- a/application/ship-simu/templates/de/game/technology/base_technology.xml +++ b/application/ship-simu/templates/de/game/technology/base_technology.xml @@ -23,7 +23,10 @@ along with this program. If not, see //--> - + + {?id?} + {?type?} + {?level?}