(fit, ship, context, projectionRange, **kwargs)
| 15045 | |
| 15046 | @staticmethod |
| 15047 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15048 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 15049 | 'speedFactor', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 15050 | |
| 15051 | |
| 15052 | class Effect4489(BaseEffect): |
nothing calls this directly
no test coverage detected