Files
pyfa/eos/effects/shipbonusminingiceharvestingrangeore2.py

9 lines
379 B
Python

# shipBonusMiningIceHarvestingRangeORE2
#
# Used by:
# Variations of ship: Covetor (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining") or mod.item.requiresSkill("Ice Harvesting"),
"maxRange", ship.getModifiedItemAttr("shipBonusORE2"), skill=("Mining Barge"))