mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Improve patches
This commit is contained in:
parent
8775f644f7
commit
370241177e
8 changed files with 19 additions and 85 deletions
|
@ -13,8 +13,6 @@
|
|||
<li>
|
||||
<defName>Rapist</defName>
|
||||
<chance>85</chance>
|
||||
<commonalityMale>0</commonalityMale>
|
||||
<commonalityFemale>100</commonalityFemale>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
|
|
|
@ -30,41 +30,6 @@
|
|||
</match>
|
||||
</Operation>
|
||||
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>kemomimihouse</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<success>Normal</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>Defs/ThingDef[defName="hana" or defName="kon" or defName="siro" or defName="miko" or defName="akame" or defName="aome"]/race/lifeStageAges/li[2]/minAge</xpath>
|
||||
<value>
|
||||
<minAge>0.5</minAge>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>Defs/ThingDef[defName="hana" or defName="kon" or defName="siro" or defName="miko" or defName="akame" or defName="aome" or defName="yuki" or defName="kohime" or defName="kuro"]/race/lifeStageAges/li[3]/minAge</xpath>
|
||||
<value>
|
||||
<minAge>1.5</minAge>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>Defs/PawnKindDef[defName="hana" or defName="kon" or defName="siro" or defName="miko" or defName="akame" or defName="aome" or defName="yuki" or defName="kohime" or defName="kuro"]/lifeStages/li[1]/bodyGraphicData/drawSize</xpath>
|
||||
<value>
|
||||
<drawSize>0.75</drawSize>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>Defs/PawnKindDef[defName="hana" or defName="kon" or defName="siro" or defName="miko" or defName="akame" or defName="aome" or defName="yuki" or defName="kohime" or defName="kuro"]/lifeStages/li[2]/bodyGraphicData/drawSize</xpath>
|
||||
<value>
|
||||
<drawSize>1.125</drawSize>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
|
||||
<!-- Gestation -->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!-- Lliscean -->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Lliscean</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<!-- Remake this as a LoadFolder Defs -->
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs</xpath>
|
||||
<value>
|
||||
<PawnKindDef ParentName="BaseLlisceanPawnKind">
|
||||
<defName>Lliscean_PlayerColonist_Futa</defName>
|
||||
<label>member</label>
|
||||
<defaultFactionType>LlisceanPlayerTribe</defaultFactionType>
|
||||
<apparelTags>
|
||||
<li>Neolithic</li>
|
||||
</apparelTags>
|
||||
<apparelAllowHeadgearChance>0</apparelAllowHeadgearChance>
|
||||
<apparelMoney>200~200</apparelMoney>
|
||||
<techHediffsChance>0.03</techHediffsChance>
|
||||
<techHediffsMoney>50~250</techHediffsMoney>
|
||||
<techHediffsTags>
|
||||
<li>Simple</li>
|
||||
</techHediffsTags>
|
||||
<initialWillRange>0~0</initialWillRange>
|
||||
<initialResistanceRange>10~17</initialResistanceRange>
|
||||
</PawnKindDef>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Lliscean"]/alienRace/generalSettings/forcedRaceTraitEntries</xpath>
|
||||
<value>
|
||||
<li>
|
||||
<defName>Zoophile</defName>
|
||||
<chance>15</chance>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
15
Content/Base/Patches/RoM_Gender.xml
Normal file
15
Content/Base/Patches/RoM_Gender.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>H.P. Lovecraft Storyteller - Remastered</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationRemove">
|
||||
<xpath>Defs/ThingDef[defName = "HPLovecraft_MistCreature"]/race/hasGenders</xpath>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- hmm -->
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue