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

Method handler

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

Source from the content-addressed store, hash-verified

41367
41368 @staticmethod
41369 def handler(fit, ship, context, projectionRange, **kwargs):
41370 fit.drones.filteredItemBoost(
41371 lambda drone: (
41372 drone.item.requiresSkill('Light Drone Operation')
41373 or drone.item.requiresSkill('Medium Drone Operation')
41374 or drone.item.requiresSkill('Heavy Drone Operation')),
41375 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGBC1'),
41376 skill='Gallente Battlecruiser', **kwargs)
41377
41378
41379class Effect12250(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected