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

Method handler

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

Source from the content-addressed store, hash-verified

41407
41408 @staticmethod
41409 def handler(fit, ship, context, projectionRange, **kwargs):
41410 for attrName in ('shieldCapacity', 'armorHP', 'hp'):
41411 fit.drones.filteredItemBoost(
41412 lambda drone: (
41413 drone.item.requiresSkill('Light Drone Operation')
41414 or drone.item.requiresSkill('Medium Drone Operation')
41415 or drone.item.requiresSkill('Heavy Drone Operation')),
41416 attrName, ship.getModifiedItemAttr('shipBonusGBC1'),
41417 skill='Gallente Battlecruiser', **kwargs)
41418
41419
41420class Effect12252(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected