(fit, ship, context, projectionRange, **kwargs)
| 39462 | |
| 39463 | @staticmethod |
| 39464 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39465 | fit.modules.filteredItemBoost( |
| 39466 | lambda mod: mod.item.group.name == 'Stasis Grappler', 'falloffEffectiveness', |
| 39467 | ship.getModifiedItemAttr('shipBonusDreadnoughtM4'), skill='Minmatar Dreadnought', **kwargs) |
| 39468 | |
| 39469 | |
| 39470 | class Effect11512(BaseEffect): |
nothing calls this directly
no test coverage detected