Door Kickers: Action Squad

Door Kickers: Action Squad

Not enough ratings
Weapon Data Spreadsheet
By darkly77
Spreadsheet showing data for all the guns, gear and classes. Hosted on Google Sheets.
   
Award
Favorite
Favorited
Unfavorite
Spreadsheet
View the spreadsheet here:

https://docs.google.com/spreadsheets/d/1JeQRGNw5yQojIyxNPfi1CL14FPzL1puaYkFNEIIbHGo/edit#gid=0

It's mostly good for modders but you might like it too if you're into weapon stats :D

If you're looking for the REBALANCE spreadsheet, which shows all the changes in that mod, it's here[docs.google.com]
Tips
You can make your own version with File > Make a Copy. This is really helpful if you're making a mod that changes existing guns (eg. my WIP rebalance mod has its own version here[docs.google.com]). A lot of data is dynamic, eg. DPS will update if you change damage or fire rate.

Hold shift and scroll with your mouse to scroll horizontally.

White column headers are custom, normally used for calculations. Black headers are linked to a moddable attribute (e.g., in weapons_data.xml).

You can hover over headers to see more details about that stat, including the XML attribute.
Interesting Takeaways
Here are some interesting findings. You might already know all of them, but it's a good way to explain what some of these stats do, as they're all moddable, mainly in weapons_data.xml.

Assaulter
M4A1 has a high damage loss over range, which is why it can take 3 bullets to kill an enemy from a short distance (fBulletDamageLossPPx).

MCX300 Carbine has a very good first shot accuracy (fSpreadFOV) but insane recoil after that. But it has no damage loss at range, plus an insanely high recoil recovery (fAimErrorCooldownPerSec). So, if you fire one shot at a time, it has near-perfect accuracy with no damage loss at range (fBulletDamageLossPPx).

Light Machinegun (MK46) can penetrate enemies, reducing damage to 60% per penetration (bBulletDieOnImpact & fBulletSelfDamageMultiplier).

Mag Ready is actually on a cooldown. I'd never used it so didn't know this till saw the data (nClipSize = -1, fFireRatePerSec = 0.1) That translates to a 10 second cooldown.

Breacher
About half of Breacher's shotguns can use slam fire (spam the fire button, bCanResetFireRate).

M870 Room Clearer slows movement by 5%, but uniquely, doesn't slow Breacher down while shooting. All other shotguns slow him down by ~30% while shooting (fSpeedPenaltyPercent & fShooterSpeedSlowingPercent, shown in the spreadsheet as "carry speed" and "shoot speed").

Shield
Like Agent, most of Shield's pistol shots can be spammed (hammer the FIRE button like with Breacher's shotguns, bCanResetFireRate).

Her strongest non-AP gun is the 1911 Pistol, but it has 0 AP. If you don't want to use the F7AP, the M&P .40 Pistol has 1 AP and a 2 shot kill if Shield's Lady Justice perk procs so might be worth trying out. It's large clip is also very helpful in close range, as it gives you tons of shots to spam.

Agent
The 1911 Pistol seems like a worse version of M1076 Pistol. But its better at range, with only 0.011 damage loss per pixel, compared to M1076's 0.1 (fBulletDamageLossPPx). Zero AP though unfortunately.

The FBI Revolver has a very fast reload for its damage class (1.2, fReloadTimePerUnit).

Recon
Recon's first two guns have the highest DPS in his class! But very low AP unfortunately.

The MP5 (the one with the Aimed Shot) has terrible DPS by far! It's hard to tel this in the game menu, but it's DPS is way below all Recon's other guns.

His CBJ-65 SMG has the highest AP of any gun (4), only falling behind Aimed Shots (which have 5). It doesn't shred armor like Assaulter's carbines, but it's still a standout among Recon's weapons.

Ultimates
Most Ultimates have a 5% crit chance (fBulletCriticalChance).

As well as Breacher's shotguns, some Ultimates can also breach doors (fBulletDamageObjects): Recon's Suppressed Shotgun, and ODG's Pop's Garand.

Misc
Hostages wearing bomb vests have a 25% to run at you. And Detonator D ick has a 40% chance to revenge-splode after being shot down (tip: always double tap him after he falls!).
5 Comments
crazyboris 8 Mar @ 1:19am 
And the ksg twin shotgun has a faster rof and movement speed when you keep the mag empty for some reason?
crazyboris 7 Mar @ 11:14pm 
I know this is kinda years late but the trunk carbine has a much faster rof when you tap. The gun performs better when you use it like assaulter's mcx300.
darkly77  [author] 26 May, 2021 @ 1:35pm 
@Mr. n Good suggestion, I've added info on ODG's armor to a tooltip in the Total Armor column. And I'm glad it's useful, good luck on your runs!
Mr. n 25 May, 2021 @ 11:33am 
Interesting and useful, thank you! Going to try to leverage this when going for world records.

I think you might have missed (or was it simply not listed?) some combinations, e.g. ODG with armour perk armour.
igetmutedeverygame 26 Jan, 2021 @ 8:38pm 
Very useful! So you're saying I can save a backup of this data and rework it? Trying to mod in some Halo weapons... also just in case you might know.... where the hell are the player-model sprites? I need to change those so that if you are using the Assault Rifle, Battle Rifle, or some other weapon, the player-model reflects it. Also... I see that there are weapon sprites listed under the /media/interfaces folder... are those the same weapon sprites that are displayed in the character/loadout selection screen?

Glad there are dedicated fans putting the effort to make modding this awesome game easier.

Cheers,