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

Method handler

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

Source from the content-addressed store, hash-verified

15652
15653 @staticmethod
15654 def handler(fit, ship, context, projectionRange, **kwargs):
15655 damageTypes = ('em', 'explosive', 'kinetic', 'thermal')
15656 for damageType in damageTypes:
15657 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
15658 '{0}Damage'.format(damageType), ship.getModifiedItemAttr('shipBonusAC'),
15659 skill='Amarr Cruiser', **kwargs)
15660
15661
15662class Effect4645(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected