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

Method handler

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

Source from the content-addressed store, hash-verified

38378
38379 @staticmethod
38380 def handler(fit, ship, context, projectionRange, **kwargs):
38381 for attr in ('maxRange', 'falloff'):
38382 fit.modules.filteredItemBoost(
38383 lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), attr,
38384 ship.getModifiedItemAttr('roleBonusCBC2'), **kwargs)
38385
38386
38387class Effect11063(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected