(fit, src, context, projectionRange, **kwargs)
| 28431 | |
| 28432 | @staticmethod |
| 28433 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28434 | lvl = src.level |
| 28435 | fit.ship.boostItemAttr('fighterCapacity', src.getModifiedItemAttr('skillBonusFighterHangarSize') * lvl, **kwargs) |
| 28436 | |
| 28437 | |
| 28438 | class Effect6571(BaseEffect): |
nothing calls this directly
no test coverage detected