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

Method handler

eos/effects.py:30226–30231  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

30224
30225 @staticmethod
30226 def handler(fit, src, context, projectionRange, **kwargs):
30227 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'maxVelocity',
30228 src.getModifiedItemAttr('droneMaxVelocityBonus'), stackingPenalties=True, **kwargs)
30229 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'maxVelocity',
30230 src.getModifiedItemAttr('droneMaxVelocityBonus'), stackingPenalties=True, **kwargs)
30231 fit.ship.boostItemAttr('cpuOutput', src.getModifiedItemAttr('drawback'), **kwargs)
30232
30233
30234class Effect6672(BaseEffect):

Callers

nothing calls this directly

Calls 4

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected