(fit, ship, context, projectionRange, **kwargs)
| 21420 | |
| 21421 | @staticmethod |
| 21422 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21423 | fit.modules.filteredChargeBoost( |
| 21424 | lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'maxVelocity', |
| 21425 | ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 21426 | |
| 21427 | |
| 21428 | class Effect5647(BaseEffect): |
nothing calls this directly
no test coverage detected