(fit, src, context, projectionRange, **kwargs)
| 31034 | |
| 31035 | @staticmethod |
| 31036 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31037 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Cloaking'), 'cpu', |
| 31038 | src.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 31039 | |
| 31040 | |
| 31041 | class Effect6724(BaseEffect): |
nothing calls this directly
no test coverage detected