(fit, ship, context, projectionRange, **kwargs)
| 16984 | |
| 16985 | @staticmethod |
| 16986 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16987 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('rookieShieldResistBonus'), **kwargs) |
| 16988 | |
| 16989 | |
| 16990 | class Effect5011(BaseEffect): |
nothing calls this directly
no test coverage detected