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

Method handler

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

Source from the content-addressed store, hash-verified

42790
42791 @staticmethod
42792 def handler(fit, ship, context, projectionRange, **kwargs):
42793 fit.drones.filteredItemBoost(
42794 lambda drone: drone.item.requiresSkill('Drones'), 'speedFactor',
42795 ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
42796 for attr in ('shieldCapacity', 'armorHP', 'hp'):
42797 fit.drones.filteredItemBoost(
42798 lambda drone: drone.item.requiresSkill('Propulsion Jamming'), attr,
42799 ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
42800
42801
42802class Effect12811(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected