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

Method handler

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

Source from the content-addressed store, hash-verified

40874
40875 @staticmethod
40876 def handler(fit, ship, context, projectionRange, **kwargs):
40877 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
40878 fit.ship.boostItemAttr(
40879 'shield{}DamageResonance'.format(dmgType.capitalize()),
40880 ship.getModifiedItemAttr('shipBonusCC3'),
40881 skill='Caldari Cruiser', **kwargs)
40882
40883
40884class Effect12179(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected