(fit, ship, context, projectionRange, **kwargs)
| 7233 | |
| 7234 | @staticmethod |
| 7235 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7236 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 7237 | 'falloffEffectiveness', ship.getModifiedItemAttr('shipBonusGC2'), |
| 7238 | skill='Gallente Cruiser', **kwargs) |
| 7239 | |
| 7240 | |
| 7241 | class Effect2491(BaseEffect): |
nothing calls this directly
no test coverage detected