RimWorld

RimWorld

Vault-Tec - Handy things for your vault!
Pip-boy for Ideo-Leaders
Dunno if anyone else would want it...but I thought the Pip-boy would be a great alternative to the Ideology leaders' hats & necklaces so I bashed out a quick & dirty couple lines for a patch file.
<Operation Class="PatchOperationFindMod"> <mods> <li>Ideology</li> </mods> <match Class="PatchOperationAdd"> <success>Always</success> <xpath>/Defs/PreceptDef[defName = "IdeoRole_Moralist"]/roleApparelRequirements</xpath> <value> <li> <requirement> <bodyPartGroupsMatchAny> <li>Hands</li> <li>Arms</li> </bodyPartGroupsMatchAny> <requiredDefs> <li>PipBoy</li> </requiredDefs> </requirement> </li> </value> </match> </Operation> <Operation Class="PatchOperationFindMod"> <mods> <li>Ideology</li> </mods> <match Class="PatchOperationAdd"> <success>Always</success> <xpath>/Defs/PreceptDef[defName = "IdeoRole_Leader"]/roleApparelRequirements</xpath> <value> <li> <requirement> <bodyPartGroupsMatchAny> <li>Hands</li> <li>Arms</li> </bodyPartGroupsMatchAny> <requiredDefs> <li>PipBoy</li> </requiredDefs> </requirement> </li> </value> </match> </Operation>
< >
Showing 1-2 of 2 comments
Twink315  [developer] May 5, 2024 @ 12:52am 
Oh that is a nice idea. I would actually like to add that, however i think all vault dwellers would want a pip boy. I will check this out. I was also thinking of Ideology stuff but did not delve deeper into it yet.
Jedia Kyrol May 5, 2024 @ 6:22am 
Maybe an "Administrator's Pip-Boy" with reduced regular boosts, but also has boosts to the Ideology stuff like conversion and ritual/speech?
< >
Showing 1-2 of 2 comments
Per page: 1530 50