(fit, ship, context, projectionRange, **kwargs)
| 20122 | |
| 20123 | @staticmethod |
| 20124 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20125 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 20126 | 'speed', ship.getModifiedItemAttr('shipBonusGB'), skill='Gallente Battleship', **kwargs) |
| 20127 | |
| 20128 | |
| 20129 | class Effect5427(BaseEffect): |
nothing calls this directly
no test coverage detected