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

Method handler

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

Source from the content-addressed store, hash-verified

41388
41389 @staticmethod
41390 def handler(fit, ship, context, projectionRange, **kwargs):
41391 for attrName in ('damageMultiplier', 'shieldCapacity', 'armorHP', 'hp'):
41392 fit.drones.filteredItemBoost(
41393 lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), attrName,
41394 ship.getModifiedItemAttr('shipBonusGBC3'), skill='Gallente Battlecruiser', **kwargs)
41395
41396
41397class Effect12251(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected