Skip to content
Snippets Groups Projects
Commit 1a605d77 authored by x's avatar x
Browse files

SFOverhual-SecExp - II

parent ff026899
No related branches found
No related tags found
1 merge request!2508SF overhual sec exp
...@@ -1125,7 +1125,7 @@ __Army__: ...@@ -1125,7 +1125,7 @@ __Army__:
<br>slaves morale modifier: <<if _slaveMod > 0>>+<</if>>_slaveMod% <br>slaves morale modifier: <<if _slaveMod > 0>>+<</if>>_slaveMod%
<br>mercenaries morale modifier: <<if _mercMod > 0>>+<</if>>_mercMod% <br>mercenaries morale modifier: <<if _mercMod > 0>>+<</if>>_mercMod%
<<if $SF.Toggle && $SF.Active && $SFIntervention>> <<if $SF.Toggle && $SF.Active && $SFIntervention>>
<br>security force morale modifier: <<if _SFMod > 0>>+<</if>>_SFMod% <br>special force morale modifier: <<if _SFMod > 0>>+<</if>>_SFMod%
<</if>> <</if>>
<<if $secBarracksUpgrades.luxury >= 1>> <<if $secBarracksUpgrades.luxury >= 1>>
<br>Barracks bonus morale modifier: +<<print _barracksBonus>>% <br>Barracks bonus morale modifier: +<<print _barracksBonus>>%
......
...@@ -391,29 +391,29 @@ Units about to be deployed: ...@@ -391,29 +391,29 @@ Units about to be deployed:
<</for>> <</for>>
<</if>> <</if>>
<<if $SF.Toggle && $SF.Active && $majorBattle == 1>> <<if $SF.Toggle && $SF.Active && $majorBattle>>
<br> <br>
<br> <br>
The size of the incoming attack warrants the intervention of the security force in its full force. They will <span id="SFI">not intervene</span>. The size of the incoming attack warrants the intervention of the special force in its full force. They will <span id="SFI">not intervene</span>.
<br> <br>
<<if $SFIntervention == 0>> <<if !$SFIntervention>>
<<link "Let the Security force intervene" "attackOptions">> <<link "Let $SF.lower intervene" "attackOptions">>
<<set $SFIntervention = 1>> <<set $SFIntervention = 1>>
<<replace "#SFI">> <<replace "#SFI">>
intervene intervene
<</replace>> <</replace>>
<</link>> <</link>>
//The security force will join the battle with all the equipment they can mobilize within a short timeframe// //The special force will join the battle with all the equipment they can mobilize within a short timeframe//
<<else>> <<else>>
<<link "Do not let the Security force intervene" "attackOptions">> <<link "Do not let $SF.lower intervene" "attackOptions">>
<<set $SFIntervention = 0>> <<set $SFIntervention = 0>>
<<replace "#SFI">> <<replace "#SFI">>
not intervene not intervene
<</replace>> <</replace>>
<</link>> <</link>>
//The security force will not join the battle// //The special force will not join the battle//
<</if>> <</if>>
<br>//Some upgrades will be able to support the troops even if the security force does not intervene directly in the fight.// <br>//Some upgrades will be able to support the troops even if the special force does not intervene directly in the fight.//
<</if>> <</if>>
<br><br> <br><br>
......
...@@ -278,10 +278,10 @@ Your slaves have participated in approximately <<print commaNum($oralTotal+$vagi ...@@ -278,10 +278,10 @@ Your slaves have participated in approximately <<print commaNum($oralTotal+$vagi
<<if $secExp == 1 && $battlesEnabled == 1>> <<if $secExp == 1 && $battlesEnabled == 1>>
<br><br> <br><br>
<<if $securityForceCreate == 0>> <<if !$SF.Toggle||!$SF.Active>>
Your army counts <<print commaNum($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower)>> total soldiers. Your army counts <<print commaNum($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower)>> total soldiers.
<<else>> <<elseif $SF.Toggle && $SF.Active>>>>
Your army counts <<print commaNum($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower + $securityForcePersonnel)>> total soldiers of which <<print commaNum($securityForcePersonnel)>> under the security force command and the rest under your direct control. Your army counts <<print commaNum($militiaEmployedManpower + $slavesEmployedManpower + $mercEmployedManpower + $SFUnit.Troops)>> total soldiers of which <<print commaNum($SFUnit.Troops)>> under the special force command and the rest under your direct control.
<</if>> <</if>>
<<if $hasFoughtOnce == 1>> <<if $hasFoughtOnce == 1>>
Your troops were involved in <<print commaNum($battlesCount)>> battles of which <<print commaNum($majorBattlesCount)>> were major engagements. You won Your troops were involved in <<print commaNum($battlesCount)>> battles of which <<print commaNum($majorBattlesCount)>> were major engagements. You won
......
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