(fit, beacon, context, projectionRange, **kwargs)
| 16367 | |
| 16368 | @staticmethod |
| 16369 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 16370 | fit.fighters.filteredItemMultiply(lambda drone: drone.item.requiresSkill('Fighters'), |
| 16371 | 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 16372 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 16373 | |
| 16374 | |
| 16375 | class Effect4911(BaseEffect): |
nothing calls this directly
no test coverage detected