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

Method handler

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

Source from the content-addressed store, hash-verified

4348
4349 @staticmethod
4350 def handler(fit, ship, context, projectionRange, **kwargs):
4351 for sensorType in ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar'):
4352 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Electronic Warfare'),
4353 'scan{0}StrengthBonus'.format(sensorType),
4354 ship.getModifiedItemAttr('shipBonusCB'),
4355 skill='Caldari Battleship', **kwargs)
4356
4357
4358class Effect1441(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected