(fit, src, context, projectionRange, **kwargs)
| 30059 | |
| 30060 | @staticmethod |
| 30061 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30062 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'shieldCapacity', |
| 30063 | src.getModifiedItemAttr('shipBonusCarrierG3'), skill='Gallente Carrier', **kwargs) |
| 30064 | |
| 30065 | |
| 30066 | class Effect6663(BaseEffect): |
nothing calls this directly
no test coverage detected