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

Method handler

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

Source from the content-addressed store, hash-verified

6585
6586 @staticmethod
6587 def handler(fit, ship, context, projectionRange, **kwargs):
6588 for type in ('shieldCapacity', 'armorHP', 'hp'):
6589 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
6590 type, ship.getModifiedItemAttr('shipBonusGC2'),
6591 skill='Gallente Cruiser', **kwargs)
6592
6593
6594class Effect2181(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected