(fit, src, context, projectionRange, **kwargs)
| 5916 | |
| 5917 | @staticmethod |
| 5918 | def handler(fit, src, context, projectionRange, **kwargs): |
| 5919 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 5920 | src.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 5921 | |
| 5922 | |
| 5923 | class Effect1996(BaseEffect): |
nothing calls this directly
no test coverage detected