(fit, ship, context, projectionRange, **kwargs)
| 2600 | |
| 2601 | @staticmethod |
| 2602 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2603 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 2604 | 'speed', ship.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 2605 | |
| 2606 | |
| 2607 | class Effect889(BaseEffect): |
nothing calls this directly
no test coverage detected