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

Method handler

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

Source from the content-addressed store, hash-verified

37770
37771 @staticmethod
37772 def handler(fit, ship, context, projectionRange, **kwargs):
37773 fit.drones.filteredItemBoost(
37774 lambda drone: drone.item.requiresSkill('Mining Drone Operation'), 'miningAmount',
37775 ship.getModifiedItemAttr('industrialCommandBonusDroneOreMiningYield'),
37776 skill='Industrial Command Ships', **kwargs)
37777
37778
37779class Effect8295(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected