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

Method handler

eos/effects.py:38630–38633  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

38628
38629 @staticmethod
38630 def handler(fit, src, context, projectionRange, **kwargs):
38631 fit.modules.filteredItemBoost(
38632 lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'armorDamageAmount',
38633 src.getModifiedItemAttr('shipBonusDreadnoughtG1'), skill='Gallente Dreadnought', **kwargs)
38634
38635
38636class Effect11381(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected