-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'FeralFederationUpdate' of https://github.com/tostov/com…
…batextended-1 into pr/Tostov/3359
- Loading branch information
Showing
13 changed files
with
445 additions
and
122 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
ModPatches/Rimsenal Federation/Defs/Rimsenal Federation/FederationShellingResponse.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,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
|
||
<CombatExtended.ShellingResponseDef ParentName="ShellingPreset_UltraBase"> | ||
<defName>CE_ShellingPreset_Federation</defName> | ||
<defaultShellingPropability>0.7</defaultShellingPropability> | ||
<defaultRaidPropability>0.05</defaultRaidPropability> | ||
<defaultRaidMTBDays>1</defaultRaidMTBDays> | ||
<projectiles Inherit="False"> | ||
<li> | ||
<projectile>Bullet_Federation_PlasmaCluster</projectile> | ||
<points>250</points> | ||
<weight>0.75</weight> | ||
</li> | ||
<li> | ||
<projectile>Bullet_Federation_PlasmaBlast</projectile> | ||
<points>100</points> | ||
<weight>0.10</weight> | ||
</li> | ||
</projectiles> | ||
<worldObjects Inherit="False"> | ||
<li> | ||
<worldObject>Settlement</worldObject> | ||
<shellingPropability>1</shellingPropability> | ||
<raidPropability>0.2</raidPropability> | ||
<raidMTBDays>0.5</raidMTBDays> | ||
</li> | ||
<li> | ||
<worldObject>Site</worldObject> | ||
<shellingPropability>0.6</shellingPropability> | ||
<raidPropability>0.05</raidPropability> | ||
<raidMTBDays>1</raidMTBDays> | ||
</li> | ||
</worldObjects> | ||
</CombatExtended.ShellingResponseDef> | ||
|
||
</Defs> |
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
17 changes: 17 additions & 0 deletions
17
ModPatches/Rimsenal Federation/Patches/Rimsenal Federation/Factions_Federation.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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Patch> | ||
|
||
<!-- ========== Custom shelling response for mechs ========== --> | ||
<Operation Class="PatchOperationAddModExtension"> | ||
<xpath>Defs/FactionDef[defName="FPC"]</xpath> | ||
<value> | ||
<li Class="CombatExtended.FactionDefExtensionCE"> | ||
<shellingResponse>CE_ShellingPreset_Federation</shellingResponse> | ||
</li> | ||
<li Class="CombatExtended.WorldObjectHealthExtension"> | ||
<chanceToNegateDamage>0.2</chanceToNegateDamage> | ||
</li> | ||
</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
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
Oops, something went wrong.