Files
pyfa/eos/effects/elitebargebonusminingdurationbarge2.py

9 lines
328 B
Python

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