Skip to content

Include BurstFiringRate for Fire Rate of burst weapons #61

Description

@tsakistan

The formula for calculating the fire rate of burst weapons as shown on the stat card is:
CartridgePerFire / ((CartridgePerFire-1) * 1/BurstFiringRate + 1/FiringRate)

The only stat missing from BBA export is BurstFiringRate

Example:
Sunbeam Bundlebuss shows fire rate 6 in game.
From RangedWeapon.json:

FiringRate: 1.017,
BurstFiringRate: 20,
CartridgePerFire: 8
8 / ((8-1) * 1/20 + 1/1.017) = 6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions