Skip to content

Commit

Permalink
Correction for those without Biotech
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLoneTec committed Oct 22, 2024
1 parent 193a7f5 commit f933fd3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<Operation Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Sulphates"]/comps/li[@Class="CompProperties_Explosive"]/explosiveDamageType</xpath>
<value>
<explosiveDamageType>ToxGas</explosiveDamageType>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Sulphates"]/comps/li[@Class="CompProperties_Explosive"]/postExplosionGasType</xpath>
<value>
<postExplosionGasType>ToxGas</postExplosionGasType>
</value>
</li>
</operations>
</Operation>

</Patch>
16 changes: 8 additions & 8 deletions Mods/Core_SK/Defs/ThingDefs_Races/Races_Humanlike.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,8 @@
<blackEndoCategories MayRequire="Ludeon.RimWorld.Biotech">
<li>Melanin</li>
</blackEndoCategories>
<xenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<li>Baseline_Nova</li>
<xenotypeList>
<li MayRequire="Ludeon.RimWorld.Biotech">Baseline_Nova</li>
</xenotypeList>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes>
</raceRestriction>
Expand Down Expand Up @@ -1391,8 +1391,8 @@
<blackEndoCategories MayRequire="Ludeon.RimWorld.Biotech">
<li>Melanin</li>
</blackEndoCategories>
<xenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<li>Baseline_Dova</li>
<xenotypeList>
<li MayRequire="Ludeon.RimWorld.Biotech">Baseline_Dova</li>
</xenotypeList>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes>
</raceRestriction>
Expand Down Expand Up @@ -1635,8 +1635,8 @@
</body>
</graphicPaths>
<raceRestriction>
<xenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<li>Baseline_Norbal</li>
<xenotypeList>
<li MayRequire="Ludeon.RimWorld.Biotech">Baseline_Norbal</li>
</xenotypeList>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes>
</raceRestriction>
Expand Down Expand Up @@ -2241,8 +2241,8 @@
<raceRestriction>
<onlyHaveRaceRestrictedGenes>false</onlyHaveRaceRestrictedGenes>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes>
<xenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<li>Baseline_Orassan</li>
<xenotypeList>
<li MayRequire="Ludeon.RimWorld.Biotech">Baseline_Orassan</li>
</xenotypeList>
<blackEndoCategories MayRequire="Ludeon.RimWorld.Biotech">
<li>Melanin</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@
<comps>
<li Class="CompProperties_Explosive">
<explosiveRadius>1.4</explosiveRadius>
<explosiveDamageType>ToxGas</explosiveDamageType>
<explosiveDamageType>Smoke</explosiveDamageType>
<explosiveExpandPerStackcount>0.04</explosiveExpandPerStackcount>
<startWickHitPointsPercent>0.333</startWickHitPointsPercent>
<postExplosionGasType>ToxGas</postExplosionGasType>
<postExplosionGasType>BlindSmoke</postExplosionGasType>
<wickTicks>
<min>5</min>
<max>10</max>
Expand Down
4 changes: 2 additions & 2 deletions Mods/RatkinRaceHSK/Defs/ThingDefs_Races/Races_Rakinlike.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@
<li>RK_LightLance</li>
<li>RK_HeavyLance</li>
</weaponList>
<xenotypeList MayRequire="Ludeon.RimWorld.Biotech">
<li>Baseline_Ratkin</li>
<xenotypeList>
<li MayRequire="Ludeon.RimWorld.Biotech">Baseline_Ratkin</li>
</xenotypeList>
<onlyUseRaceRestrictedXenotypes>true</onlyUseRaceRestrictedXenotypes>
</raceRestriction>
Expand Down

0 comments on commit f933fd3

Please sign in to comment.