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

Method handler

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

Source from the content-addressed store, hash-verified

29149
29150 @staticmethod
29151 def handler(fit, src, context, projectionRange, **kwargs):
29152 fit.modules.filteredItemBoost(
29153 lambda mod: mod.item.requiresSkill('Shield Command') or mod.item.requiresSkill('Information Command'),
29154 'buffDuration', src.getModifiedItemAttr('shipBonusSupercarrierC5'), skill='Caldari Carrier', **kwargs)
29155 fit.modules.filteredItemBoost(
29156 lambda mod: mod.item.requiresSkill('Shield Command') or mod.item.requiresSkill('Information Command'),
29157 'warfareBuff2Value', src.getModifiedItemAttr('shipBonusSupercarrierC5'), skill='Caldari Carrier', **kwargs)
29158 fit.modules.filteredItemBoost(
29159 lambda mod: mod.item.requiresSkill('Shield Command') or mod.item.requiresSkill('Information Command'),
29160 'warfareBuff1Value', src.getModifiedItemAttr('shipBonusSupercarrierC5'), skill='Caldari Carrier', **kwargs)
29161 fit.modules.filteredItemBoost(
29162 lambda mod: mod.item.requiresSkill('Shield Command') or mod.item.requiresSkill('Information Command'),
29163 'warfareBuff4Value', src.getModifiedItemAttr('shipBonusSupercarrierC5'), skill='Caldari Carrier', **kwargs)
29164 fit.modules.filteredItemBoost(
29165 lambda mod: mod.item.requiresSkill('Shield Command') or mod.item.requiresSkill('Information Command'),
29166 'warfareBuff3Value', src.getModifiedItemAttr('shipBonusSupercarrierC5'), skill='Caldari Carrier', **kwargs)
29167
29168
29169class Effect6609(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected