(fit, container, context, projectionRange, **kwargs)
| 37077 | |
| 37078 | @staticmethod |
| 37079 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37080 | fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('shipBonusGF2'), |
| 37081 | skill='Gallente Frigate', **kwargs) |
| 37082 | |
| 37083 | |
| 37084 | class Effect8131(BaseEffect): |
nothing calls this directly
no test coverage detected