I’ve been working on this sheet for a while now because Im interested in knowing which weapons are fastest in killing unarmored zombies (NOT high-value targets).
What you see in column J is that I first started by:
* individually measuring the pixel damage that each bullet does to an enemy’s health bar
* health bar remains same for all enemies, so extrapolate HP based on pixels
* measure how much pixel damage is each weapon doing
* figure out damage per weapon and how many bullets it takes to kill an unarmored zombie
Eventually, it was taking too long to test each weapon and it’s then that I hit my eureka moment that Im not really looking for which weapon is doing the most damage. Im looking for the most effective weapon based on TTK.
1 Comment
I’ve been working on this sheet for a while now because Im interested in knowing which weapons are fastest in killing unarmored zombies (NOT high-value targets).
What you see in column J is that I first started by:
* individually measuring the pixel damage that each bullet does to an enemy’s health bar
* health bar remains same for all enemies, so extrapolate HP based on pixels
* measure how much pixel damage is each weapon doing
* figure out damage per weapon and how many bullets it takes to kill an unarmored zombie
Eventually, it was taking too long to test each weapon and it’s then that I hit my eureka moment that Im not really looking for which weapon is doing the most damage. Im looking for the most effective weapon based on TTK.
EDIT: [Here’s the complete list of all the weapons I’ve tested so far](https://docs.google.com/spreadsheets/d/1XeW0vxdQCAMuYamS_IJNlFpU9pO8hy0Ru6XXqMepi18/edit#gid=1186296578). Feel free to ask me questions or give any feedback.