(fit, ship, context, projectionRange, **kwargs)
| 18446 | |
| 18447 | @staticmethod |
| 18448 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18449 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 18450 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18451 | |
| 18452 | |
| 18453 | class Effect5228(BaseEffect): |
nothing calls this directly
no test coverage detected