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

Method handler

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

Source from the content-addressed store, hash-verified

26064
26065 @staticmethod
26066 def handler(fit, src, context, projectionRange, **kwargs):
26067 for attrName in (
26068 'trackingSpeedBonus', 'explosionDelayBonus', 'maxRangeBonus', 'falloffBonus',
26069 'missileVelocityBonus', 'aoeVelocityBonus', 'aoeCloudSizeBonus'
26070 ):
26071 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), attrName,
26072 src.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs)
26073
26074
26075class Effect6357(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected