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

Method handler

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

Source from the content-addressed store, hash-verified

41708
41709 @staticmethod
41710 def handler(fit, ship, context, projectionRange, **kwargs):
41711 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
41712 for damageType in damageTypes:
41713 fit.ship.boostItemAttr(
41714 f'armor{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusABC1'),
41715 skill='Amarr Battlecruiser', **kwargs)
41716
41717
41718class Effect12530(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected