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

Method handler

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

Source from the content-addressed store, hash-verified

23320
23321 @staticmethod
23322 def handler(fit, ship, context, projectionRange, **kwargs):
23323 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
23324 'damageMultiplier', ship.getModifiedItemAttr('shipBonusTacticalDestroyerAmarr1'),
23325 skill='Amarr Tactical Destroyer', **kwargs)
23326
23327
23328class Effect6007(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected