Add AT13 prize ships
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"),
|
||||
|
||||
13
eos/effects/shipbonuswdfgnullspeedeffects.py
Normal file
13
eos/effects/shipbonuswdfgnullspeedeffects.py
Normal 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"))
|
||||
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user