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

Method handler

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

Source from the content-addressed store, hash-verified

39376
39377 @staticmethod
39378 def handler(fit, ship, context, projectionRange, **kwargs):
39379 fit.modules.filteredItemBoost(
39380 lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount',
39381 ship.getModifiedItemAttr('eliteBonusGunship2'), skill='Assault Frigates', **kwargs)
39382
39383
39384class Effect11445(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected