forked from CombatExtended-Continued/CombatExtended
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request CombatExtended-Continued#3235 from CombatExtended-…
…Continued/GrimWorld-Patch-Integration Grimworld 40000 Patch Integration
- Loading branch information
Showing
137 changed files
with
11,918 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
ModPatches/Grimworld Angels of Death/Patches/Grimworld Angels of Death/CE_Patch_Apparel.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
|
||
<!-- ============ Capes ============ --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[@Name="GW_SM_CapeBase"]/statBases/StuffEffectMultiplierArmor</xpath> | ||
<value> | ||
<StuffEffectMultiplierArmor>3</StuffEffectMultiplierArmor> | ||
<Bulk>2</Bulk> | ||
<WornBulk>1.5</WornBulk> | ||
</value> | ||
</Operation> | ||
|
||
<!-- ============ Fibrovest ============ --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[@Name="HP_AoD_OnSkinBase"]/statBases/ArmorRating_Sharp</xpath> | ||
<value> | ||
<ArmorRating_Sharp>4</ArmorRating_Sharp> | ||
<Bulk>3</Bulk> | ||
<WornBulk>1</WornBulk> | ||
</value> | ||
</Operation> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[@Name="HP_AoD_OnSkinBase"]/statBases/ArmorRating_Blunt</xpath> | ||
<value> | ||
<ArmorRating_Blunt>6</ArmorRating_Blunt> | ||
</value> | ||
</Operation> | ||
|
||
<!-- ============ Hoods ============ --> | ||
|
||
<Operation Class="PatchOperationReplace"> | ||
<xpath>Defs/ThingDef[@Name="GW_SM_HoodBase"]/statBases/StuffEffectMultiplierArmor</xpath> | ||
<value> | ||
<StuffEffectMultiplierArmor>3</StuffEffectMultiplierArmor> | ||
<Bulk>1</Bulk> | ||
<WornBulk>0</WornBulk> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
Oops, something went wrong.