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

Method handler

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

Source from the content-addressed store, hash-verified

43576
43577 @staticmethod
43578 def handler(fit, ship, context, projectionRange, **kwargs):
43579 fit.fighters.filteredItemBoost(
43580 lambda drone: drone.item.requiresSkill('Support Fighters'), 'maxVelocity',
43581 ship.getModifiedItemAttr('shipBonusCarrierM8'), skill='Minmatar Carrier', **kwargs)
43582
43583
43584class Effect12891(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected