forked from skyarkhangel/Hardcore-SK
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
up until CombatExtended-Continued/CombatExtended@1c00423 Highlight PR(s): CombatExtended-Continued/CombatExtended#3134
- Loading branch information
1 parent
f64f5a2
commit 80b4596
Showing
12 changed files
with
50 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Mods/CombatExtended/AssembliesCompat/BetterTurretsCompat.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
24 changes: 0 additions & 24 deletions
24
Mods/CombatExtended/Patches/Core/Storyteller/Incidents_Map_Threats.txt
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
Mods/CombatExtended/Patches/Core/Storyteller/Incidents_Map_Threats.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,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Delay ship crash --> | ||
|
||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/IncidentDef[defName="PsychicEmanatorShipPartCrash" or defName="PoisonShipPartCrash"]</xpath> | ||
<value> | ||
<earliestDay>60</earliestDay> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
13 changes: 13 additions & 0 deletions
13
Mods/CombatExtended/Royalty/Patches/IncidentDefs/Incidents_Map_Misc.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,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- Delay mech siege --> | ||
|
||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/IncidentDef[defName="MechCluster"]</xpath> | ||
<value> | ||
<earliestDay>60</earliestDay> | ||
</value> | ||
</Operation> | ||
|
||
</Patch> |
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