Files
pyfa/eos/effects/shipbonusdroneminingamountrole.py
2016-11-20 16:04:32 -05:00

13 lines
420 B
Python

# shipBonusDroneMiningAmountRole
#
# 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("Mining Drone Operation"),
"miningAmount",
src.getModifiedItemAttr("roleBonusDroneMiningYield"),
)