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

Method handler

eos/effects.py:35670–35673  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35668
35669 @staticmethod
35670 def handler(fit, src, context, projectionRange, **kwargs):
35671 for type in ('Em', 'Explosive', 'Kinetic', 'Thermal'):
35672 fit.ship.boostItemAttr('armor{0}DamageResonance'.format(type), src.getModifiedItemAttr('shipBonusDreadnoughtPC2'),
35673 skill='Precursor Dreadnought', **kwargs)
35674
35675
35676class Effect7240(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected