(fit, src, context, projectionRange, **kwargs)
| 25285 | |
| 25286 | @staticmethod |
| 25287 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25288 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25289 | src.getModifiedItemAttr('eliteBonusElectronicAttackShip3'), |
| 25290 | skill='Electronic Attack Ships', **kwargs) |
| 25291 | |
| 25292 | |
| 25293 | class Effect6281(BaseEffect): |
nothing calls this directly
no test coverage detected