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

Method handler

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

Source from the content-addressed store, hash-verified

41606
41607 @staticmethod
41608 def handler(fit, ship, context, projectionRange, **kwargs):
41609 fit.modules.filteredItemBoost(
41610 lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'trackingSpeed',
41611 ship.getModifiedItemAttr('shipBonusPBS2'), skill='Precursor Battleship', **kwargs)
41612
41613
41614class Effect12288(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected