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

Method handler

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

Source from the content-addressed store, hash-verified

37230
37231 @staticmethod
37232 def handler(fit, ship, context, projectionRange, **kwargs):
37233 fit.drones.filteredItemBoost(
37234 lambda drone: drone.item.requiresSkill('Drones'), 'maxRange',
37235 ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
37236 fit.drones.filteredItemBoost(
37237 lambda drone: drone.item.requiresSkill('Drones'), 'trackingSpeed',
37238 ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
37239
37240
37241class Effect8155(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected