(fit, src, context, projectionRange, **kwargs)
| 42346 | |
| 42347 | @staticmethod |
| 42348 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42349 | fit.modules.filteredItemBoost( |
| 42350 | lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 42351 | src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 42352 | |
| 42353 | |
| 42354 | class Effect12753(BaseEffect): |
nothing calls this directly
no test coverage detected