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

Method handler

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

Source from the content-addressed store, hash-verified

21482
21483 @staticmethod
21484 def handler(fit, ship, context, projectionRange, **kwargs):
21485 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
21486 for damageType in damageTypes:
21487 fit.ship.boostItemAttr('shield{0}DamageResonance'.format(damageType),
21488 ship.getModifiedItemAttr('eliteBonusInterceptor2'), skill='Interceptors', **kwargs)
21489
21490
21491class Effect5673(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected