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

Method handler

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

Source from the content-addressed store, hash-verified

18848
18849 @staticmethod
18850 def handler(fit, src, context, projectionRange, **kwargs):
18851 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'shieldCapacity',
18852 src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs)
18853 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'hp',
18854 src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs)
18855 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'armorHP',
18856 src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs)
18857
18858
18859class Effect5303(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected