MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:3789–3801  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

3787
3788 @staticmethod
3789 def handler(fit, module, context, projectionRange, **kwargs):
3790 module.multiplyItemAttr(
3791 'miningAmount',
3792 module.getModifiedChargeAttr('specializationAsteroidYieldMultiplier'),
3793 **kwargs)
3794 module.increaseItemAttr(
3795 'miningWastedVolumeMultiplier',
3796 module.getModifiedChargeAttr('specializationCrystalMiningWastedVolumeMultiplierBonus'),
3797 **kwargs)
3798 module.increaseItemAttr(
3799 'miningWasteProbability',
3800 module.getModifiedChargeAttr('specializationCrystalMiningWasteProbabilityBonus'),
3801 **kwargs)
3802
3803
3804class Effect1212(BaseEffect):

Callers

nothing calls this directly

Calls 3

multiplyItemAttrMethod · 0.80
getModifiedChargeAttrMethod · 0.80
increaseItemAttrMethod · 0.80

Tested by

no test coverage detected