Skip to content

Commit

Permalink
Merge branch 'Development' into pr/Tostov/3408
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Sep 24, 2024
2 parents a07415c + 13c4b5b commit 355cf1c
Show file tree
Hide file tree
Showing 198 changed files with 7,469 additions and 649 deletions.
7 changes: 4 additions & 3 deletions About/About.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>

<name>Combat Extended</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<li>TheKingInYellow.Lope</li>
<li>Ludeon.RimWorld</li>
<li>Ludeon.RimWorld.Royalty</li>
<li>Ludeon.RimWorld.Anomaly</li>
<li>Ludeon.RimWorld.Anomaly</li>
<li>RunneLatki.RabbieRaceMod</li>
<li>HC.GiantRace</li>
<li>neronix17.fr.compilation</li>
Expand Down Expand Up @@ -87,7 +87,8 @@
<li>Argon.VMEu</li>
<li>Bonible.rimsenalfactions</li>
<li>kentington.saveourship2</li>
<li>botchjob.profaned</li>
<li>oskarpotocki.vfe.mechanoid</li>
</loadAfter>

</ModMetaData>
</ModMetaData>
4 changes: 2 additions & 2 deletions Anomaly/Patches/Hediffs/Hediffs_BodyParts_Prosthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="GhoulPlating"]/stages/li/statFactors/IncomingDamageFactor</xpath>
<value>
<IncomingDamageFactor>0.25</IncomingDamageFactor>
<IncomingDamageFactor>0.75</IncomingDamageFactor>
</value>
</Operation>

Expand All @@ -46,4 +46,4 @@
</value>
</Operation>

</Patch>
</Patch>
28 changes: 14 additions & 14 deletions Defs/Ammo/Advanced/30x64mmFuelCell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>4.66</MarketValue>
<MarketValue>6.69</MarketValue>
</statBases>
<ammoClass>IncendiaryFuel</ammoClass>
</ThingDef>
Expand All @@ -59,7 +59,7 @@
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>6.18</MarketValue>
<MarketValue>10.1</MarketValue>
</statBases>
<ammoClass>ThermobaricFuel</ammoClass>
</ThingDef>
Expand All @@ -72,7 +72,7 @@
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>4.93</MarketValue>
<MarketValue>7.22</MarketValue>
</statBases>
<ammoClass>FoamFuel</ammoClass>
<generateAllowChance>0</generateAllowChance>
Expand All @@ -98,8 +98,8 @@
<label>incendiary bolt</label>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>PrometheumFlame</damageDef>
<damageAmountBase>6</damageAmountBase>
<explosionRadius>4.5</explosionRadius>
<damageAmountBase>10</damageAmountBase>
<explosionRadius>6</explosionRadius>
<preExplosionSpawnThingDef>FilthPrometheum</preExplosionSpawnThingDef>
<preExplosionSpawnChance>0.2</preExplosionSpawnChance>
<ai_IsIncendiary>true</ai_IsIncendiary>
Expand All @@ -111,9 +111,9 @@
<thingClass>CombatExtended.ProjectileCE_Explosive</thingClass>
<label>thermobaric bolt</label>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<explosionRadius>2.0</explosionRadius>
<explosionRadius>2.5</explosionRadius>
<damageDef>Thermobaric</damageDef>
<damageAmountBase>48</damageAmountBase>
<damageAmountBase>78</damageAmountBase>
<soundExplode>MortarBomb_Explode</soundExplode>
<applyDamageToExplosionCellsNeighbors>true</applyDamageToExplosionCellsNeighbors>
<ai_IsIncendiary>true</ai_IsIncendiary>
Expand All @@ -128,7 +128,7 @@
<damageDef>Extinguish</damageDef>
<suppressionFactor>0.0</suppressionFactor>
<dangerFactor>0.0</dangerFactor>
<explosionRadius>3</explosionRadius>
<explosionRadius>4</explosionRadius>
<postExplosionSpawnThingDef>Filth_FireFoam</postExplosionSpawnThingDef>
<preExplosionSpawnChance>1</preExplosionSpawnChance>
</projectile>
Expand Down Expand Up @@ -157,7 +157,7 @@
<li>Prometheum</li>
</thingDefs>
</filter>
<count>14</count>
<count>30</count>
</li>
<li>
<filter>
Expand All @@ -178,7 +178,7 @@
<products>
<Ammo_30x64mmFuel_Incendiary>50</Ammo_30x64mmFuel_Incendiary>
</products>
<workAmount>10800</workAmount>
<workAmount>17200</workAmount>
</RecipeDef>

