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

Method handler

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

Source from the content-addressed store, hash-verified

20356
20357 @staticmethod
20358 def handler(fit, container, context, projectionRange, **kwargs):
20359 level = container.level if 'skill' in context else 1
20360 fit.modules.filteredItemIncrease(
20361 lambda mod: (mod.item.requiresSkill('Hacking') or mod.item.requiresSkill('Archaeology')),
20362 'virusStrength', container.getModifiedItemAttr('virusStrengthBonus') * level, **kwargs)
20363
20364
20365class Effect5461(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected