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

Method handler

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

Source from the content-addressed store, hash-verified

7436
7437 @staticmethod
7438 def handler(fit, ship, context, projectionRange, **kwargs):
7439 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'),
7440 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusGunship1'),
7441 skill='Assault Frigates', **kwargs)
7442
7443
7444class Effect2644(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected