Skip to content
Snippets Groups Projects
Commit 9f55df75 authored by BuildTools's avatar BuildTools
Browse files

Added a few FS options for the smuggling PA

parent c28d8133
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,15 @@
<<if $arcologies[0].FSGenderFundamentalistDecoration >= 80>>
<<set $qualifiedFS.push("fundamentalist")>>
<</if>>
<if $arcologies[0].FSSubjugationistDecoration>>
<<set $qualifiedFS.push("subjugationist")
<</if>>
<<if $arcologies[0].FSGenderRadicalistReseach == 1>>
<<set $qualifiedFS.push("radicalist")>>
<</if>>
<<if $arcologies[0].FSTransformationFetishistResearch == 1>>
<<set $qualifiedFS.push("transformation")>>
<</if>>
<<if $rep >= 18000>>
<<set $qualifiedFS.push("Prestigious")>>
<<elseif $rep >= 9000>>
......@@ -147,6 +156,18 @@
<<set $seed = random(1500,2500)>>
In your arcology, people are expected to be all natural, but this doesn't mean the same thing applies outside. By buying slaves, giving them implants and quickly selling them before anyone notices, you manage to make @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>.
<<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>>
<<elseif _smugglingFS is "subjugationist">>
<<set $seed = random(1500,2500)>>
You manage to work with some slavers that deal exclusively in $arcologies[0].FSSubjugationistRace slaves, and you export them from the arcology at a cost, bringing in @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@. Considering most people do not care about the fate of the slaves, they are simply mildly annoyed at the short-term raise of prices due to the exportation.
<<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>>
<<elseif _smugglingFS is "radicalist">>
<<set $seed = random(2500,4000)>>
Anal pregnancy may be accepted in your arcology, but seeing how it goes against the laws of nature make it a gold mine for dirty businesses; you have rich slave owners and well-known slavers come and give you their best sissies so that you can implant them with artificial uteri. This flourishing business made you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@.
<<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>>
<<elseif _smugglingFS is "transformation">>
<<set $seed = random(2500,4000)>>
Your arcology is well known for its implants, and usually, one would have to pay a fortune simply to have a clinic implant them with normal implants. and you take advantage of this trend to rent your remote surgery and your knowledge of gigantic implants to slavers for a cut of their profit.This gets you @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>@@.
<<set $cash += ($seed+Math.trunc(Math.abs($cash)/40))>>
<<elseif _smugglingFS is "Prestigious">>
<<set $seed = random(1000,3000)>>
Your strong reputation makes it both really easy to find opportunities to gain quite a bit of money, @@.yellowgreen;¤<<print ($seed+Math.trunc(Math.abs($cash)/40))>>,@@ but at the same time, it makes it hard to do so anonymously.
......
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