MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:37286–37291  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

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
37294class Effect8158(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected