(fit, ship, context, projectionRange, **kwargs)
| 40207 | |
| 40208 | @staticmethod |
| 40209 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40210 | fit.modules.filteredChargeBoost( |
| 40211 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage', |
| 40212 | ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs) |
| 40213 | |
| 40214 | |
| 40215 | class Effect11943(BaseEffect): |
nothing calls this directly
no test coverage detected