Files
pyfa/eos/effects/elitebonusexpeditionmining1.py

10 lines
367 B
Python

# eliteBonusExpeditionMining1
#
# Used by:
# Ship: Prospect
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Expedition Frigates").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
"miningAmount", module.getModifiedItemAttr("eliteBonusExpedition1") * level)