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

Method handler

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

Source from the content-addressed store, hash-verified

36382
36383 @staticmethod
36384 def handler(fit, ship, context, projectionRange, **kwargs):
36385 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
36386 for damageType in damageTypes:
36387 fit.ship.boostItemAttr(f'armor{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusGBC2'),
36388 skill='Gallente Battlecruiser', **kwargs)
36389
36390
36391class Effect8073(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected