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

14 lines
479 B
Python

# shipBonusDroneIceHarvestingICS5
#
# Used by:
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"
def handler(fit, src, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Ice Harvesting Drone Operation"),
"duration",
src.getModifiedItemAttr("shipBonusICS5"),
skill="Industrial Command Ships"
)