(fit, ship, context, projectionRange, **kwargs)
| 40037 | |
| 40038 | @staticmethod |
| 40039 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40040 | fit.modules.filteredChargeBoost( |
| 40041 | lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'kineticDamage', |
| 40042 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 40043 | |
| 40044 | |
| 40045 | class Effect11753(BaseEffect): |
nothing calls this directly
no test coverage detected