(fit, src, context, projectionRange, **kwargs)
| 25268 | |
| 25269 | @staticmethod |
| 25270 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25271 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25272 | src.getModifiedItemAttr('eliteBonusElectronicAttackShip1'), |
| 25273 | skill='Electronic Attack Ships', **kwargs) |
| 25274 | |
| 25275 | |
| 25276 | class Effect6278(BaseEffect): |
nothing calls this directly
no test coverage detected