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

Method handler

eos/effects.py:36158–36161  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

36156
36157 @staticmethod
36158 def handler(fit, ship, context, projectionRange, **kwargs):
36159 fit.modules.filteredItemBoost(
36160 lambda mod: mod.item.requiresSkill('Small Vorton Projector'), 'damageMultiplier',
36161 ship.getModifiedItemAttr('shipBonusUF2'), skill='EDENCOM Frigate', **kwargs)
36162
36163
36164class Effect8052(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected