(fit, ship, context, projectionRange, **kwargs)
| 7216 | |
| 7217 | @staticmethod |
| 7218 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7219 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 7220 | 'falloffEffectiveness', ship.getModifiedItemAttr('shipBonusMC'), |
| 7221 | skill='Minmatar Cruiser', **kwargs) |
| 7222 | |
| 7223 | |
| 7224 | class Effect2490(BaseEffect): |
nothing calls this directly
no test coverage detected