(fit, src, context, projectionRange, **kwargs)
| 25403 | |
| 25404 | @staticmethod |
| 25405 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25406 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25407 | src.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 25408 | |
| 25409 | |
| 25410 | class Effect6301(BaseEffect): |
nothing calls this directly
no test coverage detected