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

Method handler

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

Source from the content-addressed store, hash-verified

41974
41975 @staticmethod
41976 def handler(fit, container, context, projectionRange, **kwargs):
41977 fit.drones.filteredItemIncrease(
41978 lambda drone: drone.item.requiresSkill('Salvage Drone Operation'), 'accessDifficultyBonus',
41979 container.getModifiedItemAttr('oreExecutiveRoleBonusSalvageDroneAdditionalAccessDifficulty'), **kwargs)
41980
41981
41982class Effect12563(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected