(fit, ship, context, projectionRange, **kwargs)
| 18609 | |
| 18610 | @staticmethod |
| 18611 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18612 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Cloaking Device', |
| 18613 | 'cpu', ship.getModifiedItemAttr('eliteBonusReconShip1'), skill='Recon Ships', **kwargs) |
| 18614 | |
| 18615 | |
| 18616 | class Effect5260(BaseEffect): |
nothing calls this directly
no test coverage detected