diff --git a/eos/effects/ammoinfluencecapneed.py b/eos/effects/ammoinfluencecapneed.py index d5110c5f1..b798f0f4b 100644 --- a/eos/effects/ammoinfluencecapneed.py +++ b/eos/effects/ammoinfluencecapneed.py @@ -1,7 +1,7 @@ # ammoInfluenceCapNeed # # Used by: -# Items from category: Charge (478 of 925) +# Items from category: Charge (478 of 928) type = "passive" diff --git a/eos/effects/ammoinfluencerange.py b/eos/effects/ammoinfluencerange.py index 1c7d4ea44..078b2b205 100644 --- a/eos/effects/ammoinfluencerange.py +++ b/eos/effects/ammoinfluencerange.py @@ -1,7 +1,7 @@ # ammoInfluenceRange # # Used by: -# Items from category: Charge (572 of 925) +# Items from category: Charge (572 of 928) type = "passive" diff --git a/eos/effects/ammospeedmultiplier.py b/eos/effects/ammospeedmultiplier.py index 31ebe295b..ac7ada2ad 100644 --- a/eos/effects/ammospeedmultiplier.py +++ b/eos/effects/ammospeedmultiplier.py @@ -3,6 +3,7 @@ # Used by: # Charges from group: Festival Charges (23 of 23) # Charges from group: Interdiction Probe (2 of 2) +# Charges from group: Structure Festival Charges (3 of 3) type = "passive" diff --git a/eos/effects/boosterarmorhppenalty.py b/eos/effects/boosterarmorhppenalty.py index c65338065..63fb57cd1 100644 --- a/eos/effects/boosterarmorhppenalty.py +++ b/eos/effects/boosterarmorhppenalty.py @@ -1,7 +1,7 @@ # boosterArmorHpPenalty # # Used by: -# Implants from group: Booster (12 of 54) +# Implants from group: Booster (12 of 62) type = "boosterSideEffect" # User-friendly name for the side effect diff --git a/eos/effects/boostermaxvelocitypenalty.py b/eos/effects/boostermaxvelocitypenalty.py index c6b7d99e0..b6decaf9f 100644 --- a/eos/effects/boostermaxvelocitypenalty.py +++ b/eos/effects/boostermaxvelocitypenalty.py @@ -1,7 +1,7 @@ # boosterMaxVelocityPenalty # # Used by: -# Implants from group: Booster (12 of 54) +# Implants from group: Booster (12 of 62) type = "boosterSideEffect" # User-friendly name for the side effect diff --git a/eos/effects/boostershieldcapacitypenalty.py b/eos/effects/boostershieldcapacitypenalty.py index 9497300b9..7bc929983 100644 --- a/eos/effects/boostershieldcapacitypenalty.py +++ b/eos/effects/boostershieldcapacitypenalty.py @@ -1,7 +1,7 @@ # boosterShieldCapacityPenalty # # Used by: -# Implants from group: Booster (12 of 54) +# Implants from group: Booster (12 of 62) type = "boosterSideEffect" # User-friendly name for the side effect diff --git a/eos/effects/elitebonusflagcruiserallresistances1.py b/eos/effects/elitebonusflagcruiserallresistances1.py index e78876818..5ca4a504d 100644 --- a/eos/effects/elitebonusflagcruiserallresistances1.py +++ b/eos/effects/elitebonusflagcruiserallresistances1.py @@ -1,4 +1,10 @@ +# eliteBonusFlagCruiserAllResistances1 +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.ship.boostItemAttr("explosiveDamageResonance", src.getModifiedItemAttr("eliteBonusFlagCruisers1"), skill="Flag Cruisers") fit.ship.boostItemAttr("shieldKineticDamageResonance", src.getModifiedItemAttr("eliteBonusFlagCruisers1"), skill="Flag Cruisers") diff --git a/eos/effects/missiledmgbonus.py b/eos/effects/missiledmgbonus.py index 3abc18387..d565bdaaf 100644 --- a/eos/effects/missiledmgbonus.py +++ b/eos/effects/missiledmgbonus.py @@ -1,7 +1,7 @@ # missileDMGBonus # # Used by: -# Modules from group: Ballistic Control system (18 of 18) +# Modules from group: Ballistic Control system (20 of 20) type = "passive" diff --git a/eos/effects/missilelauncherspeedmultiplier.py b/eos/effects/missilelauncherspeedmultiplier.py index 9e2a28559..cc339b5ab 100644 --- a/eos/effects/missilelauncherspeedmultiplier.py +++ b/eos/effects/missilelauncherspeedmultiplier.py @@ -1,7 +1,7 @@ # missileLauncherSpeedMultiplier # # Used by: -# Modules from group: Ballistic Control system (18 of 18) +# Modules from group: Ballistic Control system (20 of 20) type = "passive" diff --git a/eos/effects/modulebonusdronedamageamplifier.py b/eos/effects/modulebonusdronedamageamplifier.py index f37ea4a1d..ac7fb062d 100644 --- a/eos/effects/modulebonusdronedamageamplifier.py +++ b/eos/effects/modulebonusdronedamageamplifier.py @@ -2,6 +2,7 @@ # # Used by: # Modules from group: Drone Damage Modules (11 of 11) +# Modules named like: C3 'Hivaa Saitsuo' Ballistic Control System (2 of 2) type = "passive" diff --git a/eos/effects/overloadrofbonus.py b/eos/effects/overloadrofbonus.py index 6248b687d..4d5707173 100644 --- a/eos/effects/overloadrofbonus.py +++ b/eos/effects/overloadrofbonus.py @@ -2,7 +2,7 @@ # # Used by: # Modules from group: Missile Launcher Torpedo (22 of 22) -# Items from market group: Ship Equipment > Turrets & Bays (429 of 861) +# Items from market group: Ship Equipment > Turrets & Bays (429 of 863) # Module: Interdiction Sphere Launcher I type = "overheat" diff --git a/eos/effects/overloadselfdamagebonus.py b/eos/effects/overloadselfdamagebonus.py index 451c95201..a60a741e4 100644 --- a/eos/effects/overloadselfdamagebonus.py +++ b/eos/effects/overloadselfdamagebonus.py @@ -1,7 +1,7 @@ # overloadSelfDamageBonus # # Used by: -# Modules from group: Energy Weapon (101 of 213) +# Modules from group: Energy Weapon (101 of 214) # Modules from group: Hybrid Weapon (105 of 221) # Modules from group: Projectile Weapon (99 of 165) type = "overheat" diff --git a/eos/effects/rolebonusflagcruisermodulefittingreduction.py b/eos/effects/rolebonusflagcruisermodulefittingreduction.py index 42738f383..2020db2d9 100644 --- a/eos/effects/rolebonusflagcruisermodulefittingreduction.py +++ b/eos/effects/rolebonusflagcruisermodulefittingreduction.py @@ -1,4 +1,10 @@ +# roleBonusFlagCruiserModuleFittingReduction +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ("Propulsion Module", "Micro Jump Drive"), "power", src.getModifiedItemAttr("flagCruiserFittingBonusPropMods")) diff --git a/eos/effects/rolebonusflagcruisertargetpaintermodifications.py b/eos/effects/rolebonusflagcruisertargetpaintermodifications.py index 94b183289..7400a0707 100644 --- a/eos/effects/rolebonusflagcruisertargetpaintermodifications.py +++ b/eos/effects/rolebonusflagcruisertargetpaintermodifications.py @@ -1,4 +1,10 @@ +# roleBonusFlagCruiserTargetPainterModifications +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter", "signatureRadiusBonus", src.getModifiedItemAttr("targetPainterStrengthModifierFlagCruisers")) diff --git a/eos/effects/shipagilitybonusgc1.py b/eos/effects/shipagilitybonusgc1.py index b3ebdcb1b..6c08d527f 100644 --- a/eos/effects/shipagilitybonusgc1.py +++ b/eos/effects/shipagilitybonusgc1.py @@ -1,3 +1,9 @@ +# shipAgilityBonusGC1 +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.ship.boostItemAttr("agility", src.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser") diff --git a/eos/effects/shiparmorhitpointsac1.py b/eos/effects/shiparmorhitpointsac1.py index 86957195d..853eed5d1 100644 --- a/eos/effects/shiparmorhitpointsac1.py +++ b/eos/effects/shiparmorhitpointsac1.py @@ -1,3 +1,9 @@ +# shipArmorHitPointsAC1 +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.ship.boostItemAttr("armorHP", src.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser") diff --git a/eos/effects/shipbonusdronedamagemultiplierrookie.py b/eos/effects/shipbonusdronedamagemultiplierrookie.py index a5e45f38c..23c9a4b5b 100644 --- a/eos/effects/shipbonusdronedamagemultiplierrookie.py +++ b/eos/effects/shipbonusdronedamagemultiplierrookie.py @@ -2,6 +2,7 @@ # # Used by: # Ship: Gnosis +# Ship: Praxis # Ship: Sunesis # Ship: Taipan # Ship: Velator diff --git a/eos/effects/shipbonusdronehitpointsrookie.py b/eos/effects/shipbonusdronehitpointsrookie.py index 27413bed0..3862e2144 100644 --- a/eos/effects/shipbonusdronehitpointsrookie.py +++ b/eos/effects/shipbonusdronehitpointsrookie.py @@ -3,6 +3,7 @@ # Used by: # Variations of ship: Procurer (2 of 2) # Ship: Gnosis +# Ship: Praxis # Ship: Sunesis # Ship: Taipan # Ship: Velator diff --git a/eos/effects/shipbonusheavyassaultmissileemdamagecbc2.py b/eos/effects/shipbonusheavyassaultmissileemdamagecbc2.py index cd1c46bf8..dc9dfef75 100644 --- a/eos/effects/shipbonusheavyassaultmissileemdamagecbc2.py +++ b/eos/effects/shipbonusheavyassaultmissileemdamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyAssaultMissileEMDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "emDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "emDamage", + src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavyassaultmissileexplosivedamagecbc2.py b/eos/effects/shipbonusheavyassaultmissileexplosivedamagecbc2.py index a27afe857..3ea3ea593 100644 --- a/eos/effects/shipbonusheavyassaultmissileexplosivedamagecbc2.py +++ b/eos/effects/shipbonusheavyassaultmissileexplosivedamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyAssaultMissileExplosiveDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "explosiveDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "explosiveDamage", + src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavyassaultmissilekineticdamagecbc2.py b/eos/effects/shipbonusheavyassaultmissilekineticdamagecbc2.py index 64fed7385..fdb946508 100644 --- a/eos/effects/shipbonusheavyassaultmissilekineticdamagecbc2.py +++ b/eos/effects/shipbonusheavyassaultmissilekineticdamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyAssaultMissileKineticDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "kineticDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), + "kineticDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavyassaultmissilethermaldamagecbc2.py b/eos/effects/shipbonusheavyassaultmissilethermaldamagecbc2.py index 54af626a4..dd3e5b94a 100644 --- a/eos/effects/shipbonusheavyassaultmissilethermaldamagecbc2.py +++ b/eos/effects/shipbonusheavyassaultmissilethermaldamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyAssaultMissileThermalDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), "thermalDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Assault Missiles"), + "thermalDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavymissileemdamagecbc2.py b/eos/effects/shipbonusheavymissileemdamagecbc2.py index 19597baa9..a2e53af5a 100644 --- a/eos/effects/shipbonusheavymissileemdamagecbc2.py +++ b/eos/effects/shipbonusheavymissileemdamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyMissileEMDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "emDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), + "emDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavymissileexplosivedamagecbc2.py b/eos/effects/shipbonusheavymissileexplosivedamagecbc2.py index 7bab20933..c4a2df83e 100644 --- a/eos/effects/shipbonusheavymissileexplosivedamagecbc2.py +++ b/eos/effects/shipbonusheavymissileexplosivedamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyMissileExplosiveDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "explosiveDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "explosiveDamage", + src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavymissilekineticdamagecbc2.py b/eos/effects/shipbonusheavymissilekineticdamagecbc2.py index c494b5d8a..f9ef052fa 100644 --- a/eos/effects/shipbonusheavymissilekineticdamagecbc2.py +++ b/eos/effects/shipbonusheavymissilekineticdamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyMissileKineticDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "kineticDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "kineticDamage", + src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusheavymissilethermaldamagecbc2.py b/eos/effects/shipbonusheavymissilethermaldamagecbc2.py index b5e6c6914..cf22a33c3 100644 --- a/eos/effects/shipbonusheavymissilethermaldamagecbc2.py +++ b/eos/effects/shipbonusheavymissilethermaldamagecbc2.py @@ -1,3 +1,10 @@ +# shipBonusHeavyMissileThermalDamageCBC2 +# +# Used by: +# Ship: Drake Navy Issue type = "passive" + + def handler(fit, src, context): - fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "thermalDamage", src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") + fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"), "thermalDamage", + src.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser") diff --git a/eos/effects/shipbonusminingdroneamountpercentrookie.py b/eos/effects/shipbonusminingdroneamountpercentrookie.py index bffbe6b81..5cde2c087 100644 --- a/eos/effects/shipbonusminingdroneamountpercentrookie.py +++ b/eos/effects/shipbonusminingdroneamountpercentrookie.py @@ -2,6 +2,7 @@ # # Used by: # Ship: Gnosis +# Ship: Praxis # Ship: Taipan # Ship: Velator type = "passive" diff --git a/eos/effects/shiplargeweaponsdamagebonus.py b/eos/effects/shiplargeweaponsdamagebonus.py index c06e0d4ab..a734806d8 100644 --- a/eos/effects/shiplargeweaponsdamagebonus.py +++ b/eos/effects/shiplargeweaponsdamagebonus.py @@ -1,4 +1,10 @@ +# shipLargeWeaponsDamageBonus +# +# Used by: +# Ship: Praxis type = "passive" + + def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"), "damageMultiplier", src.getModifiedItemAttr("shipBonusRole7")) diff --git a/eos/effects/shipscanprobestrengthbonuspiratecruiser.py b/eos/effects/shipscanprobestrengthbonuspiratecruiser.py index c5c41a911..c57d3adff 100644 --- a/eos/effects/shipscanprobestrengthbonuspiratecruiser.py +++ b/eos/effects/shipscanprobestrengthbonuspiratecruiser.py @@ -4,6 +4,7 @@ # Ships named like: Stratios (2 of 2) # Ship: Astero # Ship: Gnosis +# Ship: Praxis # Ship: Sunesis type = "passive" diff --git a/eos/effects/shipshieldemresistance1cbc2.py b/eos/effects/shipshieldemresistance1cbc2.py index 83a19ed65..82fe621bc 100644 --- a/eos/effects/shipshieldemresistance1cbc2.py +++ b/eos/effects/shipshieldemresistance1cbc2.py @@ -1,7 +1,8 @@ # shipShieldEmResistance1CBC2 # # Used by: -# Variations of ship: Drake (3 of 3) +# Ship: Drake +# Ship: Nighthawk # Ship: Vulture type = "passive" diff --git a/eos/effects/shipshieldexplosiveresistance1cbc2.py b/eos/effects/shipshieldexplosiveresistance1cbc2.py index 5f5559e19..c3e3846de 100644 --- a/eos/effects/shipshieldexplosiveresistance1cbc2.py +++ b/eos/effects/shipshieldexplosiveresistance1cbc2.py @@ -1,7 +1,8 @@ # shipShieldExplosiveResistance1CBC2 # # Used by: -# Variations of ship: Drake (3 of 3) +# Ship: Drake +# Ship: Nighthawk # Ship: Vulture type = "passive" diff --git a/eos/effects/shipshieldhitpointscc1.py b/eos/effects/shipshieldhitpointscc1.py index 6ef948899..06fdfea96 100644 --- a/eos/effects/shipshieldhitpointscc1.py +++ b/eos/effects/shipshieldhitpointscc1.py @@ -1,3 +1,9 @@ +# shipShieldHitpointsCC1 +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.ship.boostItemAttr("shieldCapacity", src.getModifiedItemAttr("shipBonusCC"), skill="Caldari Cruiser") diff --git a/eos/effects/shipshieldkineticresistance1cbc2.py b/eos/effects/shipshieldkineticresistance1cbc2.py index 4fccf027e..8db3ea8be 100644 --- a/eos/effects/shipshieldkineticresistance1cbc2.py +++ b/eos/effects/shipshieldkineticresistance1cbc2.py @@ -1,7 +1,8 @@ # shipShieldKineticResistance1CBC2 # # Used by: -# Variations of ship: Drake (3 of 3) +# Ship: Drake +# Ship: Nighthawk # Ship: Vulture type = "passive" diff --git a/eos/effects/shipshieldthermalresistance1cbc2.py b/eos/effects/shipshieldthermalresistance1cbc2.py index fad8935c7..4268d279f 100644 --- a/eos/effects/shipshieldthermalresistance1cbc2.py +++ b/eos/effects/shipshieldthermalresistance1cbc2.py @@ -1,7 +1,8 @@ # shipShieldThermalResistance1CBC2 # # Used by: -# Variations of ship: Drake (3 of 3) +# Ship: Drake +# Ship: Nighthawk # Ship: Vulture type = "passive" diff --git a/eos/effects/shipsignatureradiusmc1.py b/eos/effects/shipsignatureradiusmc1.py index 1a5c0fb75..e366d23af 100644 --- a/eos/effects/shipsignatureradiusmc1.py +++ b/eos/effects/shipsignatureradiusmc1.py @@ -1,3 +1,9 @@ +# shipSignatureRadiusMC1 +# +# Used by: +# Ship: Monitor type = "passive" + + def handler(fit, src, context): fit.ship.boostItemAttr("signatureRadius", src.getModifiedItemAttr("shipBonusMC"), skill="Minmatar Cruiser") diff --git a/eos/effects/targetattack.py b/eos/effects/targetattack.py index 236a426d8..4f0625c89 100644 --- a/eos/effects/targetattack.py +++ b/eos/effects/targetattack.py @@ -2,7 +2,7 @@ # # Used by: # Drones from group: Combat Drone (74 of 74) -# Modules from group: Energy Weapon (212 of 213) +# Modules from group: Energy Weapon (212 of 214) type = 'active'