9 lines
324 B
Python
9 lines
324 B
Python
# eliteBonusExpeditionMining1
|
|
#
|
|
# Used by:
|
|
# Ship: Prospect
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
|
|
"miningAmount", module.getModifiedItemAttr("eliteBonusExpedition1"), skill="Expedition Frigates")
|