Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 19, 2024
1 parent a9abaf6 commit d982158
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</Operation>

<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/PawnKindDef[defName="Horaxian_HighThrall"]</xpath>
<xpath>Defs/PawnKindDef[defName="Horaxian_Highthrall"]</xpath>
<value>
<combatPower>160</combatPower>
<weaponMoney>500~700</weaponMoney>
Expand Down
20 changes: 8 additions & 12 deletions Mods/Core_SK/Patches/CombatExtended/Ammo/Shell/155mmHowitzer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Bullet_155mmHowitzerShell_HE_Fuzed"]/comps/li[@Class="CombatExtended.CompProperties_Fragments"]</xpath>
<xpath>Defs/ThingDef[defName="Bullet_155mmHowitzerShell_HE_HFuzed"]/comps/li[@Class="CombatExtended.CompProperties_Fragments"]</xpath>
<value>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
Expand Down Expand Up @@ -253,7 +253,7 @@ Defs/RecipeDef[defName="MakeAmmo_155mmHowitzerShell_EMP"]/fixedIngredientFilter/
</categories>
</value>
</Operation>
<Operation Class="SK.PatchOperationReplacexExtended">
<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/RecipeDef[defName="MakeAmmo_155mmHowitzerShell_EMP"]</xpath>
<value>
<workAmount>2000</workAmount>
Expand Down Expand Up @@ -312,19 +312,15 @@ Defs/RecipeDef[defName="MakeAmmo_155mmHowitzerShell_EMP"]/fixedIngredientFilter/
<xpath>Defs/RecipeDef[defName="MakeAmmo_155mmHowitzerShell_Smoke"]</xpath>
</Operation>

<Operation Class="SK.PatchOperationShareXpath">
<xpath>Defs/RecipeDef[ defName="MakeAmmo_155mmHowitzerShell_HE" or
<Operation Class="SK.PatchOperationReplaceExtended">
<xpath>Defs/RecipeDef[defName="MakeAmmo_155mmHowitzerShell_HE" or
defName="MakeAmmo_155mmHowitzerShell_HE_HFuzed" or
defName="MakeAmmo_155mmHowitzerShell_Incendiary" or
defName="MakeAmmo_155mmHowitzerShell_EMP" or
defName="MakeAmmo_155mmHowitzerShell_Smoke"]</xpath>
<operations>
<li Class="SK.PatchOperationReplaceExtended">
<value>
<researchPrerequisite>Range_C2</researchPrerequisite>
<researchPrerequisites IsNull="True" />
</value>
</li>
</operations>
<value>
<researchPrerequisite>Range_C2</researchPrerequisite>
<researchPrerequisites IsNull="True" />
</value>
</Operation>
</Patch>

0 comments on commit d982158

Please sign in to comment.