(fit, ship, context, projectionRange, **kwargs)
| 37284 | |
| 37285 | @staticmethod |
| 37286 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37287 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 37288 | for damageType in damageTypes: |
| 37289 | fit.ship.boostItemAttr( |
| 37290 | 'shield{0}DamageResonance'.format(damageType), ship.getModifiedItemAttr('eliteBonusBlackOps2'), |
| 37291 | skill='Black Ops', **kwargs) |
| 37292 | |
| 37293 | |
| 37294 | class Effect8158(BaseEffect): |
nothing calls this directly
no test coverage detected