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

Method handler

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

Source from the content-addressed store, hash-verified

21096
21097 @staticmethod
21098 def handler(fit, ship, context, projectionRange, **kwargs):
21099 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'),
21100 'maxRange', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs)
21101
21102
21103class Effect5611(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected