(fit, ship, context, projectionRange, **kwargs)
| 22247 | |
| 22248 | @staticmethod |
| 22249 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22250 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22251 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 22252 | |
| 22253 | |
| 22254 | class Effect5826(BaseEffect): |
nothing calls this directly
no test coverage detected