(fit, src, context, projectionRange, **kwargs)
| 14085 | |
| 14086 | @staticmethod |
| 14087 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14088 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems') or mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 14089 | 'capacitorNeed', src.getModifiedItemAttr('subsystemBonusMinmatarOffensive2'), |
| 14090 | skill='Minmatar Offensive Systems', **kwargs) |
| 14091 | |
| 14092 | |
| 14093 | class Effect4292(BaseEffect): |
nothing calls this directly
no test coverage detected