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

Method handler

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

Source from the content-addressed store, hash-verified

3503
3504 @staticmethod
3505 def handler(fit, ship, context, projectionRange, **kwargs):
3506 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'),
3507 'maxRange', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'),
3508 skill='Heavy Assault Cruisers', **kwargs)
3509
3510
3511class Effect1060(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected