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

Method handler

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

Source from the content-addressed store, hash-verified

38357
38358 @staticmethod
38359 def handler(fit, ship, context, projectionRange, **kwargs):
38360 fit.drones.filteredItemBoost(
38361 lambda drone: drone.item.requiresSkill('Drones'), 'speedFactor',
38362 ship.getModifiedItemAttr('shipBonusGBC3'), skill='Gallente Battlecruiser', **kwargs)
38363 for attr in ('shieldCapacity', 'armorHP', 'hp'):
38364 fit.drones.filteredItemBoost(
38365 lambda drone: drone.item.requiresSkill('Propulsion Jamming'), attr,
38366 ship.getModifiedItemAttr('shipBonusGBC3'), skill='Gallente Battlecruiser', **kwargs)
38367
38368
38369class Effect11061(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected