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

Method handler

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

Source from the content-addressed store, hash-verified

26459
26460 @staticmethod
26461 def handler(fit, src, context, projectionRange, **kwargs):
26462 for attrName in (
26463 'missileVelocityBonus', 'aoeVelocityBonus', 'maxRangeBonus', 'explosionDelayBonus',
26464 'aoeCloudSizeBonus', 'trackingSpeedBonus', 'falloffBonus'
26465 ):
26466 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), attrName,
26467 src.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs)
26468
26469
26470class Effect6396(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected