11 lines
346 B
Python
11 lines
346 B
Python
# eliteBargeBonusIceHarvestingCycleTimeBarge3
|
|
#
|
|
# Used by:
|
|
# Ships from group: Exhumer (3 of 3)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Ice Harvesting"),
|
|
"duration", ship.getModifiedItemAttr("eliteBonusBarge2"), skill="Exhumers")
|