(fit, src, context, projectionRange, **kwargs)
| 33386 | |
| 33387 | @staticmethod |
| 33388 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33389 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Shield Emission Systems'), 'shieldBonus', |
| 33390 | src.getModifiedItemAttr('shipBonusForceAuxiliaryG1'), skill='Gallente Carrier', **kwargs) |
| 33391 | |
| 33392 | |
| 33393 | class Effect6987(BaseEffect): |
nothing calls this directly
no test coverage detected