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

Method handler

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

Source from the content-addressed store, hash-verified

29074
29075 @staticmethod
29076 def handler(fit, src, context, projectionRange, **kwargs):
29077 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
29078 'fighterAbilityAttackTurretDamageMultiplier',
29079 src.getModifiedItemAttr('shipBonusSupercarrierG1'), skill='Gallente Carrier', **kwargs)
29080 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
29081 'fighterAbilityMissilesDamageMultiplier',
29082 src.getModifiedItemAttr('shipBonusSupercarrierG1'), skill='Gallente Carrier', **kwargs)
29083 fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'),
29084 'fighterAbilityAttackMissileDamageMultiplier',
29085 src.getModifiedItemAttr('shipBonusSupercarrierG1'), skill='Gallente Carrier', **kwargs)
29086
29087
29088class Effect6606(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected