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

Change: Increase GattlingTankGun ContinuousFireCoast from 1000 to 2000 ms #1199

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,8 @@ Weapon GattlingTankGun
ClipReloadTime = 0 ; how long to reload a Clip, msec
ContinuousFireOne = 2 ; How many shots at the same target constitute "Continuous Fire"
ContinuousFireTwo = 6 ; How many shots at the same target constitute "Continuous Fire Two"
ContinuousFireCoast = 1000 ; msec we can coast without firing before we lose Continuous Fire
ContinuousFireCoast = 2000 ; msec we can coast without firing before we lose Continuous Fire
; Patch104p @tweak from 1000 to prolong max damage time
WeaponBonus = CONTINUOUS_FIRE_MEAN RATE_OF_FIRE 200% ; When the object achieves this state, this weapon gets double the rate of fire
WeaponBonus = CONTINUOUS_FIRE_FAST RATE_OF_FIRE 300% ; This is not cumulative, so with Delay of 40, and values of 2 and 4 for these bonuses, you shoot at (40, 20, 10)
WeaponBonus = PLAYER_UPGRADE DAMAGE 125% ; ChainGun upgrade
Expand Down