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

Method handler

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

Source from the content-addressed store, hash-verified

40535
40536 @staticmethod
40537 def handler(fit, container, context, projectionRange, **kwargs):
40538 fit.modules.filteredChargeBoost(
40539 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
40540 'emDamage', container.getModifiedItemAttr('shipBonusUH2'),
40541 skill='Upwell Hauler', **kwargs)
40542
40543
40544class Effect12052(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected