From 2891abf977b81d1dabfc282f7b198d50cecd5921 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Sun, 22 Apr 2018 23:34:01 +0300 Subject: [PATCH] Small fixes --- Admin/Templates/editServerSet.tpl | 5 ++++- GameEngine/Lang/en.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Admin/Templates/editServerSet.tpl b/Admin/Templates/editServerSet.tpl index 32a26820..198e2085 100644 --- a/Admin/Templates/editServerSet.tpl +++ b/Admin/Templates/editServerSet.tpl @@ -77,6 +77,7 @@ function refresh(tz) { ? + ? @@ -192,6 +193,8 @@ function refresh(tz) { + + @@ -269,7 +272,7 @@ function refresh(tz) {
- +
<< back
<<
diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index 969cf35f..e0071b7f 100755 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -1270,7 +1270,7 @@ define("CONF_SERV_TROOPSPEED_TOOLTIP","Speed of movement of troops on the game s define("CONF_SERV_EVASIONSPEED","Evasion Speed"); define("CONF_SERV_EVASIONSPEED_TOOLTIP","The evasion speed is the time that troops spend on the road to return home after evasion an attack."); define("CONF_SERV_STORMULTIPLER","Storage Multipler"); -define("CONF_SERV_STORMULTIPLER_TOOLTIP","A multiplier for the storage capacity warehouse and granary. The value 1 is equal to the capacity of 80,000 of each resource at the maximum level. If you set the value to 2, then the capacity at the maximum level will be 160,000 of each resource."); +define("CONF_SERV_STORMULTIPLER_TOOLTIP","A multiplier for the storage capacity warehouse and granary. The value 1 is equal to the capacity of 80,000 of each resource at the maximum level. If you set the value to 2, then the capacity at the maximum level will be 160,000 of each resource.
Note: the amount of resources that will be generated by unoccupied oases for robbery depends on this value. The default is 800. If you set the value to 2, the maximum number for each resource being generated is 1600."); define("CONF_SERV_TRADCAPACITY","Trader Capacity"); define("CONF_SERV_TRADCAPACITY_TOOLTIP","A multiplier for the capacity of resources that can be carried by one trader. The value of 1 equals 500 capacity for the Romans, 750 for the Gauls, 1000 for the Teutons. If you set the value to 2, then the capacity of the transferred resources will double accordingly, 1000, 1500, 2000."); define("CONF_SERV_CRANCAPACITY","Cranny Capacity");