Update to 996005 and bump stable

This commit is contained in:
blitzmann
2016-01-12 00:28:19 -05:00
parent 52d19b8de4
commit 36ab224853
9 changed files with 25 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
# covertOpsCloakCPUPercentBonusPirateFaction
#
# Used by:
# Ships from group: Expedition Frigate (2 of 2)
# Ship: Astero
# Ship: Prospect
# Ship: Victorieux Luxury Yacht
type = "passive"
runTime = "early"

View File

@@ -1,7 +1,8 @@
# GCHYieldMultiplyPassive
#
# Used by:
# Variations of ship: Venture (2 of 2)
# Ship: Prospect
# Ship: Venture
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Gas Cloud Harvester",

View File

@@ -1,10 +1,9 @@
# miningYieldMultiplyPassive
#
# Used by:
# Ships from group: Expedition Frigate (2 of 2)
# Variations of ship: Procurer (2 of 2)
# Variations of ship: Retriever (2 of 2)
# Ship: Venture
# Variations of ship: Venture (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Mining"),

View File

@@ -1,7 +1,7 @@
# shipBonusEnergyNosFalloffAB
# shipBonusEnergyNosOptimalAB
#
# Used by:
# Ship: Armageddon
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "falloffEffectiveness", src.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "maxRange", src.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")

View File

@@ -1,7 +1,8 @@
# shipGCHYieldBonusOREfrig2
#
# Used by:
# Variations of ship: Venture (2 of 2)
# Ship: Prospect
# Ship: Venture
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Gas Cloud Harvester",

View File

@@ -1,8 +1,7 @@
# shipMiningBonusOREfrig1
#
# Used by:
# Ships from group: Expedition Frigate (2 of 2)
# Ship: Venture
# Variations of ship: Venture (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),