(fit, ship, context, projectionRange, **kwargs)
| 22075 | |
| 22076 | @staticmethod |
| 22077 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22078 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22079 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 22080 | |
| 22081 | |
| 22082 | class Effect5816(BaseEffect): |
nothing calls this directly
no test coverage detected