(fit, src, context, projectionRange, **kwargs)
| 25419 | |
| 25420 | @staticmethod |
| 25421 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25422 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25423 | src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 25424 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25425 | src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 25426 | |
| 25427 | |
| 25428 | class Effect6305(BaseEffect): |
nothing calls this directly
no test coverage detected