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

Method handler

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

Source from the content-addressed store, hash-verified

36365
36366 @staticmethod
36367 def handler(fit, ship, context, projectionRange, **kwargs):
36368 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
36369 'maxRange', ship.getModifiedItemAttr('eliteBonusCommandShips1'),
36370 skill='Command Ships', **kwargs)
36371
36372
36373class Effect8072(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected