Files
pyfa/eos/effects/effect2885.py
2019-03-16 14:08:20 -04:00

11 lines
389 B
Python

# gasHarvestingCycleTimeModulesRequiringGasCloudHarvesting
#
# Used by:
# Implants named like: Eifyr and Co. 'Alchemist' Gas Harvesting GH (3 of 3)
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Gas Cloud Harvesting"),
"duration", implant.getModifiedItemAttr("durationBonus"))