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

Method handler

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

Source from the content-addressed store, hash-verified

40678
40679 @staticmethod
40680 def handler(fit, container, context, projectionRange, **kwargs):
40681 fit.modules.filteredChargeBoost(
40682 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
40683 'kineticDamage', container.getModifiedItemAttr('shipBonusUFreighter2'),
40684 skill='Upwell Freighter', **kwargs)
40685
40686
40687class Effect12063(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected