(fit, src, context, projectionRange, **kwargs)
| 13314 | |
| 13315 | @staticmethod |
| 13316 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13317 | groups = ('Missile Launcher Heavy', 'Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault') |
| 13318 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 13319 | 'speed', src.getModifiedItemAttr('subsystemBonusCaldariOffensive'), skill='Caldari Offensive Systems', **kwargs) |
| 13320 | |
| 13321 | |
| 13322 | class Effect4135(BaseEffect): |
nothing calls this directly
no test coverage detected