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

Method handler

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

Source from the content-addressed store, hash-verified

40660
40661 @staticmethod
40662 def handler(fit, container, context, projectionRange, **kwargs):
40663 fit.modules.filteredChargeBoost(
40664 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
40665 'explosiveDamage', container.getModifiedItemAttr('shipBonusUFreighter2'),
40666 skill='Upwell Freighter', **kwargs)
40667
40668
40669class Effect12062(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected