Skip to content

Commit

Permalink
Merge pull request #3359 from Tostov/FeralFederationUpdate
Browse files Browse the repository at this point in the history
Feral / Federation Partial Armor + Tweaks
  • Loading branch information
N7Huntsman authored Aug 25, 2024
2 parents 88d45a3 + b7881f7 commit fb23992
Show file tree
Hide file tree
Showing 20 changed files with 970 additions and 319 deletions.
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>
Loading

0 comments on commit fb23992

Please sign in to comment.