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

Method handler

eos/effects.py:39793–39796  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39791
39792 @staticmethod
39793 def handler(fit, ship, context, projectionRange, **kwargs):
39794 fit.modules.filteredItemBoost(
39795 lambda module: module.item.requiresSkill('Disruptive Lance Operation'), 'maxRange',
39796 ship.getModifiedItemAttr('shipBonusAdvancedDreadnought2'), skill='Lancer Dreadnoughts', **kwargs)
39797
39798
39799class Effect11702(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected