Skip to content
Snippets Groups Projects
pDefenseFears.tw 3.13 KiB
Newer Older
  • Learn to ignore specific revisions
  • Pregmodder's avatar
    Pregmodder committed
    :: P defense fears [nobr]
    
    Pregmodder's avatar
    Pregmodder committed
    <<set $nextButton = " ", $nextLink = "Random Nonindividual Event">> /* hide button until user makes a selection */
    
    klorpa's avatar
    klorpa committed
    <<set $fcnn.push("...hiring mercenaries to act as a defensive force against the old world...")>>
    
    A deputation of slaveowning citizens comes to see you. Though they haven't experienced anything so disturbing as your dealings with the Daughters of Liberty, rumors of unrest and revolution are running through the Free Cities. They are upset with the lack of troops to protect the arcology. This is quite a development in the young history of Free Cities society; only a few months ago, the idea of collective defense would have been a bitterly controversial one. It's still an employer's market for mercenaries; you could easily hire some. Alternatively, your citizens would probably agree to fund them by subscription — the word "taxes" would be impolitic.
    
    Pregmodder's avatar
    Pregmodder committed
    <br><br>
    
    
    ''This is a unique and very important opportunity'' and must not be taken lightly.
    
    <<link "Install a full platoon by subscription">>
    
    lowercasedonkey's avatar
    lowercasedonkey committed
    	<<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */
    
    Pregmodder's avatar
    Pregmodder committed
    	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, but they are @@.red;resentful@@ of having to take this step themselves.
    
    klorpa's avatar
    klorpa committed
    	<<run repX(-500, "event")>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $mercenaries = 3>>
    
    Pregmodder's avatar
    Pregmodder committed
    <br><<link "Install a full platoon at your expense">>
    
    lowercasedonkey's avatar
    lowercasedonkey committed
    	<<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */
    
    Pregmodder's avatar
    Pregmodder committed
    	You hire a full platoon of reputable mercenaries and a veteran officer to command them, kit them in excellent gear, and quarter them in the arcology. Their pay is on an escrow basis; the huge lump sum you paid will serve to secure them, and its interest will constitute their pay. The sight of many armed men on patrol has reassured the worried slaveowners, and they are @@.green;grateful@@ to you for seeing to their defense.
    
    	<<run repX(2500, "event")>>
    
    klorpa's avatar
    klorpa committed
    	<<run cashX(-10000, "mercenaries")>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $mercenaries = 3>>
    
    Pregmodder's avatar
    Pregmodder committed
    <</link>> <<if ($PC.skill.warfare >= 100) || ($PC.career == "arcology owner")>>//This will cost <<print cashFormat(10000)>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost <<print cashFormat(10000)>> and incur significant upkeep costs//<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <br><<link "Refuse to quarter so many troops in your arcology">>
    
    lowercasedonkey's avatar
    lowercasedonkey committed
    	<<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */
    
    Pregmodder's avatar
    Pregmodder committed
    	The consensus that the arcology is vulnerable triggers an @@.red;exodus@@ of your most wealthy and valuable citizens, and your reputation @@.red;suffers@@ grievously.
    
    	<<set $arcologies[0].prosperity = Math.trunc($arcologies[0].prosperity*0.8)>>
    
    klorpa's avatar
    klorpa committed
    	<<run repX(-1000, "event")>>
    
    klorpa's avatar
    klorpa committed
    </span>