Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannon shell ammoset updates and general shell housekeeping #3104

Merged
14 changes: 14 additions & 0 deletions Defs/Ammo/AmmoBases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,27 @@
</skillRequirements>
</RecipeDef>

<RecipeDef Name="ArtilleryAmmoRecipeBase" ParentName="AmmoRecipeBase" Abstract="true">
<researchPrerequisite>Mortars</researchPrerequisite>
<skillRequirements>
<Crafting>4</Crafting>
</skillRequirements>
</RecipeDef>

<RecipeDef Name="LauncherAmmoRecipeBase" ParentName="AmmoRecipeBase" Abstract="true">
<researchPrerequisite>CE_Launchers</researchPrerequisite>
<skillRequirements>
<Crafting>4</Crafting>
</skillRequirements>
</RecipeDef>

<RecipeDef Name="CannonAmmoRecipeBase" ParentName="AmmoRecipeBase" Abstract="true">
<researchPrerequisite>CE_TurretHeavyWeapons</researchPrerequisite>
<skillRequirements>
<Crafting>4</Crafting>
</skillRequirements>
</RecipeDef>

<RecipeDef Name="ChargeAmmoRecipeBase" ParentName="AmmoRecipeBase" Abstract="true">
<researchPrerequisite>ChargedShot</researchPrerequisite>
<skillRequirements>
Expand Down
10 changes: 10 additions & 0 deletions Defs/Ammo/AmmoCategoryDefs/AmmoCategories_General.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
<label>armor-piercing discarding sabot</label>
<labelShort>Sabot</labelShort>
<description>Uses a discarding sabot to fire an undersized projectile at higher muzzle velocities, greatly improving armor penetration.</description>
<advanced>true</advanced>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>IncendiaryAP</defName>
<label>armor-piercing incendiary</label>
<labelShort>AP-I</labelShort>
<description>Filled with an incendiary compound that ignites on impact, doing additional damage and increasing armor penetration.</description>
<advanced>true</advanced>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
Expand All @@ -44,6 +46,14 @@
<advanced>true</advanced>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>CompositeRigidAP</defName>
<label>armor-piercing composite-rigid</label>
<labelShort>APCR</labelShort>
<description>Featuring a core of high-density hard material surrounded by a full-bore shell of a lighter material to reach higher muzzle velocities, greatly increasing armor penetration.</description>
<advanced>true</advanced>
</CombatExtended.AmmoCategoryDef>

<CombatExtended.AmmoCategoryDef>
<defName>TranqNonLethal</defName>
<label>tranquilizer</label>
Expand Down
Loading
Loading