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

Method handler

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

Source from the content-addressed store, hash-verified

24689
24690 @staticmethod
24691 def handler(fit, ship, context, projectionRange, **kwargs):
24692 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'),
24693 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCBC2'),
24694 skill='Caldari Battlecruiser', **kwargs)
24695
24696
24697class Effect6178(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected