(fit, implant, context, projectionRange, **kwargs)
| 1832 | |
| 1833 | @staticmethod |
| 1834 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 1835 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 1836 | 'damageMultiplier', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 1837 | |
| 1838 | |
| 1839 | class Effect587(BaseEffect): |
nothing calls this directly
no test coverage detected