(fit, src, context, projectionRange, **kwargs)
| 25337 | |
| 25338 | @staticmethod |
| 25339 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25340 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25341 | src.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 25342 | |
| 25343 | |
| 25344 | class Effect6291(BaseEffect): |
nothing calls this directly
no test coverage detected