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

Method handler

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

Source from the content-addressed store, hash-verified

41211
41212 @staticmethod
41213 def handler(fit, ship, context, projectionRange, **kwargs):
41214 for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'):
41215 fit.drones.filteredItemBoost(
41216 lambda drone: drone.item.requiresSkill('Medium Drone Operation'),
41217 attr, ship.getModifiedItemAttr('ATcruiserDroneBonus'), **kwargs)
41218
41219
41220class Effect12217(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected