From 3ac7639e15eef6b11b25227fac0ff7c09049fae6 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Thu, 14 Sep 2017 08:12:01 +0200 Subject: [PATCH] Laying Base --- src/SecExp/attackHandler.tw | 2 ++ src/init/storyInit.tw | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw index e69de29bb2d..359e4b9fa32 100644 --- a/src/SecExp/attackHandler.tw +++ b/src/SecExp/attackHandler.tw @@ -0,0 +1,2 @@ +:: attackHandler [nobr] + diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index b914e9808cb..318e56f9812 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -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. %/ -- GitLab