(fit, ship, context, projectionRange, **kwargs)
| 22006 | |
| 22007 | @staticmethod |
| 22008 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22009 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22010 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusGB2'), |
| 22011 | skill='Gallente Battleship', **kwargs) |
| 22012 | |
| 22013 | |
| 22014 | class Effect5812(BaseEffect): |
nothing calls this directly
no test coverage detected