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

Method handler

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

Source from the content-addressed store, hash-verified

38396
38397 @staticmethod
38398 def handler(fit, ship, context, projectionRange, **kwargs):
38399 fit.modules.filteredItemBoost(
38400 lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'damageMultiplier',
38401 ship.getModifiedItemAttr('shipBonusABC3'), skill='Amarr Battlecruiser', **kwargs)
38402
38403
38404class Effect11064(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected