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

Method handler

eos/effects.py:19018–19024  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

19016
19017 @staticmethod
19018 def handler(fit, src, context, projectionRange, **kwargs):
19019 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'shieldCapacity',
19020 src.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
19021 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'armorHP',
19022 src.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
19023 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'hp',
19024 src.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
19025
19026
19027class Effect5317(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected