(fit, beacon, context, projectionRange, **kwargs)
| 12524 | |
| 12525 | @staticmethod |
| 12526 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12527 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 12528 | 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12529 | stackingPenalties=True, **kwargs) |
| 12530 | |
| 12531 | |
| 12532 | class Effect4017(BaseEffect): |
nothing calls this directly
no test coverage detected