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

Method handler

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

Source from the content-addressed store, hash-verified

9633
9634 @staticmethod
9635 def handler(fit, ship, context, projectionRange, **kwargs):
9636 # This is actually level-less bonus, anyway you have to train cruisers 5
9637 # and will get 100% (20%/lvl as stated by description)
9638 fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == 'Logistic Drone',
9639 'armorDamageAmount', ship.getModifiedItemAttr('droneArmorDamageAmountBonus'), **kwargs)
9640
9641
9642class Effect3173(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected