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

Method handler

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

Source from the content-addressed store, hash-verified

2600
2601 @staticmethod
2602 def handler(fit, ship, context, projectionRange, **kwargs):
2603 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'),
2604 'speed', ship.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs)
2605
2606
2607class Effect889(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected