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

Method handler

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

Source from the content-addressed store, hash-verified

32605
32606 @staticmethod
32607 def handler(fit, src, context, projectionRange, **kwargs):
32608 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
32609 'maxVelocity', src.getModifiedItemAttr('subsystemBonusGallenteOffensive2'),
32610 skill='Gallente Offensive Systems', **kwargs)
32611 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
32612 'trackingSpeed', src.getModifiedItemAttr('subsystemBonusGallenteOffensive2'),
32613 skill='Gallente Offensive Systems', **kwargs)
32614
32615
32616class Effect6926(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected