(fit, ship, context, projectionRange, **kwargs)
| 23131 | |
| 23132 | @staticmethod |
| 23133 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23134 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 23135 | 'speed', ship.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 23136 | |
| 23137 | |
| 23138 | class Effect5945(BaseEffect): |
nothing calls this directly
no test coverage detected