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

Method handler

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

Source from the content-addressed store, hash-verified

9653
9654 @staticmethod
9655 def handler(fit, ship, context, projectionRange, **kwargs):
9656 # This is actually level-less bonus, anyway you have to train cruisers 5
9657 # and will get 100% (20%/lvl as stated by description)
9658 fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone',
9659 'shieldBonus', ship.getModifiedItemAttr('droneShieldBonusBonus'), **kwargs)
9660
9661
9662class Effect3174(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected