MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

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

Source from the content-addressed store, hash-verified

36604
36605 @staticmethod
36606 def handler(fit, ship, context, projectionRange, **kwargs):
36607 fit.extraAttributes.boost(
36608 'droneControlRange', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
36609 for attr in ('shieldCapacity', 'armorHP', 'hp'):
36610 fit.drones.filteredItemBoost(
36611 lambda drone: drone.item.requiresSkill('Drones'),
36612 attr, ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
36613
36614
36615class Effect8099(BaseEffect):

Callers

nothing calls this directly

Calls 4

boostMethod · 0.80
filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected