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

Method handler

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

Source from the content-addressed store, hash-verified

3605
3606 @staticmethod
3607 def handler(fit, ship, context, projectionRange, **kwargs):
3608 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
3609 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'),
3610 skill='Heavy Assault Cruisers', **kwargs)
3611
3612
3613class Effect1099(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected