(fit, ship, context, projectionRange, **kwargs)
| 40003 | |
| 40004 | @staticmethod |
| 40005 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40006 | fit.modules.filteredChargeBoost( |
| 40007 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'kineticDamage', |
| 40008 | ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs) |
| 40009 | |
| 40010 | |
| 40011 | class Effect11751(BaseEffect): |
nothing calls this directly
no test coverage detected