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

Method handler

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

Source from the content-addressed store, hash-verified

38413
38414 @staticmethod
38415 def handler(fit, ship, context, projectionRange, **kwargs):
38416 fit.modules.filteredItemBoost(
38417 lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'maxRange',
38418 ship.getModifiedItemAttr('shipBonusABC1'), skill='Amarr Battlecruiser', **kwargs)
38419
38420
38421class Effect11065(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected