(fit, src, context, projectionRange, **kwargs)
| 28015 | |
| 28016 | @staticmethod |
| 28017 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28018 | fit.modules.filteredItemBoost( |
| 28019 | lambda mod: mod.item.requiresSkill('Capital Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Shield Emission Systems'), |
| 28020 | 'duration', src.getModifiedItemAttr('shipBonusForceAuxiliaryG1'), skill='Gallente Carrier', **kwargs) |
| 28021 | |
| 28022 | |
| 28023 | class Effect6549(BaseEffect): |
nothing calls this directly
no test coverage detected