code stringlengths 0 56.1M | repo_name stringlengths 3 57 | path stringlengths 2 176 | language stringclasses 672
values | license stringclasses 8
values | size int64 0 56.8M |
|---|---|---|---|---|---|
:: Import Slave [nobr]
<<set $nextButton to "Continue">>
<<set $nextLink to "Slave Interact">>
//Paste the code into the text box and click Apply//
<br><br>
<span id = "import">
</span>
<<set $tempSlave to "">>
<<textbox "$tempSlave" $tempSlave>>
<<link "Apply">>
<<if (def $tempSlave) && ($tempSlave isnot "")>>
... | r3d/fc | src/npc/importSlave.tw | tw | bsd-3-clause | 742 |
:: Remove activeSlave
<<silently>>
<<if $activeSlave.ID == $PC.pregSource>>
<<set $PC.pregSource to 0>>
<</if>>
<<for $x to 0; $x < $slaves.length; $x++>>
<<if $activeSlave.ID == $slaves[$x].ID>>
<<if $activeSlave.reservedChildren > 0>>
<<set $reservedChildren -= $activeSlave.reservedChildren>>
<</if>>
<<if $in... | r3d/fc | src/npc/removeActiveSlave.tw | tw | bsd-3-clause | 5,922 |
:: Rest Workaround
<<set $activeSlave.assignment to "rest">>
<<set $activeSlave.choosesOwnAssignment to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $activeSlave.ID == $slaves[$i].ID>>
<<set $slaves[$i] to $activeSlave>>
<<break>>
<</if>>
<</for>>
<<goto "Main">>
| r3d/fc | src/npc/restWorkaround.tw | tw | bsd-3-clause | 278 |
:: RG AS Dump
<<set $dumped to 0>>
<<set $activeSlave.actualAge to Number($activeSlave.actualAge)>>
<<set $activeSlave.devotion = Number($activeSlave.devotion)>>
<<set $activeSlave.trust = Number($activeSlave.trust)>>
<<set $activeSlave.boobs to Number($activeSlave.boobs)>>
<<if $activeSlave.analArea < $activeSlave.... | r3d/fc | src/npc/rgASDump.tw | tw | bsd-3-clause | 4,465 |
:: Servant Workaround
<<set $activeSlave.assignment to "be a servant">>
<<set $activeSlave.choosesOwnAssignment to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $activeSlave.ID == $slaves[$i].ID>>
<<set $slaves[$i] to $activeSlave>>
<<break>>
<</if>>
<</for>>
<<goto "Main">>
| r3d/fc | src/npc/servantWorkaround.tw | tw | bsd-3-clause | 289 |
:: Commit Starting Girl [nobr]
<<set $activeSlave.actualAge to Number($activeSlave.actualAge)>>
<<set $activeSlave.devotion = Number($activeSlave.devotion)>>
<<set $activeSlave.trust = Number($activeSlave.trust)>>
<<if $activeSlave.indenture >= 0>>
<<set $activeSlave.indenture = Math.clamp($activeSlave.indenture, 26,... | r3d/fc | src/npc/startingGirls/commitStartingGirl.tw | tw | bsd-3-clause | 3,824 |
:: More customization options
<<nobr>>
<<set $activeSlave.pubicHColor to $activeSlave.hColor>>
<<set $activeSlave.underArmHColor to $activeSlave.hColor>>
<</nobr>>\
\
''Birth name:'' <<textbox "$activeSlave.birthName" $activeSlave.birthName "More customization options">>
''Slave name:'' <<textbox "$activeSlave.slave... | r3d/fc | src/npc/startingGirls/moreCustomOptions.tw | tw | bsd-3-clause | 3,755 |
:: Starting Girls [nobr]
<<if $showStartingGirlsExplanation == 1>>
You're no stranger to the Free Cities, which means you're no stranger to slavery. If you wish, you can bring slaves from your past life with you to your arcology. You have ¤$cash; you can spend it on slaves here, or bring it with you to start the gam... | r3d/fc | src/npc/startingGirls/startingGirls.tw | tw | bsd-3-clause | 80,925 |
:: Takeover Target [nobr]
<<set $ui to "start">>
<<set $showBodyMods to 1>>
Before you deploy the <<if $PC.rumor is "wealth">>financial reserves that<<elseif $PC.rumor is "diligence">>carefully constructed plan that<<elseif $PC.rumor is "force">>mercenaries and <<if $continent == "Europe">>//maskirovka//<<else>>cover... | r3d/fc | src/npc/takeoverTarget.tw | tw | bsd-3-clause | 13,009 |
:: FondleDick
<<nobr>>
You call her over so you can fondle her
<<if $activeSlave.dick == 1>>
tiny dick.
<<elseif $activeSlave.dick is 2>>
cute dick.
<<elseif $activeSlave.dick is 3>>
dick
<<elseif $activeSlave.dick is 4>>
big dick
<<elseif $activeSlave.dick is 5>>
impressive dick
<<elseif $activeSlave.dick is 6>... | r3d/fc | src/player/actions/fondleDick.tw | tw | bsd-3-clause | 16,524 |
:: BirthStorm
<<set $nextButton to "Back">>\
<<set $nextLink to "Slave Interact">>\
<<nobr>>
The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents. $activeSlave.slaveName's massive pregnant belly begi... | r3d/fc | src/pregmod/birthStorm.tw | tw | bsd-3-clause | 3,770 |
:: Breeder Proposal [nobr]
<<set $propPass = 0>>
You draft a proposal to the Societal Elite proposing the use of specially tested slaves as breeding stock. If they can pass the tests required to join the societal elite; even as slaves, their bodies can prove valuable to furthering eugenics. They will gain no additio... | r3d/fc | src/pregmod/breederProposal.tw | tw | bsd-3-clause | 3,946 |
:: BreedingTest [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Slave Interact">>
<<UpdateStandards>>
<<BreedingStandards>>
<br><br>
<<BreedingEligibility>>
| r3d/fc | src/pregmod/breedingTest.tw | tw | bsd-3-clause | 171 |
:: Elective Surgery [nobr] | r3d/fc | src/pregmod/electiveSurgery.tw | tw | bsd-3-clause | 26 |
:: extended family widgets [nobr widget]
<<widget "Family">>
/*testtest PC parent passage - determines if the current slave is your mother or father*/
<<if $activeSlave.ID == $PC.mother && $activeSlave.ID == $PC.father>>
She @@color:lightgreen;is both your mother and father, $pronoun impregnated <<print $object>>sel... | r3d/fc | src/pregmod/extendedFamilyWidgets.tw | tw | bsd-3-clause | 32,043 |
:: FDick
/*CHECK*/
<<nobr>>
/*NON-AMPUTEE*/
<<if ($activeSlave.amp < 1)>>
You direct $activeSlave.slaveName to lie down and ready herself as you step over to her an align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with the
<<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>>
her pier... | r3d/fc | src/pregmod/fDick.tw | tw | bsd-3-clause | 5,122 |
:: FSelf [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Main">>
<<set $CumSources = 0>>
<<set $CumSources = []>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].assignment == "work in the dairy">>
<<if $slaves[$i].balls > 0>>
<<if ($slaves[$i].ballType == "human")>>
<<set $CumSource... | r3d/fc | src/pregmod/fSelf.tw | tw | bsd-3-clause | 6,419 |
:: Generate Child [nobr]
<<if $mom != 0>>
<<set $mergeMom = 0>>
<<set $mergeDad = 0>>
<<for $m to 0; $m < $genePool.length; $m++>>
<<if $mom.ID == $genePool[$m].ID>>
<<set $mergeMom = $genePool[$m]>>
<</if>>
<<if $mom.pregSource == $genePool[$m].ID>>
<<set $mergeDad = $genePool[$m]>>
<</if>>
<</for>>... | r3d/fc | src/pregmod/generateChild.tw | tw | bsd-3-clause | 20,838 |
:: Hotswap Prosthetics [nobr]
<<if ndef $activeLimbs>>
<<set $activeLimbs to 0>>
<</if>>
<br>
Switch out her prosthetics for
<<if $activeSlave.amp == -1>>
<strong>Basic P-limbs equipped<strong>
<<elseif $activeSlave.readyLimbs.includes(-1)>>
<<link "a basic set">><<set $activeSlave.amp = -1>><<replace "#LimbO... | r3d/fc | src/pregmod/hotswapprosthetics.tw | tw | bsd-3-clause | 2,340 |
:: Husk Slave [nobr]
<<set $nextButton to "Back">>\
<<set $nextLink to "Buy Slaves">>\
<<set $returnTo to "Buy Slaves">>\
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Kidnapped Slaves">>\
<<if ($huskSlave.dick == 0) && ($huskSlave.vagina is -1)>><<set $huskSlave.vagina to 0>><</if>>\
\
<<if $huskSlaveOrdere... | r3d/fc | src/pregmod/huskSlave.tw | tw | bsd-3-clause | 2,433 |
:: Incubator [nobr]
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $returnTo to "Incubator">>
<<set $targetAge to Math.clamp($targetAge, $minimumSlaveAge, 18)>>
<<if $incubatorName != "the Incubator">>
<<set $incubatorNameCaps to $incubatorName.replace("the ", "The ")>>
<</if>>
<<set $rea... | r3d/fc | src/pregmod/incubator.tw | tw | bsd-3-clause | 9,739 |
:: Incubator Report [nobr]
<<set $incubatorSlaves to 0>>
<<for $i to 0; $i < $tanks.length; $i++>>
<<set $tanks[$i].birthWeek += 1>>
<<if $tanks[$i].birthWeek >= 52>>
<<set $tanks[$i].birthWeek to 0>>
<<if $seeAge == 1>>
<<set $tanks[$i].actualAge += 1>>
<</if>>
<</if>>
<<set $incubatorSlaves += 1>>
<<i... | r3d/fc | src/pregmod/incubatorReport.tw | tw | bsd-3-clause | 26,300 |
:: Incubator Retrieval Workaround
$readySlave.slaveName has been discharged from $incubatorName and is ready for her first ever inspection.
<<set $activeSlave = $readySlave>>
<<set $saleDescription to 0>>
<<set $incubatorSlaves-->>
<<include "Long Slave Description">>
<<AddSlave $activeSlave>>
<<set $nextLink to "AS ... | r3d/fc | src/pregmod/incubatorRetrievalWorkaround.tw | tw | bsd-3-clause | 385 |
:: Incubator Workaround [nobr]
<<if $tanks.length < $incubator>>
<<set $activeSlave.growTime = Math.trunc($targetAge*52)>>
<<set $tanks.push($activeSlave)>>
<<set $incubatorSlaves++>>
<</if>>
<<set $activeSlave = {}>> | r3d/fc | src/pregmod/incubatorWorkaround.tw | tw | bsd-3-clause | 222 |
:: Manage Personal Affairs [nobr]
<<set $showEncyclopedia to 0>>
<<PCTitle>>
You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself.
<br>You take yourself in in a full length mirror. You are a <<print... | r3d/fc | src/pregmod/managePersonalAffairs.tw | tw | bsd-3-clause | 10,506 |
:: PC Appearance Intro [nobr]
Race and appearance are largely irrelavant in the free cities; there are only the free and the enslaved.
<br>//Appearance only, no effect on gameplay (unless you make a big deal out of it).//
<br><br>
@@color:orange;What nationality are you?@@
<br>
I am $PC.nationality.
<br><<textbox ... | r3d/fc | src/pregmod/pcAppearanceIntro.tw | tw | bsd-3-clause | 2,725 |
:: PC Preg Intro [nobr]
You have a working female reproductive system, and thus, a menstrual cycle. Women already face hardships as slaveowners and arcology owners, and being pregnant, coupled with a strong societal aversion to the dominant being penetrated, leads most pregnant owners to find themselves in dire situ... | r3d/fc | src/pregmod/pcPregIntro.tw | tw | bsd-3-clause | 1,670 |
:: Physical Development
<<if $slaves[$i].vagina >= 0 && $slaves[$i].ovaries > 0>>
/* loli becoming a woman */
<<switch $slaves[$i].physicalAge>>
<<case 3>>
<<if $slaves[$i].hormones == 2>>
<<if $slaves[$i].height <= 91>>
<<set $slaves[$i].height += either(8,8,9,9)>>
<<elseif $slaves[$i].height <= 101>>
<<set... | r3d/fc | src/pregmod/physicalDevelopment.tw | tw | bsd-3-clause | 59,698 |
:: pregmod widgets [nobr widget]
<<widget PMODinit>>
<<if ndef $args[0].actualAge>>
<<set $args[0].actualAge to $args[0].age>>
<</if>>
<<if ndef $args[0].physicalAge>>
<<set $args[0].physicalAge to $args[0].actualAge>>
<</if>>
<<if ndef $args[0].visualAge>>
<<set $args[0].visualAge to $args[0].actualAge>>
<</if>>... | r3d/fc | src/pregmod/pregmodWidgets.tw | tw | bsd-3-clause | 56,828 |
:: RE legendary womb
<<nobr>>
<<set $nextButton to "Continue">>
<<set $nextLink to "AS Dump">>
<<set $returnTo to "RIE Eligibility Check">>
<<if $legendaryFacility == 1>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $legendaryWombID == $slaves[$i].ID>>
<<set $activeSlave to $slaves[$i]>>
<</if>>
<</for>>
... | r3d/fc | src/pregmod/reLegendaryWomb.tw | tw | bsd-3-clause | 6,228 |
:: SA inflation [nobr]
<<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">>
<<set $slaves[$i].inflation = 0>>
<<set $slaves[$i].inflationType = 0>>
<<set $slaves[$i].inflationMethod = 0>>
<<set $slaves[$i].milkSource = 0>>
<</if>>
<<if $slaves[$i].inflati... | r3d/fc | src/pregmod/saInflation.tw | tw | bsd-3-clause | 30,700 |
:: SE Burst [nobr]
<<set $nextButton to "Continue">>
<<set $returnTo to "Scheduled Event">>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].burst == 1>>
<<if $slaves[$i].inflation != 0>>
<<pop>>
<</if>>
<<set $activeSlave = $slaves[$i]>>
<<include "Remove activeSlave">>
<br><br><hr style="margin:0"><... | r3d/fc | src/pregmod/seBurst.tw | tw | bsd-3-clause | 383 |
:: SE husk slave delivery [nobr]
<<set $nextButton to "Continue">>
<<set $nextLink to "Scheduled Event">>
<<set $returnTo to "Scheduled Event">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Enslaving People">>
<<set $huskSlaveOrdered to 0>>
<<set $activeSlaveOneTimeMinAge to $huskSlave.age>>
<<set $active... | r3d/fc | src/pregmod/seHuskSlaveDelivery.tw | tw | bsd-3-clause | 5,115 |
:: SE Player Birth [nobr]
<<set $nextButton to "Continue">>
<<set $nextLink to "Scheduled Event">>
<<set _gaveBirth = 0>>
<<set _PCDegree = 0>>
/*
PC.pregSource documentation
0 - unknown
-1 - Societal Elite
-2 - client
-3 - former master
-4 - male arc owner
*/
<<if $PC.births == 0>>
<<set $badBirth = 30>>
<<el... | r3d/fc | src/pregmod/sePlayerBirth.tw | tw | bsd-3-clause | 14,203 |
:: Slave Age Intro
Do you want to see content involving girls younger than 18 in this game?
[[No.|PC Body Intro][$minimumSlaveAge to 18, $pedo_mode to 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.//
Yes, I wish to see girls as young as <<textbox "$minimu... | r3d/fc | src/pregmod/slaveAgeIntro.tw | tw | bsd-3-clause | 990 |
:: SlaveOnSlaveFeedingWorkAround [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Slave Interact">>
<<set $milkTap to 0>>
<<set $descM to "milk">>
<<set $descC to "cum">>
<<set $eligibilityMilk2 to 0>>
<<set $eligibilityMilk4 to 0>>
<<set $eligibilityMilk8 to 0>>
<<set $eligibilityCum2 to 0>>
<<set $eligibili... | r3d/fc | src/pregmod/slaveOnSlaveFeedingWorkAround.tw | tw | bsd-3-clause | 4,460 |
:: test genetics [nobr]
<<set $nextButton to "Back", $nextLink to "Main">>
<<set _seed = 0>>
All slave array slaves MUST be present in genePool or else there is a malfunction.
<br>Name ID Origin
<br><br>
genePool:
<<for _i to 0; _i < $genePool.length; _i++>>
<br>
$genePool[_i].slaveName $genePool[_i].ID $genePool[... | r3d/fc | src/pregmod/testGenetics.tw | tw | bsd-3-clause | 744 |
:: Add custom descriptors [nobr]
<<set $nextButton to "Continue", $nextLink to "AS Dump", $returnTo to "Main">>
<<set $oldName to $activeSlave.slaveName>>
You may enter custom descriptors for your slave's hair color, hair style, tattoos, or anything else here. After typing, press enter to commit your change. These cu... | r3d/fc | src/uncategorized/addCustomDescriptors.tw | tw | bsd-3-clause | 5,695 |
:: Arcade
<<nobr>>
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $returnTo to "Arcade">>
<<if $arcadeName != "the Arcade">>
<<set $arcadeNameCaps to $arcadeName.replace("the ", "The ")>>
<</if>>
<<set $arcadeSlaves to 0>>
<<set $notArcadeSlaves to 0>>
<<for _i to 0; _i < $slaves.length; _... | r3d/fc | src/uncategorized/arcade.tw | tw | bsd-3-clause | 8,825 |
:: Arcade Report [nobr]
<<set $arcadeSlaves = 0, $implanted = 0, _cockmilked = 0, _milked = 0, _profits = 0, _SL = $slaves.length>>
<<for _i to 0; _i < _SL; _i++>>
<<if ($slaves[_i].assignment != "be confined in the arcade")>><<continue>><</if>>
/* 000-250-006 */
/* <<if $seeImages == 1>><<SlaveArt $slaves[_i] 0 0>... | r3d/fc | src/uncategorized/arcadeReport.tw | tw | bsd-3-clause | 5,343 |
:: Arcology Opinion [nobr]
<<if ndef $activeArcology.FSNull>><<set $activeArcology.FSNull to "unset">><</if>>
<<if ndef $targetArcology.FSNull>><<set $targetArcology.FSNull to "unset">><</if>>
<<set $opinion to 0>>
<<if $activeArcology.FSSubjugationist != "unset">>
<<if $targetArcology.FSSubjugationist != "unset">... | r3d/fc | src/uncategorized/arcologyOpinion.tw | tw | bsd-3-clause | 12,746 |
:: Assign
<<if $returnTo is "Pit">>
<<set $fighterIDs.push($activeSlave.ID)>>
<<goto "Pit">>
<<else>>
<<if $returnTo is "Coursing Association">>
<<set $Lurcher to $activeSlave>>
<<goto "Coursing Association">>
<<else>>
<<if $returnTo is "Arcade">>
<<set $activeSlave.assignment to "be confined in the arcade">>
... | r3d/fc | src/uncategorized/assign.tw | tw | bsd-3-clause | 3,570 |
:: Assistant Autosurgery
<<nobr>>
<<set $surgeries = []>>
<<if $HGTastes == 1>>
<<set $thisSurgery to {lactation: 0, cosmetic: 1, faceShape: "cute", lips: 10, hips: 0, hipsImplant: 0, butt: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, holes: 0}>>
<<elseif $HGTastes is 2>>
<<set $thisSurgery to {lact... | r3d/fc | src/uncategorized/assistantAutosurgery.tw | tw | bsd-3-clause | 10,405 |
:: Attendant Select
<<nobr>>
<<set $nextButton to "Back">>
<<set $nextLink to "Spa">>
<<set $showEncyclopedia to 0>>
<<for _i to 0;_i < $slaves.length;_i++>>
<<if $Attendant.ID == $slaves[_i].ID>>
''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your Attendant.
<br><br>She will help pamper and counsel yo... | r3d/fc | src/uncategorized/attendantSelect.tw | tw | bsd-3-clause | 681 |
:: Attendant Workaround
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "be the Attendant") && ($slaves[$i].ID != $Attendant.ID)>>
<<set $slaves[$i].assignment to "rest">>
<<set $slaves[$i].assignmentVisible to 1>>
<<break>>
<</if>>
<</for>>
<<for $i to 0; $i < $slaves.length; $... | r3d/fc | src/uncategorized/attendantWorkaround.tw | tw | bsd-3-clause | 1,189 |
:: Autosurgery Settings [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Rules Assistant">>
//The autosurgery can accept the following guidelines. If results outside these guidelines are desired, deactivating the autosurgery and planning surgical interventions manually is recommended.//
<br><br>
Lactation ... | r3d/fc | src/uncategorized/autosurgerySettings.tw | tw | bsd-3-clause | 7,741 |
:: BG Select
<<nobr>>
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Slave Bodyguards">>
<<for _i to 0;_i < $slaves.length;_i++>>
<<if $Bodyguard.ID == $slaves[_i].ID>>
''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your bodyguard.
... | r3d/fc | src/uncategorized/bgSelect.tw | tw | bsd-3-clause | 731 |
:: Body Mod Rules Assistant Settings [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Rules Assistant">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Personal Assistant">>
<br>
//Please use the 'no default setting' option to identify areas I should not address.//
<br><br>
__Rule $r piercings__
<br... | r3d/fc | src/uncategorized/bodyModRulesAssistantSettings.tw | tw | bsd-3-clause | 34,516 |
:: Body Modification [nobr]
<<set $nextButton to "Continue">>
<<set $nextLink to "Body Modification Degradation">>
<<SlavePronouns $activeSlave>>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "The Studio">>
<<set $brandApplied to 0>>
$activeSlave.slaveName is lying strapped down on the table in your body mod... | r3d/fc | src/uncategorized/bodyModification.tw | tw | bsd-3-clause | 48,744 |
:: Body Modification Degradation
<<if ($degradation == 0)>>
<<goto "Slave Interact">>
<<else>>
<<goto "Body Modification Reaction">>
<</if>>
| r3d/fc | src/uncategorized/bodyModificationDegradation.tw | tw | bsd-3-clause | 145 |
:: Body Modification Reaction
<<nobr>>
<<set $nextButton to "Continue">>
<<set $nextLink to "Slave Interact">>
As you cast off her bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let her stand<<else>>prop her up<</if>>, she catches sight of herself in the floor length mirror at the foot of the... | r3d/fc | src/uncategorized/bodyModificationReaction.tw | tw | bsd-3-clause | 2,977 |
:: Bodyguard Workaround
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "guard you") && ($slaves[$i].ID != $Bodyguard.ID)>>
<<set $slaves[$i].assignment to "rest">>
<<set $slaves[$i].assignmentVisible to 1>>
<<break>>
<</if>>
<</for>>
<<for $i to 0; $i < $slaves.length; $i++>>
... | r3d/fc | src/uncategorized/bodyguardWorkaround.tw | tw | bsd-3-clause | 586 |
:: Brothel
<<nobr>>
<<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Brothel">>
<<if $brothelName != "the Brothel">>
<<set $brothelNameCaps to $brothelName.replace("the ", "The ")>>
<</if>>
<<set $brothelSlaves to 0>>
<<set $notBrothelSlaves to 0>>
<<for _i to 0;_i < $slaves.length;_i++>>
<... | r3d/fc | src/uncategorized/brothel.tw | tw | bsd-3-clause | 10,608 |
:: Brothel Advertisement
<<nobr>>
<<if $arcologies[0].FSRomanRevivalistDecoration >= 60>>
The brothel is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back.
<<elseif $arcologies[0].FSEgyptianRevivalistDecoration >= 60>>
The brothel is decorated as an ancient... | r3d/fc | src/uncategorized/brothelAdvertisement.tw | tw | bsd-3-clause | 11,206 |
:: Brothel Report [nobr]
<<set $brothelSlaves = 0, $legendaryWhoreID = 0, _brothelBonuses = 0, $slim = 0, $stacked = 0, $modded = 0, $unmodded = 0, $pure = 0, $implanted = 0, $XX = 0, $XY = 0, $young = 0, $old = 0, _profits = 0, _madamFetish = 0, $madamCashBonus = 0, _SL = $slaves.length, _MDM = -1>>
<<set $legendary... | r3d/fc | src/uncategorized/brothelReport.tw | tw | bsd-3-clause | 19,802 |
:: Buy Slaves [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Main">>
<<set $activeArcology to 0>>
__Sex Slave Purchase Options__
<br>
//There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.//
<<i... | r3d/fc | src/uncategorized/buySlaves.tw | tw | bsd-3-clause | 11,953 |
:: Cellblock
<<nobr>>
<<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Cellblock">>
<<if $cellblockName != "the Cellblock">>
<<set $cellblockNameCaps to $cellblockName.replace("the ", "The ")>>
<</if>>
<<set $cellblockSlaves to 0>>
<<set $notCellblockSlaves to 0>>
<<for _i to 0; _i < $slaves... | r3d/fc | src/uncategorized/cellblock.tw | tw | bsd-3-clause | 8,649 |
:: Cellblock Report [nobr]
<<set $brokenSlaves to 0>>
<<set $softenedQuirks to 0>>
<<set $cellblockSlaves to 0>>
<<set $wardenessFetish to 0>>
<<set $idleBonus to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "be confined in the cellblock")>>
/* 000-250-006 */
/* <<if $seeImages == 1... | r3d/fc | src/uncategorized/cellblockReport.tw | tw | bsd-3-clause | 17,531 |
:: Change Language
<<nobr>>
<<set $nextButton to "Confirm changes">>
<<set $nextLink to "Manage Arcology">>
<<set $revivalistLanguage to 0>>
<<if $arcologies[0].FSRomanRevivalist != "unset">>
<<if $language != "Latin">>
<<set $revivalistLanguage to "Latin">>
<</if>>
<<elseif $arcologies[0].FSEgyptianRevivalist !=... | r3d/fc | src/uncategorized/changeLanguage.tw | tw | bsd-3-clause | 6,299 |
:: Check Auto Rules Activate
<<nobr>>
<<if (ndef $activeSlave.currentRules) || ($activeSlave.currentRules.length < 1)>>
<<set $activeSlave.currentRules to []>>
<</if>>
<<for _r to 0; _r < $defaultRules.length; _r++>>
<<set _currentRule to $defaultRules[_r]>>
<<set _rule to _r+1>>
<<if (def _currentRule.excludedSl... | r3d/fc | src/uncategorized/checkAutoRulesActivate.tw | tw | bsd-3-clause | 6,943 |
:: Checkin Checks [nobr]
<<if $activeSlave.dick > 0>>
<<if $activeSlave.balls > 0>>
<<if $activeSlave.devotion <= 50>>
<<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)>>
<<if $activeSlave.sexualFlaw != "hates women">>
<<set $REFeminizationCheckinIDs.push($activeSlave.ID)>>
<</if>>
<<... | r3d/fc | src/uncategorized/checkinChecks.tw | tw | bsd-3-clause | 945 |
:: Classes Workaround
<<set $activeSlave.assignment to "take classes">>
<<set $activeSlave.choosesOwnAssignment to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $activeSlave.ID == $slaves[$i].ID>>
<<set $slaves[$i] to $activeSlave>>
<<break>>
<</if>>
<</for>>
<<goto "Main">>
| r3d/fc | src/uncategorized/classesWorkaround.tw | tw | bsd-3-clause | 289 |
:: Clinic
<<nobr>>
<<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Clinic">>
<<if $clinicName != "the Clinic">>
<<set $clinicNameCaps to $clinicName.replace("the ", "The ")>>
<</if>>
<<set $clinicSlaves to 0>>
<<set $notClinicSlaves to 0>>
<<for _i to 0; _i < $slaves.length; _i++>>
<<if $s... | r3d/fc | src/uncategorized/clinic.tw | tw | bsd-3-clause | 9,871 |
:: Clinic Report [nobr]
<<set $clinicSlaves = 0, _idleBonus = 0, _nurseFetish = 0, _restedSlaves = 0, _SL = $slaves.length, _NR = -1>>
<<if $Nurse != 0>>
<<for _NR = 0; _NR < _SL; _NR++>>
<<if $slaves[_NR].ID is $Nurse.ID>>
<<break>>
<</if>>
<</for>>
<</if>>
<<if _NR != -1>>
/* 000-250-006 */
/* <<if $seeImages == 1... | r3d/fc | src/uncategorized/clinicReport.tw | tw | bsd-3-clause | 15,846 |
:: Club
<<nobr>>
<<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Club">>
<<if $clubName != "the Club">>
<<set $clubNameCaps to $clubName.replace("the ", "The ")>>
<</if>>
<<set $clubSlaves to 0>>
<<set $notClubSlaves to 0>>
<<for _i to 0; _i < $slaves.length; _i++>>
<<if $slaves[_i].assign... | r3d/fc | src/uncategorized/club.tw | tw | bsd-3-clause | 13,112 |
:: Club Advertisement
<<nobr>>
<<if $arcologies[0].FSRomanRevivalistDecoration >= 60>>
$clubNameCaps is decorated like a Roman villa's entertainment rooms. There is a lot of white stone, plaster, and terracotta.
<<elseif $arcologies[0].FSEgyptianRevivalistDecoration >= 60>>
$clubNameCaps is decorated like a room i... | r3d/fc | src/uncategorized/clubAdvertisement.tw | tw | bsd-3-clause | 10,267 |
:: Club Report [nobr]
<<set $clubBonuses = 0, $clubSlaves = 0, $DJRepBonus = 0, $implanted = 0, $legendaryEntertainerID = 0, $modded = 0, $old = 0, $pure = 0, $slim = 0, $stacked = 0, $unmodded = 0, $XX = 0, $XY = 0, $young = 0, _DJFetish = 0, _SL = $slaves.length, _DJ = -1>>
<<set $legendaryWombID to 0>>
<<set $pregY... | r3d/fc | src/uncategorized/clubReport.tw | tw | bsd-3-clause | 14,679 |
:: Complete Catalog
<<set $nextButton to "Back to Main">>\
<<set $nextLink to "Main">>\
<<set $returnTo to "Main">>\
//This is the complete catalog of slaves that you can acquire from other slaveowners. Most of these slaves are not for sale, so persuading their owners to part with them will be extremely expensive.//
... | r3d/fc | src/uncategorized/completeCatalog.tw | tw | bsd-3-clause | 1,014 |
:: Concubine Select
<<nobr>>
<<set $nextButton to "Back">>
<<set $nextLink to "Master Suite">>
<<set $showEncyclopedia to 0>>
<<for _i to 0; _i < $slaves.length; _i++>>
<<if $Concubine.ID == $slaves[_i].ID>>
''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your Concubine.
<<set $slaves[_i].assignment to ... | r3d/fc | src/uncategorized/concubineSelect.tw | tw | bsd-3-clause | 696 |
:: Concubine Workaround
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "be your Concubine") && ($slaves[$i].ID != $Concubine.ID)>>
<<set $slaves[$i].assignment to "rest">>
<<set $slaves[$i].assignmentVisible to 1>>
<<break>>
<</if>>
<</for>>
<<for $i to 0; $i < $slaves.length; ... | r3d/fc | src/uncategorized/concubineWorkaround.tw | tw | bsd-3-clause | 1,200 |
:: Confinement Workaround
<<set $activeSlave.assignment to "stay confined">>
<<set $activeSlave.choosesOwnAssignment to 0>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $activeSlave.ID == $slaves[$i].ID>>
<<set $slaves[$i] to $activeSlave>>
<<break>>
<</if>>
<</for>>
<<goto "Main">>
| r3d/fc | src/uncategorized/confinementWorkaround.tw | tw | bsd-3-clause | 294 |
:: Corporation Developments [nobr]
__The Corporation__
<br>
<<set $seed to random(1,100)>>
<<set $corpPeopleEnslaved += 1>>
<<set $corpValue to ($generalAssets*$generalAssetPrice)+($slaveAssets*$slaveAssetPrice)+($entrapmentAssets*$entrapmentAssetPrice)+($captureAssets*$captureAssetPrice)+($trainingAssets*$trainingA... | r3d/fc | src/uncategorized/corporationDevelopments.tw | tw | bsd-3-clause | 40,417 |
:: Cosmetic Rules Assistant Settings [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Rules Assistant">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Personal Assistant">>
//Please use the 'no default setting' option to identify areas I should not address.//
<br><br>
__Rule $r Optometry options:_... | r3d/fc | src/uncategorized/cosmeticRulesAssistantSettings.tw | tw | bsd-3-clause | 16,001 |
:: Costs [nobr]
<<set $costs to ($brothel*$facilityCost)+($arcade*$facilityCost*0.5)+($club*$facilityCost)+($dairy*$facilityCost)+($incubator*$facilityCost*10)>>
<<set $costs += (0.2*$brothelUpgradeDrugs*$brothel*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade... | r3d/fc | src/uncategorized/costs.tw | tw | bsd-3-clause | 9,017 |
:: Costs Report
<<set $nextButton to "Back to Main">>\
<<set $nextLink to "Main">>\
\
//Your weekly costs are as follows.//
<<nobr>>
<<if $girls is 3>>
Since you are accustomed to luxury, your __personal living expenses__ are ¤<<print ($girls*(250+($economy*500)))>>.
<<elseif $girls is 2>>
Since you are used to li... | r3d/fc | src/uncategorized/costsReport.tw | tw | bsd-3-clause | 14,647 |
:: Coursing Association
<<nobr>>
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $returnTo to "Coursing Association">>
You are a member of $arcologies[0].name's Coursing Association. Coursing is a Free Cities revival of the old sport of hunting rabbits and hares with sighthounds, with the typ... | r3d/fc | src/uncategorized/coursingAssociation.tw | tw | bsd-3-clause | 1,403 |
:: Custom Slave
<<set $nextButton to "Back">>\
<<set $nextLink to "Buy Slaves">>\
<<set $returnTo to "Buy Slaves">>\
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Kidnapped Slaves">>\
<<if ($customSlave.dick == 0) && ($customSlave.vagina is -1)>><<set $customSlave.vagina to 0>><</if>>\
\
<<if $customSlaveOrder... | r3d/fc | src/uncategorized/customSlave.tw | tw | bsd-3-clause | 16,286 |
:: Dairy
<<nobr>>
<<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Dairy", $showEncyclopedia to 1, $encyclopedia to "Slave Dairy">>
<<silently>>
DairyRestraintsSetting($dairyRestraintsSetting)
<</silently>>
<<if $dairyName != "the Dairy">>
<<set $dairyNameCaps to $dairyName.replace("the ", "Th... | r3d/fc | src/uncategorized/dairy.tw | tw | bsd-3-clause | 33,515 |
:: Dairy Report [nobr]
<<set $bioreactorPerfectedID = 0, $dairySlaves = 0, $legendaryBallsID = 0, $legendaryCowID = 0, $milkmaidDevotionBonus = 1, $milkmaidHealthBonus = 0, $milkmaidTrustBonus = 1, $milkmaidDevotionThreshold = 45, $milkmaidTrustThreshold = 35>>
<<set _anusesStretched = 0, _birthers = 0, _births = 0, ... | r3d/fc | src/uncategorized/dairyReport.tw | tw | bsd-3-clause | 33,130 |
:: Default Rules [nobr]
<<for _r to 0; _r < $defaultRules.length; _r++>>
<<set _currentRule to $defaultRules[_r]>>
<<if !ruleApplied($activeSlave, _currentRule.ID)>><<continue>><</if>>
<<if (def _currentRule.facility) && (_currentRule.facility.length > 1) and !ruleAppliedToSlaveFacility(_currentRule, $activeSlave)>><<... | r3d/fc | src/uncategorized/defaultRules.tw | tw | bsd-3-clause | 65,540 |
:: Degrading Name
<<silently>>
<<if $activeSlave.fuckdoll > 0>>
<<set $activeSlave.slaveName to "Fuckdoll No. " + random(1000,9999)>>
<<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting >= 2)>>
<<set $activeSlave.slaveName to "Bioreactor No. " + random(1000,9999)>>
<<else>>
<<set ... | r3d/fc | src/uncategorized/degradingName.tw | tw | bsd-3-clause | 10,119 |
:: Description Options [nobr]
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
//These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
<br><br>
<<if $showSexualHistory == 1>>
Sexual histories are @@color:green;SHOWN.@@ //[[Hide|D... | r3d/fc | src/uncategorized/descriptionOptions.tw | tw | bsd-3-clause | 2,457 |
:: Discard Confirm
This will permanently remove $activeSlave.slaveName from the game, and you will not receive any money for her. This is primarily intended as a way to rid yourself of bugged slaves. Are you certain?
[[Discard her|Slave Sold]]
[[Cancel|Slave Interact]]
| r3d/fc | src/uncategorized/discardConfirm.tw | tw | bsd-3-clause | 274 |
:: Dispensary [nobr]
<<set $nextButton to "Back">>
<<set $nextLink to "Manage Arcology">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "The Pharmaceutical Fab.">>
<<if $dispensaryUpgrade == 0>>
//The pharmaceutical fabricator is running smoothly. It can cheaply replicate complex medications, and has already c... | r3d/fc | src/uncategorized/dispensary.tw | tw | bsd-3-clause | 20,130 |
:: DJ Select
<<nobr>>
<<set $nextButton to "Back">>
<<set $nextLink to "Club">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "DJs">>
<<for _i to 0; _i < $slaves.length; _i++>>
<<if $DJ.ID == $slaves[_i].ID>>
''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your DJ.
<<set $slaves[_i].assignment to... | r3d/fc | src/uncategorized/djSelect.tw | tw | bsd-3-clause | 649 |
:: DJ Workaround
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "be the DJ") && ($slaves[$i].ID != $DJ.ID)>>
<<set $slaves[$i].assignment to "rest">>
<<set $slaves[$i].assignmentVisible to 1>>
<<break>>
<</if>>
<</for>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $DJ.ID ==... | r3d/fc | src/uncategorized/djWorkaround.tw | tw | bsd-3-clause | 1,157 |
:: Economics [nobr]
<<set $nextButton to "Continue">>
<<set $nextLink to "Scheduled Event">>
<<if $cash > -10000>>
<<set $debtWarned to 0>>
<</if>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if $slaves[$i].health <= -100>>
<<set $activeSlave to $slaves[$i]>>
<<include "Remove activeSlave">>
<<set $i -= 1>>
<</... | r3d/fc | src/uncategorized/economics.tw | tw | bsd-3-clause | 88,788 |
:: End Week [nobr]
<<set $gingering = 0>>
<<set $oralUseWeight to 5>>
<<set $vaginalUseWeight to 5>>
<<set $analUseWeight to 5>>
<<if $OralEncouragement == 1>>
<<set $oralUseWeight += 2>>
<<set $vaginalUseWeight -= 1>>
<<set $analUseWeight -= 1>>
<<elseif $VaginalEncouragement == 1>>
<<set $oralUseWeight -= 1>>
... | r3d/fc | src/uncategorized/endWeek.tw | tw | bsd-3-clause | 4,151 |
:: FMarry
<<nobr>>
<<set $nextButton to "Back">>
<<set $nextLink to "Slave Interact">>
<<set $weddingSlaveID to $activeSlave.ID>>
You tell $activeSlave.slaveName that you're going to marry her. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) You're not exactly lack... | r3d/fc | src/uncategorized/fMarry.tw | tw | bsd-3-clause | 18,919 |
:: FondleVagina
<<nobr>>
You call her over so you can fondle her
<<if ($activeSlave.vagina > 3)>>
gaping vagina.
<<elseif ($activeSlave.vagina is 3)>>
loose vagina.
<<elseif ($activeSlave.vagina is 2)>>
well-used pussy.
<<elseif ($activeSlave.vagina == 1)>>
tight pussy.
<<elseif ($activeSlave.vagina == 0)>>
vir... | r3d/fc | src/uncategorized/fondleVagina.tw | tw | bsd-3-clause | 15,580 |
:: Free Range Dairy Assignment Scene [nobr]
/* This scene wants $dairyRestraintsSetting == 0 && $activeSlave.devotion > 0 && $activeSlave.fetish != "mindbroken" */
<<set $nextButton to "Continue">>
<<set $nextLink to $returnTo>>
$activeSlave.slaveName reports to the dairy.
<<if $activeSlave.energy > 90 >>
She rejo... | r3d/fc | src/uncategorized/freeRangeDairyAssignmentScene.tw | tw | bsd-3-clause | 17,039 |
:: FS Developments [nobr]
__Society__
<br>
<<if $FSCredits > 0>>
@@color:yellow;$arcologies[0].name's society is ready to begin accepting a new societal direction.@@
<</if>>
<<if $FSCreditCount == 4>>
<<if ($FSGotRepCreditOne != 1)>>
<<if ($rep > 7000)>>
@@color:yellow;Your reputation is so solid that $arcologi... | r3d/fc | src/uncategorized/fsDevelopments.tw | tw | bsd-3-clause | 61,090 |
:: Full Report [nobr]
/* 000-250-006 */
/* <<SlaveArt $slaves[$i] 2 0>><</if>> */
<<if $seeImages == 1>>
<div class="imageRef medImg">
<<SlaveArt $slaves[$i] 2 0>>
</div>
<</if>>
/* 000-250-006 */
<<SlavePronouns $slaves[$i]>>
''__@@color:pink;$slaves[$i].slaveName@@__''
<<if $slaves[$i].choosesOwnAssignmen... | r3d/fc | src/uncategorized/fullReport.tw | tw | bsd-3-clause | 6,715 |
:: Future Society [nobr]
<<set $nextButton to "Back", $nextLink to "Manage Arcology", $showEncyclopedia to 1, $encyclopedia to "The Future of Society">>
<<set $FSSpending to Math.clamp(Math.trunc($FSSpending/1000)*1000, 0, 10000)>>
<<if ndef $arcologies[0].FSSubjugationist>>
<<set $arcologies[0].FSSubjugationist to... | r3d/fc | src/uncategorized/futureSocities.tw | tw | bsd-3-clause | 191,284 |
:: Generate New Slave [nobr]
<<if (random(0,99) < $seeDicks)>>
<<include "Generate XY Slave">>
<<elseif ($seeDicks > 0)>>
<<if ($arcologies[0].FSGenderFundamentalistSMR == 1 || $arcologies[0].FSRepopulationFocusSMR == 1)>>
<<set $seed to 90>>
<<elseif ($arcologies[0].FSGenderRadicalistLaw == 1)>>
<<set $seed to ... | r3d/fc | src/uncategorized/generateNewSlave.tw | tw | bsd-3-clause | 562 |
:: Growth Research Institute
<<set $nextButton to "Back">>\
<<set $nextLink to "Buy Slaves">>\
<<set $returnTo to "Buy Slaves">>\
<<set $showEncyclopedia to 1>><<set $encyclopedia to "Slave Schools">>\
\
//The Growth Research Institute (GRI) is not primarily a slave school at all, but rather the world leader in femal... | r3d/fc | src/uncategorized/growthResearchInstitute.tw | tw | bsd-3-clause | 4,163 |
:: Head Girl Suite
<<nobr>>
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $returnTo to "Head Girl Suite">>
<<if $HGSuiteName != "the Head Girl Suite">>
<<set $HGSuiteNameCaps to $HGSuiteName.replace("the ", "The ")>>
<</if>>
<<set $HGSuiteSlaves to 0>>
<<set $notHGSuiteSlaves to 0>>
<<for... | r3d/fc | src/uncategorized/headGirlSuite.tw | tw | bsd-3-clause | 2,770 |
:: HG Application [nobr]
<<if ndef $HGSeverity>>
<<set $HGSeverity = 0>>
<</if>>
<<set $activeSlave.tired to 1>>
<<set $HGEnergy -= 1>>
<<set _effectiveness to 15+$HeadGirl.actualAge+($HeadGirl.intelligence*10)-($HeadGirl.accent*5)+($HGSeverity*10)+($activeSlave.intelligence*10)-($activeSlave.accent*5)>>
<<if $HeadGi... | r3d/fc | src/uncategorized/hgApplication.tw | tw | bsd-3-clause | 16,901 |
:: HG Select
<<nobr>>
<<set $nextButton to "Back to Main">>
<<set $nextLink to "Main">>
<<set $showEncyclopedia to 1>><<set $encyclopedia to "The Head Girl">>
<<for _i to 0;_i < $slaves.length;_i++>>
<<if $HeadGirl.ID == $slaves[_i].ID>>
''__@@color:pink;$slaves[_i].slaveName@@__'' is serving as your head girl<<if ... | r3d/fc | src/uncategorized/hgSelect.tw | tw | bsd-3-clause | 5,878 |
:: HG Workaround
<<if ($HeadGirl == 0)>>
<<for $i to 0; $i < $slaves.length; $i++>>
<<if ($slaves[$i].assignment is "be your Head Girl")>>
<<set $slaves[$i].assignment to "rest">>
<<set $slaves[$i].assignmentVisible to 1>>
<<break>>
<</if>>
<</for>>
<<if $personalAttention is "HG">>
<<if $PC.career == "es... | r3d/fc | src/uncategorized/hgWorkaround.tw | tw | bsd-3-clause | 1,013 |