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

Method handler

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

Source from the content-addressed store, hash-verified

9947
9948 @staticmethod
9949 def handler(fit, ship, context, projectionRange, **kwargs):
9950 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Industrial Reconfiguration'),
9951 'consumptionQuantity', ship.getModifiedItemAttr('shipBonusORECapital1'),
9952 skill='Capital Industrial Ships', **kwargs)
9953
9954
9955class Effect3297(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected