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

Method handler

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

Source from the content-addressed store, hash-verified

39411
39412 @staticmethod
39413 def handler(fit, src, context, projectionRange, **kwargs):
39414 fit.modules.filteredItemBoost(
39415 lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'damageMultiplier',
39416 src.getModifiedItemAttr('shipBonusDreadnoughtG4'), skill='Gallente Dreadnought', **kwargs)
39417
39418
39419class Effect11450(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected