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

Method handler

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

Source from the content-addressed store, hash-verified

36138
36139 @staticmethod
36140 def handler(fit, ship, context, projectionRange, **kwargs):
36141 for type in ('kinetic', 'thermal', 'explosive', 'em'):
36142 fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(),
36143 ship.getModifiedItemAttr('shipBonusUF1'),
36144 skill='EDENCOM Frigate', **kwargs)
36145
36146
36147class Effect8048(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected