RimWorld

RimWorld

Rakkle (unofficial update)
Warning! Rakkle slavery will cause rebellion!
So because this is forked over from someone who isn't updating their mods, I don't blame the mod forker for this.

Rakkle cannot wear the slave collar or the slave body strap. Meaning that if rakkle become slaves, there is NO way to lower suppression on them, you'll be relying entirely on terror (skullspikes, terror sculptures, etc.) and warden techniques to keep your rakkle slaves suppressed.

YOU HAVE BEEN WARNED
< >
Showing 1-7 of 7 comments
As an aside, I basically hotwired a fix on my personal game by adding the suppression tags to the rakkle chestwrap, a clothing item I would never use otherwise.

To the mod creator, if you have any interest in updating it for everyone else I'd be glad to help out. :p
sunny  [developer] 9 Sep, 2021 @ 7:34pm 
That sounds like a neat solution, if you want to share it I will implement it.
Well I hope you're comfortable with editing xml. XD

in Apparel.xml, find RS_ChestWrap. Between the ending tag for 'statBases' and the beginning tag for 'apparel', you'll want to add slavesuppressionoffset.

So it'll look something like this:

<statBases>
<MaxHitPoints>100</MaxHitPoints>
<WorkToMake>1000</WorkToMake>
<Mass>0.05</Mass>
<StuffEffectMultiplierArmor>0</StuffEffectMultiplierArmor>
<StuffEffectMultiplierInsulation_Cold>0.02</StuffEffectMultiplierInsulation_Cold>
<StuffEffectMultiplierInsulation_Heat>0.02</StuffEffectMultiplierInsulation_Heat>
<EquipDelay>1</EquipDelay>
</statBases>
<!--your added code here -->
<equippedStatOffsets>
<SlaveSuppressionOffset>0.30</SlaveSuppressionOffset>
</equippedStatOffsets>
<!--added code ends here -->
<apparel>
<slaveApparel>true</slaveApparel>
<bodyPartGroups>
<li>Torso</li>
sunny  [developer] 10 Sep, 2021 @ 4:00am 
since you already put something together, less work for me
yeah putting it in is no problem, had to edit a lot already to make it work on 1.13
Darrien 12 Sep, 2021 @ 3:33pm 
I do not know if mine is bugged but you also can't see the slave tab if you enslave them. So they are stuck on suppression no matter what.
Broski 8 Nov, 2021 @ 2:23pm 
They are supposed to be extremely rebellious by nature, IMO its not the worst issue.
DICK NUTS 28 Jul, 2023 @ 8:32pm 
nuh uh not while my deadly efficient soldiers rip off there arms and cut out there eyes
< >
Showing 1-7 of 7 comments
Per page: 1530 50