mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
adding aggressive sent and max to console debug output
This commit is contained in:
parent
24d52de8a1
commit
3afe84b83a
@ -413,6 +413,7 @@ function aiPlanning.temperamentPlanner(map)
|
||||
", iCB:" .. map.ionCannonBlasts .. ", aB:" .. map.artilleryBlasts)
|
||||
game.print("temp: " .. map.temperament .. ", tempScore:" .. map.temperamentScore .. ", points:" .. map.points .. ", state:" .. constants.stateEnglish[map.state] .. ", surface:" .. map.surface.index .. " [" .. map.surface.name .. "]")
|
||||
game.print("aS:" .. universe.squadCount .. ", aB:" .. universe.builderCount .. ", atkSize:" .. universe.attackWaveSize .. ", stlSize:" .. universe.settlerWaveSize .. ", formGroup:" .. universe.formSquadThreshold)
|
||||
game.print("sAgg:".. map.sentAggressiveGroups .. ", mAgg:" .. map.maxAggressiveGroups)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user