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

Method handler

eos/effects.py:31343–31348  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

31341
31342 @staticmethod
31343 def handler(fit, src, context, projectionRange, **kwargs):
31344 lvl = src.level
31345 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting Drone Specialization'), 'duration',
31346 src.getModifiedItemAttr('rofBonus') * lvl, **kwargs)
31347 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting Drone Specialization'),
31348 'maxVelocity', src.getModifiedItemAttr('maxVelocityBonus') * lvl, **kwargs)
31349
31350
31351class Effect6765(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected