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

Method handler

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

Source from the content-addressed store, hash-verified

24673
24674 @staticmethod
24675 def handler(fit, ship, context, projectionRange, **kwargs):
24676 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
24677 'maxVelocity', ship.getModifiedItemAttr('roleBonusCBC'), **kwargs)
24678
24679
24680class Effect6177(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected