(fit, ship, context, projectionRange, **kwargs)
| 19990 | |
| 19991 | @staticmethod |
| 19992 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19993 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 19994 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusABC2'), |
| 19995 | skill='Amarr Battlecruiser', **kwargs) |
| 19996 | |
| 19997 | |
| 19998 | class Effect5403(BaseEffect): |
nothing calls this directly
no test coverage detected