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

Method handler

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

Source from the content-addressed store, hash-verified

42229
42230 @staticmethod
42231 def handler(fit, src, context, projectionRange, **kwargs):
42232 for sensorType in ('Radar', 'Magnetometric', 'Ladar', 'Gravimetric'):
42233 fit.fighters.filteredItemBoost(
42234 lambda mod: mod.item.requiresSkill('Support Fighters'), f'fighterAbilityECMStrength{sensorType}',
42235 src.getModifiedItemAttr('shipBonusCarrierC5'), skill='Caldari Carrier', **kwargs)
42236
42237
42238class Effect12594(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected