(fit, src, context, projectionRange, **kwargs)
| 14283 | |
| 14284 | @staticmethod |
| 14285 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14286 | groups = ('Missile Launcher Heavy', 'Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault') |
| 14287 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 14288 | 'speed', src.getModifiedItemAttr('subsystemBonusAmarrOffensive'), skill='Amarr Offensive Systems', **kwargs) |
| 14289 | |
| 14290 | |
| 14291 | class Effect4362(BaseEffect): |
nothing calls this directly
no test coverage detected