1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-26 03:20:07 +02:00

reduce rabid frequency

This commit is contained in:
veden 2016-09-14 13:11:38 -07:00
parent cc398eca65
commit b226833f39
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.13",
"version" : "0.13.2",
"factorio_version" : "0.14",
"version" : "0.14.2",
"title" : "Rampant AI",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",

View File

@ -129,7 +129,7 @@ function aiBuilding.formSquads(regionMap, surface, natives, chunk, evolution_fac
local squad = createSquad(squadPosition, surface, natives)
if (math.random() < 0.05) then
if (math.random() < 0.03) then
squad.rabid = true
end

View File

@ -73,7 +73,7 @@
(copyDirectory "graphics" modFolder)
(copyDirectory "prototypes" modFolder)))
(copyFiles modFolder)
; (copyFiles modFolder)
; (copyFiles zipModFolder)
; (makeZip)
(makeZip)
)