(fit, src, context, projectionRange, **kwargs)
| 25134 | |
| 25135 | @staticmethod |
| 25136 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25137 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25138 | src.getModifiedItemAttr('shipBonusAD2'), skill='Amarr Destroyer', **kwargs) |
| 25139 | |
| 25140 | |
| 25141 | class Effect6246(BaseEffect): |
nothing calls this directly
no test coverage detected