(fit, ship, context, projectionRange, **kwargs)
| 40054 | |
| 40055 | @staticmethod |
| 40056 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40057 | fit.modules.filteredChargeBoost( |
| 40058 | lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'thermalDamage', |
| 40059 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 40060 | |
| 40061 | |
| 40062 | class Effect11763(BaseEffect): |
nothing calls this directly
no test coverage detected