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

12 lines
369 B
Python

# shipMiningBonusOREfrig1
#
# Used by:
# Variations of ship: Venture (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
"miningAmount", module.getModifiedItemAttr("shipBonusOREfrig1"),
skill="Mining Frigate")