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

Method handler

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

Source from the content-addressed store, hash-verified

41176
41177 @staticmethod
41178 def handler(fit, ship, context, projectionRange, **kwargs):
41179 for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'):
41180 fit.drones.filteredItemBoost(
41181 lambda drone: drone.item.requiresSkill('Light Drone Operation'),
41182 attr, ship.getModifiedItemAttr('ATfrigDroneBonus'), **kwargs)
41183
41184
41185class Effect12213(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected