From c64838f7f5e056c9466bf68fbf0112e70cf47fe8 Mon Sep 17 00:00:00 2001 From: blitzman Date: Wed, 28 Sep 2016 00:20:30 -0400 Subject: [PATCH] Update effect headers and bump stable --- config.py | 6 +++--- eos/effects/ecmburstjammer.py | 2 ++ eos/effects/iceharvestercapacitorneedmultiplier.py | 6 +----- eos/effects/iceharvesterdurationmultiplier.py | 2 -- eos/effects/lightningweapon.py | 1 + eos/effects/miningyieldmultiplypassive.py | 2 -- eos/effects/pointdefense.py | 5 +---- eos/effects/rolebonusiceoreminingdurationcap.py | 4 ++++ eos/effects/setbonusasklepian.py | 2 +- eos/effects/shipbonusdreadnoughtg2rofbonus.py | 3 +-- eos/effects/shipbonussupercarrierg1fighterdamage.py | 3 +-- eos/effects/shipbonussupercarrierg2fighterhitpoints.py | 3 +-- eos/effects/shipbonussupercarrierg3warpstrength.py | 3 +-- eos/effects/shipbonustitang2rofbonus.py | 3 +-- eos/effects/shipbonustitang3warpstrength.py | 3 +-- eos/effects/skillbonusfighterhangarmanagement.py | 2 +- eos/effects/skillstructuredoomsdaydurationbonus.py | 4 ++++ eos/effects/skillstructureelectronicsystemscapneedbonus.py | 4 ++++ eos/effects/skillstructureengineeringsystemscapneedbonus.py | 4 ++++ eos/effects/skillstructuremissiledamagebonus.py | 4 ++++ eos/effects/structureballisticcontrolsystem.py | 1 + eos/effects/structureenergyneutralizerfalloff.py | 1 + eos/effects/structuremoduleeffectecm.py | 1 + eos/effects/structuremoduleeffectremotesensordampener.py | 1 + eos/effects/structuremoduleeffectstasiswebifier.py | 1 + eos/effects/structuremoduleeffecttargetpainter.py | 1 + eos/effects/structuremoduleeffectweapondisruption.py | 1 + .../structurerigaoevelocitybonussingletargetmissiles.py | 1 + eos/effects/structurerigdoomsdaydamageloss.py | 1 + eos/effects/structurerigdoomsdaytargetamountbonus.py | 1 + eos/effects/structurerigewcapacitorneed.py | 1 + eos/effects/structurerigewmaxrangefalloff.py | 1 + eos/effects/structurerigexplosionradiusbonusaoemissiles.py | 1 + eos/effects/structurerigmaxtargets.py | 1 + eos/effects/structurerigneutralizercapacitorneed.py | 1 + .../structurerigneutralizermaxrangefalloffeffectiveness.py | 1 + eos/effects/structurerigpdbcapacitorneed.py | 1 + eos/effects/structurerigpdbmaxrange.py | 1 + eos/effects/structurerigsensorresolution.py | 1 + eos/effects/structurerigvelocitybonusaoemissiles.py | 1 + .../structurerigvelocitybonussingletargetmissiles.py | 1 + eos/effects/structurewarpscrambleblockmwdwithnpceffect.py | 1 + 42 files changed, 58 insertions(+), 30 deletions(-) diff --git a/config.py b/config.py index 704185543..1ce9590bc 100644 --- a/config.py +++ b/config.py @@ -18,9 +18,9 @@ debug = False saveInRoot = False # Version data -version = "1.23.3" -tag = "git" -expansionName = "YC 118.7" +version = "1.24.0" +tag = "Stable" +expansionName = "YC 118.8" expansionVersion = "1.4" evemonMinVersion = "4081" diff --git a/eos/effects/ecmburstjammer.py b/eos/effects/ecmburstjammer.py index 7edb19382..aeba8cc53 100644 --- a/eos/effects/ecmburstjammer.py +++ b/eos/effects/ecmburstjammer.py @@ -1,3 +1,5 @@ +# ECMBurstJammer +# # Used by: # Modules from group: Burst Jammer (11 of 11) type = "projected", "active" diff --git a/eos/effects/iceharvestercapacitorneedmultiplier.py b/eos/effects/iceharvestercapacitorneedmultiplier.py index 8f16c516f..ff7e59f60 100644 --- a/eos/effects/iceharvestercapacitorneedmultiplier.py +++ b/eos/effects/iceharvestercapacitorneedmultiplier.py @@ -1,8 +1,4 @@ -# iceHarvesterCapacitorNeedMultiplier -# -# Used by: -# Variations of ship: Procurer (2 of 2) -# Variations of ship: Retriever (2 of 2) +# Not used by any item type = "passive" def handler(fit, ship, context): fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Ice Harvesting"), diff --git a/eos/effects/iceharvesterdurationmultiplier.py b/eos/effects/iceharvesterdurationmultiplier.py index 5a95a72df..16a46a13b 100644 --- a/eos/effects/iceharvesterdurationmultiplier.py +++ b/eos/effects/iceharvesterdurationmultiplier.py @@ -1,8 +1,6 @@ # iceHarvesterDurationMultiplier # # Used by: -# Variations of ship: Procurer (2 of 2) -# Variations of ship: Retriever (2 of 2) # Ship: Endurance type = "passive" def handler(fit, ship, context): diff --git a/eos/effects/lightningweapon.py b/eos/effects/lightningweapon.py index 3136bc64c..45ca33f3f 100644 --- a/eos/effects/lightningweapon.py +++ b/eos/effects/lightningweapon.py @@ -1,3 +1,4 @@ +# Not used by any item type = 'active' def handler(fit, module, context): pass diff --git a/eos/effects/miningyieldmultiplypassive.py b/eos/effects/miningyieldmultiplypassive.py index 3838c6e6f..a7c86d49e 100644 --- a/eos/effects/miningyieldmultiplypassive.py +++ b/eos/effects/miningyieldmultiplypassive.py @@ -1,8 +1,6 @@ # miningYieldMultiplyPassive # # Used by: -# Variations of ship: Procurer (2 of 2) -# Variations of ship: Retriever (2 of 2) # Variations of ship: Venture (3 of 3) type = "passive" def handler(fit, module, context): diff --git a/eos/effects/pointdefense.py b/eos/effects/pointdefense.py index 41574b8ab..45ca33f3f 100644 --- a/eos/effects/pointdefense.py +++ b/eos/effects/pointdefense.py @@ -1,7 +1,4 @@ -# targetAttack -# -# Used by: -# Citadel Point Defense +# Not used by any item type = 'active' def handler(fit, module, context): pass diff --git a/eos/effects/rolebonusiceoreminingdurationcap.py b/eos/effects/rolebonusiceoreminingdurationcap.py index c03b7c5f9..16222b0a3 100644 --- a/eos/effects/rolebonusiceoreminingdurationcap.py +++ b/eos/effects/rolebonusiceoreminingdurationcap.py @@ -1,3 +1,7 @@ +# roleBonusIceOreMiningDurationCap +# +# Used by: +# Variations of ship: Covetor (2 of 2) type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"), "capacitorNeed", src.getModifiedItemAttr("miningDurationRoleBonus")) diff --git a/eos/effects/setbonusasklepian.py b/eos/effects/setbonusasklepian.py index 4fa394586..1451bee7d 100644 --- a/eos/effects/setbonusasklepian.py +++ b/eos/effects/setbonusasklepian.py @@ -1,8 +1,8 @@ # setBonusAsklepian # # Used by: -# Implants named like: Asklepian Omega (3 of 3) # Implants named like: Grade Asklepian (16 of 16) +# Implants named like: grade Asklepian Omega (2 of 2) runTime = "early" type = "passive" def handler(fit, src, context): diff --git a/eos/effects/shipbonusdreadnoughtg2rofbonus.py b/eos/effects/shipbonusdreadnoughtg2rofbonus.py index 46c8f5365..b0957e9c6 100644 --- a/eos/effects/shipbonusdreadnoughtg2rofbonus.py +++ b/eos/effects/shipbonusdreadnoughtg2rofbonus.py @@ -1,8 +1,7 @@ # shipBonusDreadnoughtG2ROFBonus # # Used by: -# Ship: Moros -# Ship: Vehement +# Variations of ship: Moros (2 of 2) type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"), "speed", src.getModifiedItemAttr("shipBonusDreadnoughtG2"), skill="Gallente Dreadnought") diff --git a/eos/effects/shipbonussupercarrierg1fighterdamage.py b/eos/effects/shipbonussupercarrierg1fighterdamage.py index adc851d45..02a96966b 100644 --- a/eos/effects/shipbonussupercarrierg1fighterdamage.py +++ b/eos/effects/shipbonussupercarrierg1fighterdamage.py @@ -1,8 +1,7 @@ # shipBonusSupercarrierG1FighterDamage # # Used by: -# Ship: Nyx -# Ship: Vendetta +# Variations of ship: Nyx (2 of 2) type = "passive" def handler(fit, src, context): fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "fighterAbilityAttackTurretDamageMultiplier", src.getModifiedItemAttr("shipBonusSupercarrierG1"), skill="Gallente Carrier") diff --git a/eos/effects/shipbonussupercarrierg2fighterhitpoints.py b/eos/effects/shipbonussupercarrierg2fighterhitpoints.py index 927dc2628..b1deb8573 100644 --- a/eos/effects/shipbonussupercarrierg2fighterhitpoints.py +++ b/eos/effects/shipbonussupercarrierg2fighterhitpoints.py @@ -1,8 +1,7 @@ # shipBonusSupercarrierG2FighterHitpoints # # Used by: -# Ship: Nyx -# Ship: Vendetta +# Variations of ship: Nyx (2 of 2) type = "passive" def handler(fit, src, context): fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "shieldCapacity", src.getModifiedItemAttr("shipBonusSupercarrierG2"), skill="Gallente Carrier") diff --git a/eos/effects/shipbonussupercarrierg3warpstrength.py b/eos/effects/shipbonussupercarrierg3warpstrength.py index 5e9076aa8..3b224338f 100644 --- a/eos/effects/shipbonussupercarrierg3warpstrength.py +++ b/eos/effects/shipbonussupercarrierg3warpstrength.py @@ -1,8 +1,7 @@ # shipBonusSupercarrierG3WarpStrength # # Used by: -# Ship: Nyx -# Ship: Vendetta +# Variations of ship: Nyx (2 of 2) type = "passive" def handler(fit, src, context): fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("shipBonusSupercarrierG3"), skill="Gallente Carrier") diff --git a/eos/effects/shipbonustitang2rofbonus.py b/eos/effects/shipbonustitang2rofbonus.py index b3ed6af66..5238d286c 100644 --- a/eos/effects/shipbonustitang2rofbonus.py +++ b/eos/effects/shipbonustitang2rofbonus.py @@ -1,8 +1,7 @@ # shipBonusTitanG2ROFBonus # # Used by: -# Ship: Erebus -# Ship: Vanquisher +# Variations of ship: Erebus (2 of 2) type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"), "speed", src.getModifiedItemAttr("shipBonusTitanG2"), skill="Gallente Titan") diff --git a/eos/effects/shipbonustitang3warpstrength.py b/eos/effects/shipbonustitang3warpstrength.py index 40d35e72b..658670607 100644 --- a/eos/effects/shipbonustitang3warpstrength.py +++ b/eos/effects/shipbonustitang3warpstrength.py @@ -1,8 +1,7 @@ # shipBonusTitanG3WarpStrength # # Used by: -# Ship: Erebus -# Ship: Vanquisher +# Variations of ship: Erebus (2 of 2) type = "passive" def handler(fit, src, context): fit.ship.increaseItemAttr("warpScrambleStatus", src.getModifiedItemAttr("shipBonusTitanG3"), skill="Gallente Titan") diff --git a/eos/effects/skillbonusfighterhangarmanagement.py b/eos/effects/skillbonusfighterhangarmanagement.py index b871c6173..566a69d17 100644 --- a/eos/effects/skillbonusfighterhangarmanagement.py +++ b/eos/effects/skillbonusfighterhangarmanagement.py @@ -1,4 +1,4 @@ -# skillBonusFighterHangerManagement +# skillBonusFighterHangarManagement # # Used by: # Skill: Fighter Hangar Management diff --git a/eos/effects/skillstructuredoomsdaydurationbonus.py b/eos/effects/skillstructuredoomsdaydurationbonus.py index 7185051a7..b7d8f10d1 100644 --- a/eos/effects/skillstructuredoomsdaydurationbonus.py +++ b/eos/effects/skillstructuredoomsdaydurationbonus.py @@ -1,3 +1,7 @@ +# skillStructureDoomsdayDurationBonus +# +# Used by: +# Skill: Structure Doomsday Operation type = "passive", "structure" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Doomsday Weapon", diff --git a/eos/effects/skillstructureelectronicsystemscapneedbonus.py b/eos/effects/skillstructureelectronicsystemscapneedbonus.py index b1067ce90..cacffb686 100644 --- a/eos/effects/skillstructureelectronicsystemscapneedbonus.py +++ b/eos/effects/skillstructureelectronicsystemscapneedbonus.py @@ -1,3 +1,7 @@ +# skillStructureElectronicSystemsCapNeedBonus +# +# Used by: +# Skill: Structure Electronic Systems type = "passive", "structure" def handler(fit, src, context): groups = ("Structure Warp Scrambler", "Structure Disruption Battery", "Structure Stasis Webifier") diff --git a/eos/effects/skillstructureengineeringsystemscapneedbonus.py b/eos/effects/skillstructureengineeringsystemscapneedbonus.py index c251a210c..91b025176 100644 --- a/eos/effects/skillstructureengineeringsystemscapneedbonus.py +++ b/eos/effects/skillstructureengineeringsystemscapneedbonus.py @@ -1,3 +1,7 @@ +# skillStructureEngineeringSystemsCapNeedBonus +# +# Used by: +# Skill: Structure Engineering Systems type = "passive", "structure" def handler(fit, src, context): groups = ("Structure Energy Neutralizer", "Structure Area Denial Module") diff --git a/eos/effects/skillstructuremissiledamagebonus.py b/eos/effects/skillstructuremissiledamagebonus.py index e1dc32096..63b189a91 100644 --- a/eos/effects/skillstructuremissiledamagebonus.py +++ b/eos/effects/skillstructuremissiledamagebonus.py @@ -1,3 +1,7 @@ +# skillStructureMissileDamageBonus +# +# Used by: +# Skill: Structure Missile Systems type = "passive", "structure" def handler(fit, src, context): groups = ("Structure Anti-Capital Missile", "Structure Anti-Subcapital Missile", "Structure Guided Bomb") diff --git a/eos/effects/structureballisticcontrolsystem.py b/eos/effects/structureballisticcontrolsystem.py index b21499c99..e63eb55d8 100644 --- a/eos/effects/structureballisticcontrolsystem.py +++ b/eos/effects/structureballisticcontrolsystem.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, module, context): missileGroups = ("Structure Anti-Capital Missile", "Structure Anti-Subcapital Missile") diff --git a/eos/effects/structureenergyneutralizerfalloff.py b/eos/effects/structureenergyneutralizerfalloff.py index 8a5754ef6..1281e1995 100644 --- a/eos/effects/structureenergyneutralizerfalloff.py +++ b/eos/effects/structureenergyneutralizerfalloff.py @@ -1,3 +1,4 @@ +# Not used by any item from eos.types import State type = "active", "projected" def handler(fit, container, context): diff --git a/eos/effects/structuremoduleeffectecm.py b/eos/effects/structuremoduleeffectecm.py index ff841419e..f8201dee1 100644 --- a/eos/effects/structuremoduleeffectecm.py +++ b/eos/effects/structuremoduleeffectecm.py @@ -1,3 +1,4 @@ +# Not used by any item type = "projected", "active" def handler(fit, module, context): if "projected" in context: diff --git a/eos/effects/structuremoduleeffectremotesensordampener.py b/eos/effects/structuremoduleeffectremotesensordampener.py index 5ec677fcc..9734734bb 100644 --- a/eos/effects/structuremoduleeffectremotesensordampener.py +++ b/eos/effects/structuremoduleeffectremotesensordampener.py @@ -1,3 +1,4 @@ +# Not used by any item type= "projected", "active" def handler(fit, module, context): diff --git a/eos/effects/structuremoduleeffectstasiswebifier.py b/eos/effects/structuremoduleeffectstasiswebifier.py index f0c5872a1..bc1a9d6a5 100644 --- a/eos/effects/structuremoduleeffectstasiswebifier.py +++ b/eos/effects/structuremoduleeffectstasiswebifier.py @@ -1,3 +1,4 @@ +# Not used by any item type = "active", "projected" def handler(fit, module, context): if "projected" not in context: return diff --git a/eos/effects/structuremoduleeffecttargetpainter.py b/eos/effects/structuremoduleeffecttargetpainter.py index e86453eb5..4f5683d8b 100644 --- a/eos/effects/structuremoduleeffecttargetpainter.py +++ b/eos/effects/structuremoduleeffecttargetpainter.py @@ -1,3 +1,4 @@ +# Not used by any item type = "projected", "active" def handler(fit, container, context): if "projected" in context: diff --git a/eos/effects/structuremoduleeffectweapondisruption.py b/eos/effects/structuremoduleeffectweapondisruption.py index 7c25bd67a..d61d74b11 100644 --- a/eos/effects/structuremoduleeffectweapondisruption.py +++ b/eos/effects/structuremoduleeffectweapondisruption.py @@ -1,3 +1,4 @@ +# Not used by any item type = "active", "projected" diff --git a/eos/effects/structurerigaoevelocitybonussingletargetmissiles.py b/eos/effects/structurerigaoevelocitybonussingletargetmissiles.py index 76074b6d2..36544fcf0 100644 --- a/eos/effects/structurerigaoevelocitybonussingletargetmissiles.py +++ b/eos/effects/structurerigaoevelocitybonussingletargetmissiles.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): groups = ("Structure Anti-Subcapital Missile", "Structure Anti-Capital Missile") diff --git a/eos/effects/structurerigdoomsdaydamageloss.py b/eos/effects/structurerigdoomsdaydamageloss.py index f2738e136..dc47880dd 100644 --- a/eos/effects/structurerigdoomsdaydamageloss.py +++ b/eos/effects/structurerigdoomsdaydamageloss.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Structure Doomsday Weapon", diff --git a/eos/effects/structurerigdoomsdaytargetamountbonus.py b/eos/effects/structurerigdoomsdaytargetamountbonus.py index d4ce63be5..5a521f9d0 100644 --- a/eos/effects/structurerigdoomsdaytargetamountbonus.py +++ b/eos/effects/structurerigdoomsdaytargetamountbonus.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Structure Doomsday Weapon", diff --git a/eos/effects/structurerigewcapacitorneed.py b/eos/effects/structurerigewcapacitorneed.py index 79ee770b2..e74009e94 100644 --- a/eos/effects/structurerigewcapacitorneed.py +++ b/eos/effects/structurerigewcapacitorneed.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): groups = ("Structure ECM Battery", "Structure Disruption Battery") diff --git a/eos/effects/structurerigewmaxrangefalloff.py b/eos/effects/structurerigewmaxrangefalloff.py index 85050f578..660aa53b9 100644 --- a/eos/effects/structurerigewmaxrangefalloff.py +++ b/eos/effects/structurerigewmaxrangefalloff.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): groups = ("Structure ECM Battery", "Structure Disruption Battery") diff --git a/eos/effects/structurerigexplosionradiusbonusaoemissiles.py b/eos/effects/structurerigexplosionradiusbonusaoemissiles.py index 2a362edc2..82e306a8e 100644 --- a/eos/effects/structurerigexplosionradiusbonusaoemissiles.py +++ b/eos/effects/structurerigexplosionradiusbonusaoemissiles.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Structure Guided Bomb", diff --git a/eos/effects/structurerigmaxtargets.py b/eos/effects/structurerigmaxtargets.py index a0bc8158d..d7444bf10 100644 --- a/eos/effects/structurerigmaxtargets.py +++ b/eos/effects/structurerigmaxtargets.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.ship.increaseItemAttr("maxLockedTargets", src.getModifiedItemAttr("structureRigMaxTargetBonus")) diff --git a/eos/effects/structurerigneutralizercapacitorneed.py b/eos/effects/structurerigneutralizercapacitorneed.py index 6c45e238b..dd99761b2 100644 --- a/eos/effects/structurerigneutralizercapacitorneed.py +++ b/eos/effects/structurerigneutralizercapacitorneed.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Energy Neutralizer", diff --git a/eos/effects/structurerigneutralizermaxrangefalloffeffectiveness.py b/eos/effects/structurerigneutralizermaxrangefalloffeffectiveness.py index 8b5b356ee..ebe35be6f 100644 --- a/eos/effects/structurerigneutralizermaxrangefalloffeffectiveness.py +++ b/eos/effects/structurerigneutralizermaxrangefalloffeffectiveness.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Energy Neutralizer", diff --git a/eos/effects/structurerigpdbcapacitorneed.py b/eos/effects/structurerigpdbcapacitorneed.py index a5cab2588..273ddedeb 100644 --- a/eos/effects/structurerigpdbcapacitorneed.py +++ b/eos/effects/structurerigpdbcapacitorneed.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Area Denial Module", diff --git a/eos/effects/structurerigpdbmaxrange.py b/eos/effects/structurerigpdbmaxrange.py index fabf3382c..5c822c103 100644 --- a/eos/effects/structurerigpdbmaxrange.py +++ b/eos/effects/structurerigpdbmaxrange.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Area Denial Module", diff --git a/eos/effects/structurerigsensorresolution.py b/eos/effects/structurerigsensorresolution.py index cfcbf9197..e037fc4ea 100644 --- a/eos/effects/structurerigsensorresolution.py +++ b/eos/effects/structurerigsensorresolution.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.ship.boostItemAttr("scanResolution", src.getModifiedItemAttr("structureRigScanResBonus"), stackingPenalties=True) diff --git a/eos/effects/structurerigvelocitybonusaoemissiles.py b/eos/effects/structurerigvelocitybonusaoemissiles.py index 0977f4ade..5ffd336f8 100644 --- a/eos/effects/structurerigvelocitybonusaoemissiles.py +++ b/eos/effects/structurerigvelocitybonusaoemissiles.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Structure Guided Bomb", diff --git a/eos/effects/structurerigvelocitybonussingletargetmissiles.py b/eos/effects/structurerigvelocitybonussingletargetmissiles.py index ad28d6d21..ebece903c 100644 --- a/eos/effects/structurerigvelocitybonussingletargetmissiles.py +++ b/eos/effects/structurerigvelocitybonussingletargetmissiles.py @@ -1,3 +1,4 @@ +# Not used by any item type = "passive" def handler(fit, src, context): groups = ("Structure Anti-Subcapital Missile", "Structure Anti-Capital Missile") diff --git a/eos/effects/structurewarpscrambleblockmwdwithnpceffect.py b/eos/effects/structurewarpscrambleblockmwdwithnpceffect.py index c04eca1dd..be42de8ee 100644 --- a/eos/effects/structurewarpscrambleblockmwdwithnpceffect.py +++ b/eos/effects/structurewarpscrambleblockmwdwithnpceffect.py @@ -1,3 +1,4 @@ +# Not used by any item runTime = "early" type = "projected", "active"