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

Method handler

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

Source from the content-addressed store, hash-verified

37391
37392 @staticmethod
37393 def handler(fit, ship, context, projectionRange, **kwargs):
37394 fit.modules.filteredItemBoost(
37395 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration',
37396 ship.getModifiedItemAttr('shipRoleBonusIceHarvestingDuration'), **kwargs)
37397
37398
37399class Effect8225(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected