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

Method handler

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

Source from the content-addressed store, hash-verified

37647
37648 @staticmethod
37649 def handler(fit, ship, context, projectionRange, **kwargs):
37650 fit.modules.filteredItemBoost(
37651 lambda mod: mod.item.requiresSkill('Industrial Reconfiguration'), 'consumptionQuantity',
37652 ship.getModifiedItemAttr('industrialCommandBonusFuelConsuptionCompactIndustrialCore'),
37653 skill='Industrial Command Ships', **kwargs)
37654
37655
37656class Effect8264(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected