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

Method handler

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

Source from the content-addressed store, hash-verified

22093
22094 @staticmethod
22095 def handler(fit, ship, context, projectionRange, **kwargs):
22096 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'),
22097 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs)
22098
22099
22100class Effect5817(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected