1
0
mirror of https://github.com/veden/Rampant.git synced 2025-01-18 02:58:32 +02:00

reduce freqency of rabid

This commit is contained in:
veden 2016-09-14 13:13:35 -07:00
parent 0a88e0c48e
commit d46a7dd1f1
2 changed files with 4 additions and 4 deletions

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

@ -5,7 +5,7 @@
;(define modFolder "C:/Users/veden/AppData/Roaming/Factorio/mods/")
;(define zipModFolder "C:/Program Files/Factorio_0.14.1/mods/")
(define modFolder "/home/veden/.factorio/mods/")
(define modFolder "/data/games/factorio13.20/mods/")
(define zipModFolder "/data/games/factorio13.20/mods/")
(define configuration (call-with-input-file "info.json"
(lambda (port)
@ -73,7 +73,7 @@
(copyDirectory "graphics" modFolder)
(copyDirectory "prototypes" modFolder)))
(copyFiles modFolder)
; (copyFiles modFolder)
; (copyFiles zipModFolder)
; (makeZip)
(makeZip)
)