(fit, ship, context, projectionRange, **kwargs)
| 18366 | |
| 18367 | @staticmethod |
| 18368 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18369 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 18370 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18371 | |
| 18372 | |
| 18373 | class Effect5223(BaseEffect): |
nothing calls this directly
no test coverage detected