<RecipeDef ParentName="LauncherAmmoRecipeBase">
Expand All @@ -202,7 +202,7 @@
<li>FSX</li>
</thingDefs>
</filter>
<count>21</count>
<count>46</count>
</li>
<li>
<filter>
Expand All @@ -222,7 +222,7 @@
<products>
<Ammo_30x64mmFuel_Thermobaric>50</Ammo_30x64mmFuel_Thermobaric>
</products>
<workAmount>13600</workAmount>
<workAmount>23600</workAmount>
</RecipeDef>

<RecipeDef ParentName="LauncherAmmoRecipeBase">
Expand Down Expand Up @@ -250,7 +250,7 @@
<li>MeatRaw</li>
</categories>
</filter>
<count>47</count>
<count>100</count>
</li>
<li>
<filter>
Expand All @@ -273,7 +273,7 @@
<products>
<Ammo_30x64mmFuel_Foam>50</Ammo_30x64mmFuel_Foam>
</products>
<workAmount>14600</workAmount>
<workAmount>25200</workAmount>
</RecipeDef>

</Defs>
4 changes: 2 additions & 2 deletions Defs/Ammo/Grenade/20x42mmGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>12</amount>
<amount>24</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -211,7 +211,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>19</amount>
<amount>33</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
2 changes: 1 addition & 1 deletion Defs/Ammo/Grenade/25x59mmGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
</li>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
<Fragment_Small>12</Fragment_Small>
<Fragment_Small>9</Fragment_Small>
</fragments>
</li>
</comps>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/Grenade/30x29mmGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<label>30x29mm grenade (HEDP)</label>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>Bullet</damageDef>
<damageAmountBase>35</damageAmountBase>
<damageAmountBase>36</damageAmountBase>
<armorPenetrationSharp>45</armorPenetrationSharp>
<armorPenetrationBlunt>5.569</armorPenetrationBlunt>
</projectile>
Expand All @@ -188,7 +188,7 @@
</li>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
<Fragment_Small>14</Fragment_Small>
<Fragment_Small>11</Fragment_Small>
</fragments>
</li>
</comps>
Expand Down
2 changes: 1 addition & 1 deletion Defs/Ammo/Grenade/35x32mmSRGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</li>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
<Fragment_Small>15</Fragment_Small>
<Fragment_Small>8</Fragment_Small>
</fragments>
</li>
</comps>
Expand Down
2 changes: 1 addition & 1 deletion Defs/Ammo/Grenade/40x46mmGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
</li>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
<Fragment_Small>10</Fragment_Small>
<Fragment_Small>7</Fragment_Small>
</fragments>
</li>
</comps>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/Grenade/40x53mmGrenade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<label>40x53mm grenade (HEDP)</label>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>Bullet</damageDef>
<damageAmountBase>36</damageAmountBase>
<damageAmountBase>37</damageAmountBase>
<armorPenetrationSharp>76</armorPenetrationSharp>
<armorPenetrationBlunt>5.768</armorPenetrationBlunt>
</projectile>
Expand All @@ -190,7 +190,7 @@
</li>
<li Class="CombatExtended.CompProperties_Fragments">
<fragments>
<Fragment_Small>16</Fragment_Small>
<Fragment_Small>13</Fragment_Small>
</fragments>
</li>
</comps>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/12.7x108mmSoviet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>16</amount>
<amount>15</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -174,7 +174,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>23</amount>
<amount>20</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/13.2x92mmSRTuF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>16</amount>
<amount>15</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -173,7 +173,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>24</amount>
<amount>21</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/14.5x114mmSoviet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>21</amount>
<amount>17</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -174,7 +174,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>32</amount>
<amount>24</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/2-Bore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>22</amount>
<amount>37</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -174,7 +174,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>34</amount>
<amount>51</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/20x102mmNATO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>27</amount>
<amount>22</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -149,7 +149,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>42</amount>
<amount>31</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
2 changes: 1 addition & 1 deletion Defs/Ammo/HighCaliber/20x110mmHispano.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>39</amount>
<amount>35</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/20x128mmOerlikon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>30</amount>
<amount>25</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -149,7 +149,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>45</amount>
<amount>35</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/20x138mmB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>27</amount>
<amount>26</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -149,7 +149,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>41</amount>
<amount>35</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/HighCaliber/20x139mm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<secondaryDamage>
<li>
<def>Flame_Secondary</def>
<amount>30</amount>
<amount>26</amount>
</li>
</secondaryDamage>
</projectile>
Expand All @@ -149,7 +149,7 @@
<secondaryDamage>
<li>
<def>Bomb_Secondary</def>
<amount>46</amount>
<amount>35</amount>
</li>
</secondaryDamage>
</projectile>
Expand Down
Loading

0 comments on commit 355cf1c

Please sign in to comment.