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

Method handler

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

Source from the content-addressed store, hash-verified

35545
35546 @staticmethod
35547 def handler(fit, ship, context, projectionRange, **kwargs):
35548 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'),
35549 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC2'),
35550 skill='Gallente Cruiser', **kwargs)
35551
35552
35553class Effect7231(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected