Skip to content
Snippets Groups Projects
Commit 3ac7639e authored by hexall90's avatar hexall90
Browse files

Laying Base

parent 21525ff8
No related branches found
No related tags found
3 merge requests!1155Pregmod master,!1039Hexall90's security expansion mod,!871Security expansion
:: attackHandler [nobr]
......@@ -1070,6 +1070,26 @@ FertilityAge($fertilityAge)
<<set $pubertyLength = 5>>
<<set $maxGrowthAge = 24>>
/* Security Expansion */
/* base vars */
<<set $authority = 1000>>
<<set $security = 50>>
/* attacks progress stats */
<<set $raidersProgress = 0>>
<<set $slaveRebellionProgress = 0>>
<<set $citizenRebellionProgress = 0>>
<<set $arcologyAttackProgress = 0>>
<<set $freeCityProgress = 0>>
<<set $oldWorldProgress = 0>>
/* armed forces stats */
<<set $militiaForces = 0>>
<<set $slaveArmyForces =0>>
<<set $mercForces = 0>>
<<set $militiaLoyalty = 0>>
<<set $slaveArmyLoyalty = 0>>
<<set $mercLoyalty = 0>>
/% Begin mod section: toggle whether slaves lisp. %/
<<set $disableLisping = 0>>
/% End mod section: toggle whether slaves lisp. %/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment