(fit, ship, context, projectionRange, **kwargs)
| 2013 | |
| 2014 | @staticmethod |
| 2015 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2016 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 2017 | 'speed', ship.getModifiedItemAttr('shipBonusMB2'), skill='Minmatar Battleship', **kwargs) |
| 2018 | |
| 2019 | |
| 2020 | class Effect607(BaseEffect): |
nothing calls this directly
no test coverage detected