(fit, container, context, projectionRange, **kwargs)
| 37093 | |
| 37094 | @staticmethod |
| 37095 | def handler(fit, container, context, projectionRange, **kwargs): |
| 37096 | fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('shipBonusAF'), |
| 37097 | skill='Amarr Frigate', **kwargs) |
| 37098 | |
| 37099 | |
| 37100 | class Effect8132(BaseEffect): |
nothing calls this directly
no test coverage detected