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

Method handler

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

Source from the content-addressed store, hash-verified

20709
20710 @staticmethod
20711 def handler(fit, ship, context, projectionRange, **kwargs):
20712 damageTypes = ('em', 'explosive', 'kinetic', 'thermal')
20713 for damageType in damageTypes:
20714 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
20715 '{0}Damage'.format(damageType),
20716 ship.getModifiedItemAttr('eliteBonusCommandShips2'), skill='Command Ships', **kwargs)
20717
20718
20719class Effect5539(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected