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

Method handler

eos/effects.py:40573–40577  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40571
40572 @staticmethod
40573 def handler(fit, container, context, projectionRange, **kwargs):
40574 fit.modules.filteredChargeBoost(
40575 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
40576 'explosiveDamage', container.getModifiedItemAttr('shipBonusUH2'),
40577 skill='Upwell Hauler', **kwargs)
40578
40579
40580class Effect12054(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected