(fit, ship, context, projectionRange, **kwargs)
| 22058 | |
| 22059 | @staticmethod |
| 22060 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22061 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22062 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 22063 | |
| 22064 | |
| 22065 | class Effect5815(BaseEffect): |
nothing calls this directly
no test coverage detected