New pistol/smg/rifle/shotgun weapon classifications#1995
Conversation
|
In reference to: #1805 (comment) |
| // SUPPRESSED - Suppressed weapons | ||
| // EXPLOSIVE - Generic for weapons that count as explosive kills on killfeed. | ||
| // SHOTGUN - Weapons with shotgun spread | ||
| // BATTLERIFLE - Semi-auto rifles |
There was a problem hiding this comment.
Maybe we should add ASSAULTRIFLE too while we're at it?
There was a problem hiding this comment.
I thought about it, but I wanted to keep changes limited to gameplay significant changes.
Otherwise then it brings up philosophical questions of what bits should we set the BALC, PBK, and PZ to. Is it easier to classify them as Assault Rifles? Is the PBK an SMG? etc.
Alternatively maybe it makes more sense to brand things along the lines of SCOPEDWEAPON? e.g. instead of BATTLERIFLE, specify something instead like AUTOWEAPON vs. SEMIWEAPON, but I'm not sure about the wording of the latter.
08a9c11 to
f7a46ed
Compare
|
Thinking perhaps it would be good to rethink the branch's approach towards the bits/classification scheme. In particular, I'm wondering if some of these branch bits could have been handled by |
Description
New weapon flags for pistols/smgs/shotguns/rifles, to simplify bot weapon flag checks.
Toolchain