diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index 357aaaf0a70c9853855b438f0c5c6affcd5ad830..6b470f66514be4ff55f6bca94ff05c4ac755c69f 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -581,13 +581,13 @@ Increase crew comfort and life support systems to increase operational time. <</if>> <</if>> - Soon the onterage heads back to $securityForceName 's HQ. Along the route you see a homeless citizen in great pain. + Soon the entourage heads back to $securityForceName 's HQ. Along the route you see a homeless citizen in great pain. <<if $PC.medicine < 10>> Your total lack of medical skill causes the death of the citizen. <<elseif $PC.medicine >= 10>> - Your basic level of medicine esnure that the citizen's condition remains the same. + Your basic level of medicine ensures that the citizen's condition remains the same. <<elseif $PC.medicine >= 30>> - Your slightly higher level of medicine esnure that the citizen's condition ever so slightly improves. + Your slightly higher level of medicine ensures that the citizen's condition ever so slightly improves. <<elseif $PC.medicine >= 60>> Your mastery of medicine ensures that the citizen's condition is noticably better. <<elseif ($PC.medicine >= 100)>> diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw index e7806d745489ae6bcc08e3b3d84cc854d2e4b6d2..2f32a939e94847e0233984c400b76d00b279cf3b 100644 --- a/src/uncategorized/seIndependenceDay.tw +++ b/src/uncategorized/seIndependenceDay.tw @@ -386,4 +386,66 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve <</nobr>> <</replace>> <</link>> //Costs ¤10000// -</span>\ +\ +<<if $securityForceActive > 1>> +<<link "Host a parade ">> + <<replace "#result2">> + <<nobr>> + <<if $securityForcePersonnel < 100>> + The tiny size of $securityForceName does not enspire confindence in your citizens. + <<set $rep -= 200>> + <<elseif $securityForcePersonnel < 1000>> + The almost full size of $securityForceName enspires confindence in your citizens. + <<set $rep += 100>> + <</if>> + <<if $securityForceInfantryPower == 0>> + Seeing the soldiers of $securityForceName with high-quality personal weapons and light armour, but little in the way of exceptional armament, provides little confindence in $securityForceName. + <<set $rep -= 200>> + <<elseif $securityForceInfantryPower == 11>> + The citizens of $arcologies[0].name are relived to see that $securityForceName's troops are out fitted the absolutly latest in gear. + <<set $rep += 100>> + <</if>> + <<if $securityForceStimulantPower == 0>> + Seeing $securityForceName being relaxed enspires confidence that they are unlikely to get a face full of lead. + <<set $rep += 100>> + <<elseif $securityForceStimulantPower == 7>> + The slight twitchness and hightend alertness of $securityForceName's troops makes your citizens afraid that they may get a face full of lead. + <<set $rep -= 200>> + <</if>> + <<if $securityForceVehiclePower == 0>> + The use of basic, unarmoured mainly high-end civilian vehicles with jury-rigged crew-served weapons by $securityForceName does not enspire confindence in your citizens. + <<set $rep -= 200>> + <<elseif $securityForceVehiclePower == 7>> + $securityForceName's use of the most advanced heavy armoured and support vehicles possible enspires confindence in your citizens. + <<set $rep += 100>> + <</if>> + <<if $securityForceAircraftPower == 0>> + Seeing $securityForceName's airforce primarily consist of light transport VTOLs equipped with non-lethal weaponry, does not assure your citizens. + <<set $rep -= 200>> + <<elseif $securityForceAircraftPower == 7>> + Seeing $securityForceName's airforce using latest equipment assures your citizens that they are safe from the air. + <<set $rep += 100>> + <</if>> + <<if $securityForceDronePower == 0>> + Seeing 're-purposed' non-military drones from the arcology's original contingent flying around, does not enspire confindence in your citizens. + <<set $rep -= 200>> + <<elseif $securityForceDronePower == 5>> + Seeing the latest and greatest drones buzzing over head assures your citizens that they are unmatched. + <<set $rep += 100>> + <</if>> + <<if $securityForceGiantRobot == 1>> + Seeing a basic old world rusted looking Giant Robot, doesn't not provide your citizens with much assurence that they are protected. + <<set $rep -= 200>> + <<elseif $securityForceGiantRobot == 7>> + Seeing that the Giant Robot has been fully upgraded provies your citizens with a feeling of safety. + <<set $rep += 100>> + <</if>> + + /*Mabye a random chance attack by the Daughter's of Liberty if they haven't been already defeated or if they have by a cell that managed to survive. The size of the attack could depend the time since their last encoutner. The ammount of damage inflicted would depend primarly on if the hacker's support was aquired,$bodyguard's combat skill, the player's combat skill, SF upgrades and finally some RNG. If a low ammount of damage is inflicted then there will be a low hit to rep and some criminals can be acquired or dealth with in the usual maner. Higher ammounts of damage leads to, higher hits to rep and a chance that less attackers will survive. Without a bodyguard there is a chance that PC may die or be held hostage with a chance of being killed if the resuce attempt is botched. */ + + /* I was thinking providing a option (potentially #result3) of giving a speech with it being a duplicate of the above speech just for completeness sake however it would be reduant except for a line or two about the outcome of attack if it fired (i.e listing the number of dead/captured attackers (potentially #result4) and dead soliders with a couple of potential options (potentially #result5) ;to erect a statute or such ackonolge them and if one is alread present to add them on to it, to provide support for their families. Also the amount of montery damage, did $bodyguard die or just get wounded and if so how severly. Finally a closing message with how the PC wishes to react to it (potentially #result6); e.g. be vigilant, it's a one off, act of war, we will not give into terrorist attacks, etc. */ + <</nobr>> + <</replace>> +<</link>> +<</if>> +</span>\ \ No newline at end of file