(fit, src, context, projectionRange, **kwargs)
| 14182 | |
| 14183 | @staticmethod |
| 14184 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14185 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles') or mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 14186 | 'maxVelocity', src.getModifiedItemAttr('subsystemBonusCaldariOffensive3'), |
| 14187 | skill='Caldari Offensive Systems', **kwargs) |
| 14188 | |
| 14189 | |
| 14190 | class Effect4342(BaseEffect): |
nothing calls this directly
no test coverage detected