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

Method handler

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

Source from the content-addressed store, hash-verified

39566
39567 @staticmethod
39568 def handler(fit, ship, context, projectionRange, **kwargs):
39569 for layer in ('shieldCapacity', 'armorHP', 'hp'):
39570 fit.drones.filteredItemBoost(
39571 lambda drone: drone.item.requiresSkill('Propulsion Jamming'),
39572 layer, ship.getModifiedItemAttr('shipBonusAT'), **kwargs)
39573
39574
39575class Effect11518(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected