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

Method handler

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

Source from the content-addressed store, hash-verified

40972
40973 @staticmethod
40974 def handler(fit, ship, context, projectionRange, **kwargs):
40975 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
40976 fit.ship.boostItemAttr(
40977 'shield{}DamageResonance'.format(dmgType.capitalize()),
40978 ship.getModifiedItemAttr('shipBonusCB3'),
40979 skill='Caldari Battleship', **kwargs)
40980
40981
40982class Effect12185(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected