(fit, src, context, projectionRange, **kwargs)
| 14069 | |
| 14070 | @staticmethod |
| 14071 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14072 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 14073 | src.getModifiedItemAttr('subsystemBonusGallenteOffensive2'), skill='Gallente Offensive Systems', **kwargs) |
| 14074 | |
| 14075 | |
| 14076 | class Effect4290(BaseEffect): |
nothing calls this directly
no test coverage detected