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

Method handler

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

Source from the content-addressed store, hash-verified

36329
36330 @staticmethod
36331 def handler(fit, ship, context, projectionRange, **kwargs):
36332 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
36333 for damageType in damageTypes:
36334 fit.ship.boostItemAttr(f'shield{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusMBC1'),
36335 skill='Minmatar Battlecruiser', **kwargs)
36336
36337
36338class Effect8070(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected