Skip to content

Commit

Permalink
Merge pull request #3025 from Arcalane/outer-rim-patches
Browse files Browse the repository at this point in the history
Outer Rim Patches pt3: Dungeons & Droids
  • Loading branch information
N7Huntsman authored Apr 4, 2024
2 parents f0cb9fb + fba4be1 commit d45416e
Show file tree
Hide file tree
Showing 24 changed files with 2,187 additions and 373 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<statBases>
<SightsEfficiency>0.8</SightsEfficiency>
<ShotSpread>0.15</ShotSpread>
<SwayFactor>1.07</SwayFactor>
<SwayFactor>1.05</SwayFactor>
<Bulk>1.90</Bulk>
<Mass>1.20</Mass>
<RangedWeapon_Cooldown>0.36</RangedWeapon_Cooldown>
<RangedWeapon_Cooldown>0.37</RangedWeapon_Cooldown>
</statBases>
<Properties>
<recoilAmount>3.0</recoilAmount>
Expand All @@ -26,7 +26,7 @@
<burstShotCount>2</burstShotCount>
<ticksBetweenBurstShots>5</ticksBetweenBurstShots>
<warmupTime>0.5</warmupTime>
<range>9</range>
<range>12</range>
<soundCast>OuterRim_Shot_MaserBlasterBolt</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale>
Expand All @@ -36,8 +36,6 @@
</Properties>
<FireModes>
<aiAimMode>Snapshot</aiAimMode>
<aiUseBurstMode>True</aiUseBurstMode>
<aimedBurstShotCount>2</aimedBurstShotCount>
</FireModes>
<weaponTags>
<li>SpacerGun</li>
Expand All @@ -54,19 +52,19 @@
<li Class="CombatExtended.PatchOperationMakeGunCECompatible">
<defName>OuterRim_CharricCarbine</defName>
<statBases>
<SightsEfficiency>0.7</SightsEfficiency>
<ShotSpread>0.21</ShotSpread>
<SwayFactor>1.32</SwayFactor>
<SightsEfficiency>0.95</SightsEfficiency>
<ShotSpread>0.16</ShotSpread>
<SwayFactor>0.75</SwayFactor>
<Bulk>5.00</Bulk>
<Mass>2.80</Mass>
<RangedWeapon_Cooldown>0.36</RangedWeapon_Cooldown>
<RangedWeapon_Cooldown>0.38</RangedWeapon_Cooldown>
</statBases>
<Properties>
<recoilAmount>1.2</recoilAmount>
<verbClass>CombatExtended.Verb_ShootCE</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>Bullet_BlasterRifle_Yellow</defaultProjectile>
<warmupTime>0.5</warmupTime>
<warmupTime>0.75</warmupTime>
<range>35</range>
<ticksBetweenBurstShots>4</ticksBetweenBurstShots>
<burstShotCount>2</burstShotCount>
Expand All @@ -82,29 +80,29 @@
<aiAimMode>AimedShot</aiAimMode>
</FireModes>
<AmmoUser>
<magazineSize>50</magazineSize>
<reloadTime>3.7</reloadTime>
<magazineSize>70</magazineSize>
<reloadTime>3.84</reloadTime>
<ammoSet>AmmoSet_PlasmaGasCartridgeYellow_Rifle</ammoSet>
</AmmoUser>
</li>

<li Class="CombatExtended.PatchOperationMakeGunCECompatible">
<defName>OuterRim_CharricRifle</defName>
<statBases>
<SightsEfficiency>0.7</SightsEfficiency>
<ShotSpread>0.21</ShotSpread>
<SwayFactor>1.32</SwayFactor>
<SightsEfficiency>1.8</SightsEfficiency>
<ShotSpread>0.03</ShotSpread>
<SwayFactor>1.8</SwayFactor>
<Bulk>6.00</Bulk>
<Mass>4.10</Mass>
<RangedWeapon_Cooldown>0.36</RangedWeapon_Cooldown>
<RangedWeapon_Cooldown>0.45</RangedWeapon_Cooldown>
</statBases>
<Properties>
<recoilAmount>1.2</recoilAmount>
<recoilAmount>1.48</recoilAmount>
<verbClass>CombatExtended.Verb_ShootCE</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>Bullet_BlasterRifle_Yellow</defaultProjectile>
<warmupTime>0.5</warmupTime>
<range>35</range>
<warmupTime>2.0</warmupTime>
<range>62</range>
<ticksBetweenBurstShots>4</ticksBetweenBurstShots>
<burstShotCount>2</burstShotCount>
<soundCast>OuterRim_Shot_MaserBlasterBolt</soundCast>
Expand All @@ -119,8 +117,8 @@
<aiAimMode>AimedShot</aiAimMode>
</FireModes>
<AmmoUser>
<magazineSize>50</magazineSize>
<reloadTime>3.7</reloadTime>
<magazineSize>40</magazineSize>
<reloadTime>3.2</reloadTime>
<ammoSet>AmmoSet_PlasmaGasCartridgeYellow_Rifle</ammoSet>
</AmmoUser>
</li>
Expand Down
Loading

0 comments on commit d45416e

Please sign in to comment.