Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Aug 25, 2024
1 parent 1ecc399 commit b7881f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>Smoke</damageDef>
<soundExplode>Explosion_OpticBurst</soundExplode>
<damageAmountBase>0</damageAmountBase>
<explosionRadius>0.9</explosionRadius>
<speed>0</speed>
<flyOverhead>true</flyOverhead>
<dropsCasings>false</dropsCasings>
Expand Down Expand Up @@ -433,7 +431,7 @@
<!-- ========== Crucible Carbine Projectile =========== -->

<ThingDef ParentName="BaseOpticBoltCE">
<defName>Bullet_CrucibleCarbine</defName>
<defName>Bullet_CrucibleCarbine_CE</defName>
<label>energy bolt</label>
<graphicData>
<texPath>Things/Projectile/Mlaser</texPath>
Expand All @@ -443,4 +441,5 @@
<damageAmountBase>10</damageAmountBase>
</projectile>
</ThingDef>

</Defs>
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
<FireModes>
<aimedBurstShotCount>5</aimedBurstShotCount>
<aiAimMode>AimedShot</aiAimMode>
</FireModes>
<AmmoUser>
<magazineSize>52</magazineSize>
<reloadTime>9.2</reloadTime>
</AmmoUser>
</FireModes>
</Operation>
</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
<recoilAmount>0.69</recoilAmount>
<verbClass>CombatExtended.Verb_ShootCE</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>Bullet_CrucibleCarbine</defaultProjectile>
<defaultProjectile>Bullet_CrucibleCarbine_CE</defaultProjectile>
<warmupTime>1.07</warmupTime>
<burstShotCount>5</burstShotCount>
<ticksBetweenBurstShots>22</ticksBetweenBurstShots>
Expand Down

0 comments on commit b7881f7

Please sign in to comment.