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

Method handler

eos/effects.py:39294–39297  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39292
39293 @staticmethod
39294 def handler(fit, container, context, projectionRange, **kwargs):
39295 fit.drones.filteredItemBoost(
39296 lambda drone: drone.item.requiresSkill('Drones'), 'damageMultiplier',
39297 container.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs)
39298
39299
39300class Effect11428(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected