(fit, ship, context, projectionRange, **kwargs)
| 15130 | |
| 15131 | @staticmethod |
| 15132 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15133 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 15134 | 'speedFactor', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 15135 | |
| 15136 | |
| 15137 | class Effect4512(BaseEffect): |
nothing calls this directly
no test coverage detected