Skip to content
Snippets Groups Projects
Commit d82b4aee authored by turnop's avatar turnop
Browse files

fixes assholeknight generation some

parent fb6f415b
No related branches found
No related tags found
1 merge request!7830imperial bugfixing + feast event
...@@ -21,15 +21,10 @@ This singular Knight has apparently been using their position to extort and bull ...@@ -21,15 +21,10 @@ This singular Knight has apparently been using their position to extort and bull
<<replace "#result">> <<replace "#result">>
You have the insolent Knight's gear and weapons confiscated, then publicly flog him in the plaza and annouce that he's to be enslaved for crimes against the people of $arcologies[0].name. Although the watching peasants are clearly @@.green;relieved@@ that the cruel bully is off the streets, some of them, those who did not feel the fist of the howling man on their own neck, @@.red;recoil@@ somewhat at the sudden brutality against a class that most of them idolize and romanticize. You have the insolent Knight's gear and weapons confiscated, then publicly flog him in the plaza and annouce that he's to be enslaved for crimes against the people of $arcologies[0].name. Although the watching peasants are clearly @@.green;relieved@@ that the cruel bully is off the streets, some of them, those who did not feel the fist of the howling man on their own neck, @@.red;recoil@@ somewhat at the sudden brutality against a class that most of them idolize and romanticize.
<<run repX(1000, "event")>> <<run repX(1000, "event")>>
<<set $activeSlave = GenerateNewSlave()>>
<<run newSlave($activeSlave)>>
<<set $activeSlaveOneTimeMinAge = 22>> <<set $activeSlaveOneTimeMinAge = 22>>
<<set $activeSlaveOneTimeMaxAge = 34>> <<set $activeSlaveOneTimeMaxAge = 34>>
<<set $activeSlave.actualAge = $activeSlave.actualAge+1>> <<set $activeSlave = GenerateNewSlave(XY)>>
<<set $activeSlave.visualAge = $activeSlave.actualAge>> <<run newSlave($activeSlave)>>
<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
<<set $activeSlave.genes = "XY">>
<<set $activeSlave.origin = "$He used to be a prestigious Knight in your arcology, until you had $him enslaved for cruelly abusing citizens beneath $his stature.">> <<set $activeSlave.origin = "$He used to be a prestigious Knight in your arcology, until you had $him enslaved for cruelly abusing citizens beneath $his stature.">>
<<set $activeSlave.career = "spec ops">> <<set $activeSlave.career = "spec ops">>
<<set $activeSlave.devotion = random(-80,-60)>> <<set $activeSlave.devotion = random(-80,-60)>>
......
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