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

12 lines
365 B
Python

# shipBonusMiningDurationORE3
#
# Used by:
# Ships from group: Exhumer (3 of 3)
# Ships from group: Mining Barge (3 of 3)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
"duration", ship.getModifiedItemAttr("shipBonusORE3"), skill="Mining Barge")