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

Method handler

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

Source from the content-addressed store, hash-verified

41886
41887 @staticmethod
41888 def handler(fit, ship, context, projectionRange, **kwargs):
41889 for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'):
41890 fit.drones.filteredItemBoost(
41891 lambda drone: drone.item.requiresSkill('Drones'), attr,
41892 ship.getModifiedItemAttr('shipBonusOreDestroyer2'), skill='Mining Destroyer', **kwargs)
41893
41894
41895class Effect12555(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected