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

Method handler

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

Source from the content-addressed store, hash-verified

40624
40625 @staticmethod
40626 def handler(fit, container, context, projectionRange, **kwargs):
40627 fit.modules.filteredChargeBoost(
40628 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
40629 'emDamage', container.getModifiedItemAttr('shipBonusUFreighter2'),
40630 skill='Upwell Freighter', **kwargs)
40631
40632
40633class Effect12060(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected