(fit, src, context, projectionRange, **kwargs)
| 25438 | |
| 25439 | @staticmethod |
| 25440 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25441 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25442 | src.getModifiedItemAttr('shipBonusAC3'), skill='Amarr Cruiser', **kwargs) |
| 25443 | |
| 25444 | |
| 25445 | class Effect6307(BaseEffect): |
nothing calls this directly
no test coverage detected