(fit, ship, context, projectionRange, **kwargs)
| 36536 | |
| 36537 | @staticmethod |
| 36538 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36539 | fit.ship.boostItemAttr('shieldCapacity', ship.getModifiedItemAttr('eliteBonusInterdictors1'), |
| 36540 | skill='Interdictors', **kwargs) |
| 36541 | |
| 36542 | |
| 36543 | class Effect8098(BaseEffect): |
nothing calls this directly
no test coverage detected