(fit, ship, context, projectionRange, **kwargs)
| 23115 | |
| 23116 | @staticmethod |
| 23117 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23118 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rocket', |
| 23119 | 'speed', ship.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 23120 | |
| 23121 | |
| 23122 | class Effect5944(BaseEffect): |
nothing calls this directly
no test coverage detected