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

Method handler

eos/effects.py:38105–38109  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

38103
38104 @staticmethod
38105 def handler(fit, skill, context, projectionRange, **kwargs):
38106 fit.modules.filteredItemBoost(
38107 lambda mod: mod.item.requiresSkill('Shipboard Compression Technology')
38108 or mod.item.requiresSkill('Capital Shipboard Compression Technology'),
38109 'maxRange', skill.getModifiedItemAttr('fleetCompressionLogisticsRangeBonus') * skill.level, **kwargs)
38110
38111
38112class Effect8377(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected