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

Method handler

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

Source from the content-addressed store, hash-verified

13767
13768 @staticmethod
13769 def handler(fit, src, context, projectionRange, **kwargs):
13770 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
13771 'armorHP', src.getModifiedItemAttr('subsystemBonusGallenteOffensive'),
13772 skill='Gallente Offensive Systems', **kwargs)
13773 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
13774 'hp', src.getModifiedItemAttr('subsystemBonusGallenteOffensive'),
13775 skill='Gallente Offensive Systems', **kwargs)
13776 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
13777 'damageMultiplier', src.getModifiedItemAttr('subsystemBonusGallenteOffensive'),
13778 skill='Gallente Offensive Systems', **kwargs)
13779 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
13780 'shieldCapacity', src.getModifiedItemAttr('subsystemBonusGallenteOffensive'),
13781 skill='Gallente Offensive Systems', **kwargs)
13782
13783
13784class Effect4251(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected