(fit, src, context, projectionRange, **kwargs)
| 32035 | |
| 32036 | @staticmethod |
| 32037 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32038 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'cpu', src.getModifiedItemAttr('shipBonusRole4'), **kwargs) |
| 32039 | |
| 32040 | |
| 32041 | class Effect6860(BaseEffect): |
nothing calls this directly
no test coverage detected