(fit, ship, context, projectionRange, **kwargs)
| 40020 | |
| 40021 | @staticmethod |
| 40022 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40023 | fit.modules.filteredChargeBoost( |
| 40024 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'thermalDamage', |
| 40025 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 40026 | |
| 40027 | |
| 40028 | class Effect11752(BaseEffect): |
nothing calls this directly
no test coverage detected