mirror of
https://github.com/veden/Rampant.git
synced 2026-06-19 22:15:20 +02:00
see changelog
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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,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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user