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

Method handler

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

Source from the content-addressed store, hash-verified

36191
36192 @staticmethod
36193 def handler(fit, ship, context, projectionRange, **kwargs):
36194 fit.modules.filteredItemBoost(
36195 lambda mod: mod.item.requiresSkill('Medium Vorton Projector'), 'maxRange',
36196 ship.getModifiedItemAttr('shipBonusUC1'), skill='EDENCOM Cruiser', **kwargs)
36197
36198
36199class Effect8054(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected