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

Method handler

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

Source from the content-addressed store, hash-verified

43487
43488 @staticmethod
43489 def handler(fit, ship, context, projectionRange, **kwargs):
43490 fit.fighters.filteredItemBoost(
43491 lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity',
43492 ship.getModifiedItemAttr('shipBonusCarrierG6'), skill='Gallente Carrier', **kwargs)
43493
43494
43495class Effect12883(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected