Skip to content

Commit

Permalink
bipod and ammo change
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyKarl committed Nov 13, 2024
1 parent bb85233 commit 2ba7f66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions ModPatches/Ion Weaponry/Defs/Ion Weaponry/Ammo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@

<RecipeDef ParentName="AmmoRecipeBase">
<defName>MakeAmmo_8mmRailgun_Ion</defName>
<label>make 8mm Railgun cartridge (Discharge) x500</label>
<description>Craft 500 8mm Railgun (Discharge) cartridges.</description>
<label>make 8mm Railgun cartridge (Discharge) x200</label>
<description>Craft 200 8mm Railgun (Discharge) cartridges.</description>
<jobString>Making 8mm Railgun (Discharge) cartridges.</jobString>
<workAmount>3000</workAmount>
<ingredients>
Expand Down Expand Up @@ -362,14 +362,14 @@
</thingDefs>
</fixedIngredientFilter>
<products>
<Ammo_8mmRailgun_Ion>500</Ammo_8mmRailgun_Ion>
<Ammo_8mmRailgun_Ion>200</Ammo_8mmRailgun_Ion>
</products>
</RecipeDef>

<RecipeDef ParentName="AmmoRecipeBase">
<defName>MakeAmmo_12mmRailgun_Ion</defName>
<label>make 12mm Railgun cartridge (Discharge) x200</label>
<description>Craft 200 12mm Railgun (Discharge) cartridges.</description>
<label>make 12mm Railgun cartridge (Discharge) x100</label>
<description>Craft 100 12mm Railgun (Discharge) cartridges.</description>
<jobString>Making 12mm Railgun (Discharge) cartridges.</jobString>
<workAmount>3500</workAmount>
<ingredients>
Expand All @@ -395,7 +395,7 @@
<li>ComponentIndustrial</li>
</thingDefs>
</filter>
<count>5</count>
<count>4</count>
</li>
</ingredients>
<fixedIngredientFilter>
Expand All @@ -406,7 +406,7 @@
</thingDefs>
</fixedIngredientFilter>
<products>
<Ammo_12mmRailgun_Ion>200</Ammo_12mmRailgun_Ion>
<Ammo_12mmRailgun_Ion>100</Ammo_12mmRailgun_Ion>
</products>
</RecipeDef>

Expand Down
8 changes: 4 additions & 4 deletions ModPatches/Ion Weaponry/Patches/Ion Weaponry/RangedSpacer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@
<weaponTags>
<li>SpacerGun</li>
<li>CE_AI_LMG</li>
<li>Bipod_LMG</li>
</weaponTags>
</Operation>

Expand Down Expand Up @@ -371,7 +370,7 @@
</FireModes>
<weaponTags>
<li>SpacerGun</li>
<li>Bipod_DMR</li>
<li>Bipod_ATR</li>
</weaponTags>
</Operation>

Expand All @@ -381,8 +380,9 @@
<li Class="CombatExtended.CompProperties_UnderBarrel">
<standardLabel>switch to Lance</standardLabel>
<underBarrelLabel>switch to Ion Blast</underBarrelLabel>
<oneAmmoHolder>True</oneAmmoHolder>
<propsUnderBarrel>
<magazineSize>100</magazineSize>
<magazineSize>10</magazineSize>
<reloadTime>8</reloadTime>
<ammoSet>AmmoSet_12mmRailgunIon_Blast</ammoSet>
</propsUnderBarrel>
Expand All @@ -391,7 +391,7 @@
<verbClass>CombatExtended.Verb_ShootCE</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>Bullet_12mmRailgun_Ion_Blast</defaultProjectile>
<ammoConsumedPerShotCount>50</ammoConsumedPerShotCount>
<ammoConsumedPerShotCount>5</ammoConsumedPerShotCount>
<ai_AvoidFriendlyFireRadius>5</ai_AvoidFriendlyFireRadius>
<warmupTime>1.1</warmupTime>
<range>70</range>
Expand Down

0 comments on commit 2ba7f66

Please sign in to comment.