see changelog

This commit is contained in:
Aaron Veden
2018-06-03 19:40:08 -07:00
parent bc664d470d
commit 299b7a4428
4 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -217,10 +217,10 @@ function upgrade.attempt(natives)
game.surfaces[natives.activeSurface].print("Rampant - Version 0.16.22")
global.version = constants.VERSION_57
end
if (global.version < constants.VERSION_63) then
if (global.version < constants.VERSION_64) then
game.surfaces[natives.activeSurface].print("Rampant - Version 0.16.28")
global.version = constants.VERSION_63
game.surfaces[natives.activeSurface].print("Rampant - Version 0.16.29")
global.version = constants.VERSION_64
end
+9
View File
@@ -1,3 +1,12 @@
---------------------------------------------------------------------------------------------------
Version: 0.16.29
Date: 6. 3. 2018
Tweaks:
- Increased ai state min time from 1 to 7 minutes
- Increased ai state max time from 4 to 17 minutes
- Increased ai temperament min time from 5 to 25 minutes
- Increased ai temperament max time from 15 to 32 minutes
---------------------------------------------------------------------------------------------------
Version: 0.16.28
Date: 6. 1. 2018
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.16",
"version" : "0.16.28",
"version" : "0.16.29",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",
+5 -5
View File
@@ -21,7 +21,7 @@ constants.VERSION_41 = 41
constants.VERSION_44 = 44
constants.VERSION_51 = 51
constants.VERSION_57 = 57
constants.VERSION_63 = 63
constants.VERSION_64 = 64
-- misc
@@ -105,10 +105,10 @@ constants.AI_STATE_RAIDING = 4
constants.AI_STATE_MIGRATING = 5
constants.AI_STATE_SIEGE = 6
constants.AI_MIN_STATE_DURATION = 1
constants.AI_MAX_STATE_DURATION = 4
constants.AI_MIN_TEMPERAMENT_DURATION = 5
constants.AI_MAX_TEMPERAMENT_DURATION = 15
constants.AI_MIN_STATE_DURATION = 7
constants.AI_MAX_STATE_DURATION = 17
constants.AI_MIN_TEMPERAMENT_DURATION = 25
constants.AI_MAX_TEMPERAMENT_DURATION = 32
-- ai base