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

Method handler

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

Source from the content-addressed store, hash-verified

32571
32572 @staticmethod
32573 def handler(fit, container, context, projectionRange, **kwargs):
32574 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles') or mod.charge.requiresSkill('Heavy Assault Missiles'),
32575 'maxVelocity', container.getModifiedItemAttr('subsystemBonusMinmatarOffensive'),
32576 skill='Minmatar Offensive Systems', **kwargs)
32577
32578
32579class Effect6924(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected