(fit, src, context, projectionRange, **kwargs)
| 31082 | |
| 31083 | @staticmethod |
| 31084 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31085 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Cloaking'), 'cpu', |
| 31086 | src.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 31087 | |
| 31088 | |
| 31089 | class Effect6727(BaseEffect): |
nothing calls this directly
no test coverage detected