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

Method handler

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

Source from the content-addressed store, hash-verified

36700
36701 @staticmethod
36702 def handler(fit, ship, context, projectionRange, **kwargs):
36703 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'),
36704 'capacitorNeed', ship.getModifiedItemAttr('shipBonusAB2'),
36705 skill='Amarr Battleship', **kwargs)
36706
36707
36708class Effect8108(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected