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

Method handler

eos/effects.py:38184–38188  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

38182
38183 @staticmethod
38184 def handler(fit, container, context, projectionRange, **kwargs):
38185 fit.drones.filteredItemBoost(
38186 lambda drone: drone.item.requiresSkill('Drones'), 'damageMultiplier',
38187 container.getModifiedItemAttr('capitalIndustrialCommandBonusDroneDamage'),
38188 skill='Capital Industrial Ships', **kwargs)
38189
38190
38191class Effect8474(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected