(fit, src, context, projectionRange, **kwargs)
| 13810 | |
| 13811 | @staticmethod |
| 13812 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13813 | groups = ('Missile Launcher Heavy', 'Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault') |
| 13814 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 13815 | 'speed', src.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'), |
| 13816 | skill='Minmatar Offensive Systems', **kwargs) |
| 13817 | |
| 13818 | |
| 13819 | class Effect4264(BaseEffect): |
nothing calls this directly
no test coverage detected