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

Method handler

eos/effects.py:17939–17942  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

17937
17938 @staticmethod
17939 def handler(fit, container, context, projectionRange, **kwargs):
17940 fit.drones.filteredItemIncrease(
17941 lambda drone: drone.item.requiresSkill('Salvage Drone Operation'), 'accessDifficultyBonus',
17942 container.getModifiedItemAttr('accessDifficultyBonus') * container.level, **kwargs)
17943
17944
17945class Effect5180(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected