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

Method handler

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

Source from the content-addressed store, hash-verified

37788
37789 @staticmethod
37790 def handler(fit, ship, context, projectionRange, **kwargs):
37791 fit.drones.filteredItemBoost(
37792 lambda drone: drone.item.requiresSkill('Ice Harvesting Drone Operation'), 'duration',
37793 ship.getModifiedItemAttr('industrialCommandBonusDroneIceHarvestingCycleTime'),
37794 skill='Industrial Command Ships', **kwargs)
37795
37796
37797class Effect8296(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected