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

Method handler

eos/effects.py:22442–22446  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

22440
22441 @staticmethod
22442 def handler(fit, ship, context, projectionRange, **kwargs):
22443 penalties = 'ship' not in context
22444 fit.modules.filteredChargeBoost(
22445 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'explosionDelay',
22446 ship.getModifiedItemAttr('shipBonusRole8'), stackingPenalties=penalties, **kwargs)
22447
22448
22449class Effect5868(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected