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

Method handler

eos/effects.py:28585–28591  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

28583
28584 @staticmethod
28585 def handler(fit, src, context, projectionRange, **kwargs):
28586 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Drone Operation'), 'structureDamageAmount',
28587 src.getModifiedItemAttr('shipBonusRole2'), **kwargs)
28588 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Drone Operation'), 'armorDamageAmount',
28589 src.getModifiedItemAttr('shipBonusRole2'), **kwargs)
28590 fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Drone Operation'), 'shieldBonus',
28591 src.getModifiedItemAttr('shipBonusRole2'), **kwargs)
28592
28593
28594class Effect6581(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected