(fit, module, context, projectionRange, **kwargs)
| 12136 | |
| 12137 | @staticmethod |
| 12138 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12139 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 12140 | 'capacitorNeed', module.getModifiedItemAttr('subsystemBonusGallentePropulsion'), |
| 12141 | skill='Gallente Propulsion Systems', **kwargs) |
| 12142 | |
| 12143 | |
| 12144 | class Effect3893(BaseEffect): |
nothing calls this directly
no test coverage detected