Skip to content
Snippets Groups Projects
Commit 07a804b2 authored by kopareigns's avatar kopareigns
Browse files

Tweak

parent 36617967
No related branches found
No related tags found
2 merge requests!2047RA rework,!1678Mostly Spelling
...@@ -3917,21 +3917,6 @@ You remind yourself that success in this conflict will not be defined by the tra ...@@ -3917,21 +3917,6 @@ You remind yourself that success in this conflict will not be defined by the tra
<br><<link "Lock your rival down and let your mercs walk right in.">> <br><<link "Lock your rival down and let your mercs walk right in.">>
<<replace "#result">> <<replace "#result">>
While you hold your rival's arcology's system under your complete control. $assistantName finally reports to you in <<if $assistant == 0>>its<<else>>her<</if>> normal tones, "Team One reports While you hold your rival's arcology's system under your complete control. $assistantName finally reports to you in <<if $assistant == 0>>its<<else>>her<</if>> normal tones, "Team One reports
<<if $PC.hacking < 10 && random(0,100) > 90>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 100 && random(0,100) > 50>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 80 && random(0,100) > 55>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 60 && random(0,100) > 60>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 40 && random(0,100) > 65>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 20 && random(0,100) > 75>>
<<set _Success = 1>>
<<elseif $PC.hacking >= 10 && random(0,100) > 85>>
<<set _Success = 1>>
<</if>>
<<switch $rivalryFS>> <<switch $rivalryFS>>
<<case "Racial Subjugationism">>Racemixer <<case "Racial Subjugationism">>Racemixer
...@@ -3956,10 +3941,10 @@ You remind yourself that success in this conflict will not be defined by the tra ...@@ -3956,10 +3941,10 @@ You remind yourself that success in this conflict will not be defined by the tra
<<default>>Target One <<default>>Target One
<</switch>> <</switch>>
<<if _Success == 1>> <<if random(0,100) > 50>>
Bagged and tagged. Confirm, bagged and tagged. No Bagged and tagged. Confirm, bagged and tagged. No
<<set $rivalOwner = -1>> <<set $rivalOwner = -1>>
<<elseif _Success == 0>> <<else>>
EKIA. Confirm, E. K. I. A. No other EKIA. Confirm, E. K. I. A. No other
<<set $rivalOwner = 0>> <<set $rivalOwner = 0>>
<</if>> <</if>>
......
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