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

Method handler

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

Source from the content-addressed store, hash-verified

39514
39515 @staticmethod
39516 def handler(fit, ship, context, projectionRange, **kwargs):
39517 fit.modules.filteredItemBoost(
39518 lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount',
39519 ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs)
39520
39521
39522class Effect11515(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected