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

Method handler

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

Source from the content-addressed store, hash-verified

35718
35719 @staticmethod
35720 def handler(fit, ship, context, projectionRange, **kwargs):
35721 fit.modules.filteredChargeBoost(lambda mod: (mod.charge.requiresSkill('Heavy Missiles') or
35722 mod.charge.requiresSkill('Heavy Assault Missiles')),
35723 'aoeVelocity', ship.getModifiedItemAttr('shipBonusMC'),
35724 skill='Minmatar Cruiser', **kwargs)
35725
35726
35727class Effect7248(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected