Skip to content

Commit

Permalink
Rimsenal Gun tweaks
Browse files Browse the repository at this point in the history
Reduced EMP gun cooldown (no longer operates from infinite ammo pool and deals lower per hit damage)
Reduced innate spread on Dumbfire weapons by 25%
Recoil added for single shot weapons, stats updated on a number of the regular guns as well as cost update for thumpercat/thundercat rifle
  • Loading branch information
Tostov authored Sep 5, 2024
1 parent 05508c6 commit f890399
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<SwayFactor>1.32</SwayFactor>
<Bulk>9.85</Bulk>
<Mass>4.80</Mass>
<RangedWeapon_Cooldown>2</RangedWeapon_Cooldown>
<RangedWeapon_Cooldown>0.40</RangedWeapon_Cooldown>
</statBases>
<Properties>
<recoilAmount>1.44</recoilAmount>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<statBases>
<WorkToMake>39500</WorkToMake>
<SightsEfficiency>1.0</SightsEfficiency>
<ShotSpread>0.8</ShotSpread>
<ShotSpread>0.6</ShotSpread>
<SwayFactor>1.54</SwayFactor>
<Bulk>9.80</Bulk>
<Mass>5.60</Mass>
Expand Down Expand Up @@ -91,7 +91,7 @@
<defName>Gun_DumbfirePistol</defName>
<statBases>
<SightsEfficiency>0.8</SightsEfficiency>
<ShotSpread>1</ShotSpread>
<ShotSpread>0.75</ShotSpread>
<SwayFactor>1.9</SwayFactor>
<Bulk>3.45</Bulk>
<Mass>2.25</Mass>
Expand Down Expand Up @@ -161,7 +161,7 @@
<statBases>
<WorkToMake>37000</WorkToMake>
<SightsEfficiency>1.2</SightsEfficiency>
<ShotSpread>4</ShotSpread>
<ShotSpread>3</ShotSpread>
<SwayFactor>2.00</SwayFactor>
<Bulk>11.00</Bulk>
<Mass>10.0</Mass>
Expand Down Expand Up @@ -205,7 +205,7 @@
<statBases>
<WorkToMake>42500</WorkToMake>
<SightsEfficiency>2</SightsEfficiency>
<ShotSpread>0.10</ShotSpread>
<ShotSpread>0.07</ShotSpread>
<SwayFactor>2.06</SwayFactor><!--25% reduction from 1.88-->
<Bulk>13</Bulk>
<Mass>7.6</Mass>
Expand Down
Loading

0 comments on commit f890399

Please sign in to comment.