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

Method handler

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

Source from the content-addressed store, hash-verified

43343
43344 @staticmethod
43345 def handler(fit, ship, context, projectionRange, **kwargs):
43346 fit.fighters.filteredItemBoost(
43347 lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity',
43348 ship.getModifiedItemAttr('shipBonusCarrierA3'), skill='Amarr Carrier', **kwargs)
43349
43350
43351class Effect12873(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected