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

Method handler

eos/effects.py:28982–28991  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

28980
28981 @staticmethod
28982 def handler(fit, src, context, projectionRange, **kwargs):
28983 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28984 'fighterAbilityMissilesDamageMultiplier',
28985 src.getModifiedItemAttr('shipBonusCarrierG1'), skill='Gallente Carrier', **kwargs)
28986 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28987 'fighterAbilityAttackTurretDamageMultiplier',
28988 src.getModifiedItemAttr('shipBonusCarrierG1'), skill='Gallente Carrier', **kwargs)
28989 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
28990 'fighterAbilityAttackMissileDamageMultiplier',
28991 src.getModifiedItemAttr('shipBonusCarrierG1'), skill='Gallente Carrier', **kwargs)
28992
28993
28994class Effect6602(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected