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

Method handler

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

Source from the content-addressed store, hash-verified

42557
42558 @staticmethod
42559 def handler(fit, ship, context, projectionRange, **kwargs):
42560 fit.modules.filteredItemBoost(
42561 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'miningCritChance',
42562 ship.getModifiedItemAttr('shipBonusOreDestroyer1'), skill='Mining Destroyer', **kwargs)
42563
42564
42565class Effect12773(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected