Files
pyfa/eos/effects/elitebonusexpeditionmining1.py
2014-05-31 22:13:59 +04:00

8 lines
335 B
Python

# 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)