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

Method handler

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

Source from the content-addressed store, hash-verified

38747
38748 @staticmethod
38749 def handler(fit, ship, context, projectionRange, **kwargs):
38750 fit.modules.filteredItemBoost(
38751 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'maxRange',
38752 ship.getModifiedItemAttr('shipBonusNavyDestroyerCaldari2'), skill='Caldari Destroyer', **kwargs)
38753
38754
38755class Effect11393(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected