diff --git a/eos/effects/boostershieldcapacitypenalty.py b/eos/effects/boostershieldcapacitypenalty.py index ade1336d0..9258da2c5 100644 --- a/eos/effects/boostershieldcapacitypenalty.py +++ b/eos/effects/boostershieldcapacitypenalty.py @@ -1,7 +1,7 @@ # boosterShieldCapacityPenalty # # Used by: -# Implants from group: Booster (12 of 66) +# Implants from group: Booster (12 of 65) type = "boosterSideEffect" # User-friendly name for the side effect diff --git a/eos/effects/covertopsandreconopscloakmoduledelaybonus.py b/eos/effects/covertopsandreconopscloakmoduledelaybonus.py index a808a2650..7ea8e593d 100644 --- a/eos/effects/covertopsandreconopscloakmoduledelaybonus.py +++ b/eos/effects/covertopsandreconopscloakmoduledelaybonus.py @@ -3,9 +3,9 @@ # Used by: # Ships from group: Black Ops (5 of 5) # Ships from group: Blockade Runner (4 of 4) -# Ships from group: Covert Ops (7 of 7) +# Ships from group: Covert Ops (8 of 8) # Ships from group: Expedition Frigate (2 of 2) -# Ships from group: Force Recon Ship (8 of 8) +# Ships from group: Force Recon Ship (9 of 9) # Ships from group: Stealth Bomber (5 of 5) # Ships named like: Stratios (2 of 2) # Subsystems named like: Defensive Covert Reconfiguration (4 of 4) diff --git a/eos/effects/covertopscloakcpupercentbonus1.py b/eos/effects/covertopscloakcpupercentbonus1.py index 703b37189..e34450131 100644 --- a/eos/effects/covertopscloakcpupercentbonus1.py +++ b/eos/effects/covertopscloakcpupercentbonus1.py @@ -1,7 +1,7 @@ # covertOpsCloakCpuPercentBonus1 # # Used by: -# Ships from group: Covert Ops (5 of 7) +# Ships from group: Covert Ops (6 of 8) type = "passive" runTime = "early" diff --git a/eos/effects/covertopswarpresistance.py b/eos/effects/covertopswarpresistance.py index c539e2cc2..884bf5a96 100644 --- a/eos/effects/covertopswarpresistance.py +++ b/eos/effects/covertopswarpresistance.py @@ -1,3 +1,7 @@ +# covertOpsWarpResistance +# +# Used by: +# Ships from group: Covert Ops (5 of 8) type = "passive" def handler(fit, src, context): fit.ship.increaseItemAttr("warpFactor", src.getModifiedItemAttr("eliteBonusCovertOps1"), skill="Covert Ops") diff --git a/eos/effects/cynosuraldurationbonus.py b/eos/effects/cynosuraldurationbonus.py index cb306dded..4f78ea09e 100644 --- a/eos/effects/cynosuraldurationbonus.py +++ b/eos/effects/cynosuraldurationbonus.py @@ -1,7 +1,7 @@ # cynosuralDurationBonus # # Used by: -# Ships from group: Force Recon Ship (7 of 8) +# Ships from group: Force Recon Ship (8 of 9) type = "passive" diff --git a/eos/effects/cynosuraltheoryconsumptionbonus.py b/eos/effects/cynosuraltheoryconsumptionbonus.py index 217374cee..d67c969f8 100644 --- a/eos/effects/cynosuraltheoryconsumptionbonus.py +++ b/eos/effects/cynosuraltheoryconsumptionbonus.py @@ -1,7 +1,7 @@ # cynosuralTheoryConsumptionBonus # # Used by: -# Ships from group: Force Recon Ship (7 of 8) +# Ships from group: Force Recon Ship (8 of 9) # Skill: Cynosural Field Theory type = "passive" diff --git a/eos/effects/elitebonuscoveropsscanprobestrength2.py b/eos/effects/elitebonuscoveropsscanprobestrength2.py index 8b922cee1..77feea510 100644 --- a/eos/effects/elitebonuscoveropsscanprobestrength2.py +++ b/eos/effects/elitebonuscoveropsscanprobestrength2.py @@ -1,7 +1,7 @@ # eliteBonusCoverOpsScanProbeStrength2 # # Used by: -# Ships from group: Covert Ops (7 of 7) +# Ships from group: Covert Ops (8 of 8) type = "passive" diff --git a/eos/effects/elitebonusmaxdmgmultibonusadd.py b/eos/effects/elitebonusmaxdmgmultibonusadd.py index e291fe8eb..adee595d4 100644 --- a/eos/effects/elitebonusmaxdmgmultibonusadd.py +++ b/eos/effects/elitebonusmaxdmgmultibonusadd.py @@ -1,3 +1,7 @@ +# eliteBonusMaxDmgMultiBonusAdd +# +# Used by: +# Ship: Hydra type = "passive" def handler(fit, src, context): fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Small Precursor Weapon"), "damageMultiplierBonusMax", diff --git a/eos/effects/elitebonusreconmaxdmgmultimaxhpt.py b/eos/effects/elitebonusreconmaxdmgmultimaxhpt.py index 71e1923fa..083e579c8 100644 --- a/eos/effects/elitebonusreconmaxdmgmultimaxhpt.py +++ b/eos/effects/elitebonusreconmaxdmgmultimaxhpt.py @@ -1,3 +1,7 @@ +# eliteBonusReconMaxDmgMultiMaxHPT +# +# Used by: +# Ship: Tiamat type = "passive" def handler(fit, src, context): fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Medium Precursor Weapon"), "damageMultiplierBonusMax", diff --git a/eos/effects/elitebonusreconscanprobestrength2.py b/eos/effects/elitebonusreconscanprobestrength2.py index 75e593e6c..04675d28c 100644 --- a/eos/effects/elitebonusreconscanprobestrength2.py +++ b/eos/effects/elitebonusreconscanprobestrength2.py @@ -1,3 +1,7 @@ +# eliteBonusReconScanProbeStrength2 +# +# Used by: +# Ship: Tiamat type = "passive" def handler(fit, src, context): fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"), "baseSensorStrength", diff --git a/eos/effects/minigamevirusstrengthbonus.py b/eos/effects/minigamevirusstrengthbonus.py index 2023d0407..0e60325db 100644 --- a/eos/effects/minigamevirusstrengthbonus.py +++ b/eos/effects/minigamevirusstrengthbonus.py @@ -1,7 +1,7 @@ # minigameVirusStrengthBonus # # Used by: -# Ships from group: Covert Ops (7 of 7) +# Ships from group: Covert Ops (7 of 8) # Ships named like: Stratios (2 of 2) # Subsystems named like: Defensive Covert Reconfiguration (4 of 4) # Ship: Astero diff --git a/eos/effects/reconshipcloakcpubonus1.py b/eos/effects/reconshipcloakcpubonus1.py index 8f63a28f2..e7c05671c 100644 --- a/eos/effects/reconshipcloakcpubonus1.py +++ b/eos/effects/reconshipcloakcpubonus1.py @@ -1,7 +1,7 @@ # reconShipCloakCpuBonus1 # # Used by: -# Ships from group: Force Recon Ship (6 of 8) +# Ships from group: Force Recon Ship (7 of 9) type = "passive" runTime = "early" diff --git a/eos/effects/shipbonusneutcapneedrolebonus2.py b/eos/effects/shipbonusneutcapneedrolebonus2.py index 324a01c66..b48e784ad 100644 --- a/eos/effects/shipbonusneutcapneedrolebonus2.py +++ b/eos/effects/shipbonusneutcapneedrolebonus2.py @@ -2,7 +2,9 @@ # # Used by: # Ship: Damavik +# Ship: Hydra # Ship: Leshak +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonuspctdamagepc1.py b/eos/effects/shipbonuspctdamagepc1.py index 50db0c467..06e686ab2 100644 --- a/eos/effects/shipbonuspctdamagepc1.py +++ b/eos/effects/shipbonuspctdamagepc1.py @@ -1,6 +1,7 @@ # shipbonusPCTDamagePC1 # # Used by: +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonuspctdamagepf1.py b/eos/effects/shipbonuspctdamagepf1.py index 7fd636e18..59a1071e2 100644 --- a/eos/effects/shipbonuspctdamagepf1.py +++ b/eos/effects/shipbonuspctdamagepf1.py @@ -2,6 +2,7 @@ # # Used by: # Ship: Damavik +# Ship: Hydra type = "passive" diff --git a/eos/effects/shipbonuspctoptimalpf2.py b/eos/effects/shipbonuspctoptimalpf2.py index 424b0d282..7403b2146 100644 --- a/eos/effects/shipbonuspctoptimalpf2.py +++ b/eos/effects/shipbonuspctoptimalpf2.py @@ -2,6 +2,7 @@ # # Used by: # Ship: Damavik +# Ship: Hydra type = "passive" diff --git a/eos/effects/shipbonuspcttrackingpc2.py b/eos/effects/shipbonuspcttrackingpc2.py index 69224ac73..4914d290e 100644 --- a/eos/effects/shipbonuspcttrackingpc2.py +++ b/eos/effects/shipbonuspcttrackingpc2.py @@ -1,6 +1,7 @@ # shipbonusPCTTrackingPC2 # # Used by: +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonusremoterepcapneedrolebonus2.py b/eos/effects/shipbonusremoterepcapneedrolebonus2.py index d2b7f5ea7..64df7fa9e 100644 --- a/eos/effects/shipbonusremoterepcapneedrolebonus2.py +++ b/eos/effects/shipbonusremoterepcapneedrolebonus2.py @@ -2,7 +2,9 @@ # # Used by: # Ship: Damavik +# Ship: Hydra # Ship: Leshak +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonusremoterepmaxrangerolebonus1.py b/eos/effects/shipbonusremoterepmaxrangerolebonus1.py index cdcc2773d..fc2fc3b14 100644 --- a/eos/effects/shipbonusremoterepmaxrangerolebonus1.py +++ b/eos/effects/shipbonusremoterepmaxrangerolebonus1.py @@ -2,7 +2,9 @@ # # Used by: # Ship: Damavik +# Ship: Hydra # Ship: Leshak +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonussmartbombcapneedrolebonus2.py b/eos/effects/shipbonussmartbombcapneedrolebonus2.py index 611e9822b..07eb85b54 100644 --- a/eos/effects/shipbonussmartbombcapneedrolebonus2.py +++ b/eos/effects/shipbonussmartbombcapneedrolebonus2.py @@ -2,7 +2,9 @@ # # Used by: # Ship: Damavik +# Ship: Hydra # Ship: Leshak +# Ship: Tiamat # Ship: Vedmak type = "passive" diff --git a/eos/effects/shipbonussurveyprobeexplosiondelayskillsurveycovertops3.py b/eos/effects/shipbonussurveyprobeexplosiondelayskillsurveycovertops3.py index db215459d..4fc7124c5 100644 --- a/eos/effects/shipbonussurveyprobeexplosiondelayskillsurveycovertops3.py +++ b/eos/effects/shipbonussurveyprobeexplosiondelayskillsurveycovertops3.py @@ -1,7 +1,7 @@ # shipBonusSurveyProbeExplosionDelaySkillSurveyCovertOps3 # # Used by: -# Ships from group: Covert Ops (5 of 7) +# Ships from group: Covert Ops (5 of 8) type = "passive"