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

Method handler

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

Source from the content-addressed store, hash-verified

36173
36174 @staticmethod
36175 def handler(fit, ship, context, projectionRange, **kwargs):
36176 for type in ('kinetic', 'thermal', 'explosive', 'em'):
36177 fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(),
36178 ship.getModifiedItemAttr('shipBonusUC2'),
36179 skill='EDENCOM Cruiser', **kwargs)
36180
36181
36182class Effect8053(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected