Add AT13 prize ships

This commit is contained in:
DarkPhoenix
2015-09-01 01:26:30 +03:00
parent a9fc457510
commit 31b1c94c0f
11 changed files with 21 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
# eliteBonusHeavyInterdictorsWarpDisruptFieldGeneratorWarpScrambleRange2
#
# Used by:
# Ships from group: Heavy Interdiction Cruiser (4 of 5)
# Ships from group: Heavy Interdiction Cruiser (5 of 5)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Disrupt Field Generator",

View File

@@ -1,7 +1,7 @@
# Interceptor2WarpScrambleRange
#
# Used by:
# Ships from group: Interceptor (5 of 10)
# Ships from group: Interceptor (6 of 10)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",

View File

@@ -1,7 +1,7 @@
# interceptorMWDSignatureRadiusBonus
#
# Used by:
# Ships from group: Interceptor (9 of 10)
# Ships from group: Interceptor (10 of 10)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),

View File

@@ -0,0 +1,13 @@
# shipBonusWDFGnullSpeedEffects
#
# Used by:
# Ship: Fiend
runTime = "early"
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Propulsion Jamming"),
"speedFactorBonus", ship.getModifiedItemAttr("shipBonusAT"))
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Propulsion Jamming"),
"speedBoostFactorBonus", ship.getModifiedItemAttr("shipBonusAT"))
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Propulsion Jamming"),
"massBonusPercentage", ship.getModifiedItemAttr("shipBonusAT"))

View File

@@ -1,7 +1,7 @@
# shipCapPropulsionJamming
#
# Used by:
# Ships from group: Interceptor (9 of 10)
# Ships from group: Interceptor (10 of 10)
# Ship: Atron
# Ship: Condor
# Ship: Executioner

View File

@@ -1,9 +1,8 @@
# shipShieldEMResistanceRookie
#
# Used by:
# Ship: Broadsword
# Ships from group: Heavy Interdiction Cruiser (3 of 5)
# Ship: Ibis
# Ship: Onyx
# Ship: Taipan
type = "passive"
def handler(fit, ship, context):

View File

@@ -1,9 +1,8 @@
# shipShieldExplosiveResistanceRookie
#
# Used by:
# Ship: Broadsword
# Ships from group: Heavy Interdiction Cruiser (3 of 5)
# Ship: Ibis
# Ship: Onyx
# Ship: Taipan
type = "passive"
def handler(fit, ship, context):

View File

@@ -1,9 +1,8 @@
# shipShieldKineticResistanceRookie
#
# Used by:
# Ship: Broadsword
# Ships from group: Heavy Interdiction Cruiser (3 of 5)
# Ship: Ibis
# Ship: Onyx
# Ship: Taipan
type = "passive"
def handler(fit, ship, context):

View File

@@ -1,9 +1,8 @@
# shipShieldThermalResistanceRookie
#
# Used by:
# Ship: Broadsword
# Ships from group: Heavy Interdiction Cruiser (3 of 5)
# Ship: Ibis
# Ship: Onyx
# Ship: Taipan
type = "passive"
def handler(fit, ship, context):

View File

@@ -233,8 +233,6 @@ class Market():
"Mobile Decoy Unit": False, # Seems to be left over test mod for deployables
"Tournament Micro Jump Unit": False, # Normally seen only on tournament arenas
"Council Diplomatic Shuttle": False, # CSM X celebration]
"Imp": False, # AT13 prize
"Fiend": False, # AT13 prize
}
# do not publish ships that we convert

Binary file not shown.