(fit, ship, context, projectionRange, **kwargs)
| 16332 | |
| 16333 | @staticmethod |
| 16334 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16335 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 16336 | 'speed', ship.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 16337 | |
| 16338 | |
| 16339 | class Effect4902(BaseEffect): |
nothing calls this directly
no test coverage detected