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

Method handler

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

Source from the content-addressed store, hash-verified

10815
10816 @staticmethod
10817 def handler(fit, skill, context, projectionRange, **kwargs):
10818 fit.ship.boostItemAttr('jumpDriveConsumptionAmount',
10819 skill.getModifiedItemAttr('consumptionQuantityBonusPercentage') * skill.level, **kwargs)
10820
10821
10822class Effect3561(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected