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

Method handler

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

Source from the content-addressed store, hash-verified

35352
35353 @staticmethod
35354 def handler(fit, beacon, context, projectionRange, **kwargs):
35355 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
35356 'damageMultiplier', beacon.getModifiedItemAttr('droneDamageBonus'),
35357 stackingPenalties=True, **kwargs)
35358
35359
35360class Effect7204(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected