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:
parent
cc398eca65
commit
b226833f39
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user