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

Method handler

eos/effects.py:35335–35338  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35333
35334 @staticmethod
35335 def handler(fit, beacon, context, projectionRange, **kwargs):
35336 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
35337 'maxVelocity', beacon.getModifiedItemAttr('droneMaxVelocityBonus'),
35338 stackingPenalties=True, **kwargs)
35339
35340
35341class Effect7203(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected