(fit, src, context, projectionRange, **kwargs)
| 32771 | |
| 32772 | @staticmethod |
| 32773 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32774 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Energy Nosferatu', 'Energy Neutralizer'), 'overloadSelfDurationBonus', |
| 32775 | src.getModifiedItemAttr('subsystemBonusAmarrCore3'), skill='Amarr Core Systems', **kwargs) |
| 32776 | |
| 32777 | |
| 32778 | class Effect6936(BaseEffect): |
nothing calls this directly
no test coverage detected