(fit, beacon, context, projectionRange, **kwargs)
| 13370 | |
| 13371 | @staticmethod |
| 13372 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13373 | fit.ship.boostItemAttr('shieldKineticDamageResonance', |
| 13374 | beacon.getModifiedItemAttr('shieldKineticDamageResistanceBonus'), |
| 13375 | stackingPenalties=True, **kwargs) |
| 13376 | |
| 13377 | |
| 13378 | class Effect4138(BaseEffect): |
nothing calls this directly
no test coverage detected