From f801d7905c99bac8c8efd1d22e78ed3cc3407373 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 24 Mar 2015 16:30:40 -0400 Subject: [PATCH] Update effect file headers, mark as stable --- config.py | 6 +++--- eos/effects/covertopscloakcpupercentbonuspiratefaction.py | 1 + eos/effects/overloadrofbonus.py | 2 +- eos/effects/overloadselfdamagebonus.py | 2 +- eos/effects/shipbonusdronedamagemultipliergc2.py | 3 +-- eos/effects/shipbonusdronehitpointsgc2.py | 3 +-- eos/effects/shipbonusheavydronearmorhpgc2.py | 4 ++++ eos/effects/shipbonusheavydronedamagemultipliergc2.py | 4 ++++ eos/effects/shipbonusheavydronehpgc2.py | 4 ++++ eos/effects/shipbonusheavydroneshieldhpgc2.py | 4 ++++ eos/effects/shipbonuslightdronearmorhpgc2.py | 4 ++++ eos/effects/shipbonuslightdronedamagemultipliergc2.py | 4 ++++ eos/effects/shipbonuslightdronehpgc2.py | 4 ++++ eos/effects/shipbonuslightdroneshieldhpgc2.py | 4 ++++ eos/effects/shipbonusmediumdronearmorhpgc2.py | 4 ++++ eos/effects/shipbonusmediumdronedamagemultipliergc2.py | 4 ++++ eos/effects/shipbonusmediumdronehpgc2.py | 4 ++++ eos/effects/shipbonusmediumdroneshieldhpgc2.py | 4 ++++ eos/effects/shipbonussentryarmorhpgc3.py | 4 ++++ eos/effects/shipbonussentrydamagemultipliergc3.py | 4 ++++ eos/effects/shipbonussentryhpgc3.py | 4 ++++ eos/effects/shipbonussentryshieldhpgc3.py | 4 ++++ .../subsystembonuscaldaridefensiveshieldrechargerate.py | 4 ++++ eos/effects/targetattack.py | 2 +- 24 files changed, 77 insertions(+), 10 deletions(-) diff --git a/config.py b/config.py index 4f0a747c98..f71cadee72 100644 --- a/config.py +++ b/config.py @@ -13,9 +13,9 @@ saveInRoot = False # Version data -version = "1.9.1" -tag = "git" -expansionName = "Tiamat" +version = "1.10.0" +tag = "Stable" +expansionName = "Scylla" expansionVersion = "1.0" evemonMinVersion = "4081" diff --git a/eos/effects/covertopscloakcpupercentbonuspiratefaction.py b/eos/effects/covertopscloakcpupercentbonuspiratefaction.py index 0e6fe99e3f..fa7faffc3a 100644 --- a/eos/effects/covertopscloakcpupercentbonuspiratefaction.py +++ b/eos/effects/covertopscloakcpupercentbonuspiratefaction.py @@ -3,6 +3,7 @@ # Used by: # Ship: Astero # Ship: Prospect +# Ship: Victorieux Luxury Yacht type = "passive" runTime = "early" def handler(fit, ship, context): diff --git a/eos/effects/overloadrofbonus.py b/eos/effects/overloadrofbonus.py index 5382e5f2cf..4cfc38d2fa 100644 --- a/eos/effects/overloadrofbonus.py +++ b/eos/effects/overloadrofbonus.py @@ -1,7 +1,7 @@ # overloadRofBonus # # Used by: -# Modules from group: Energy Weapon (100 of 186) +# Modules from group: Energy Weapon (100 of 187) # Modules from group: Hybrid Weapon (110 of 202) # Modules from group: Missile Launcher Citadel (4 of 4) # Modules from group: Missile Launcher Heavy (12 of 12) diff --git a/eos/effects/overloadselfdamagebonus.py b/eos/effects/overloadselfdamagebonus.py index 0e43c84c1f..2e46fe1ec4 100644 --- a/eos/effects/overloadselfdamagebonus.py +++ b/eos/effects/overloadselfdamagebonus.py @@ -1,7 +1,7 @@ # overloadSelfDamageBonus # # Used by: -# Modules from group: Energy Weapon (86 of 186) +# Modules from group: Energy Weapon (86 of 187) # Modules from group: Hybrid Weapon (92 of 202) # Modules from group: Projectile Weapon (86 of 146) type = "overheat" diff --git a/eos/effects/shipbonusdronedamagemultipliergc2.py b/eos/effects/shipbonusdronedamagemultipliergc2.py index c251fdda9f..dc87ee023c 100644 --- a/eos/effects/shipbonusdronedamagemultipliergc2.py +++ b/eos/effects/shipbonusdronedamagemultipliergc2.py @@ -2,8 +2,7 @@ # # Used by: # Ships named like: Stratios (2 of 2) -# Variations of ship: Vexor (3 of 4) -# Ship: Vexor Quafe Edition +# Ships named like: Vexor (3 of 4) type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusdronehitpointsgc2.py b/eos/effects/shipbonusdronehitpointsgc2.py index fc008fa878..369566d005 100644 --- a/eos/effects/shipbonusdronehitpointsgc2.py +++ b/eos/effects/shipbonusdronehitpointsgc2.py @@ -2,8 +2,7 @@ # # Used by: # Ships named like: Stratios (2 of 2) -# Variations of ship: Vexor (3 of 4) -# Ship: Vexor Quafe Edition +# Ships named like: Vexor (3 of 4) type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusheavydronearmorhpgc2.py b/eos/effects/shipbonusheavydronearmorhpgc2.py index 0b71bf2276..55a3a93395 100644 --- a/eos/effects/shipbonusheavydronearmorhpgc2.py +++ b/eos/effects/shipbonusheavydronearmorhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusHeavyDroneArmorHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusheavydronedamagemultipliergc2.py b/eos/effects/shipbonusheavydronedamagemultipliergc2.py index 2cb14abb7b..ac7e9ec087 100644 --- a/eos/effects/shipbonusheavydronedamagemultipliergc2.py +++ b/eos/effects/shipbonusheavydronedamagemultipliergc2.py @@ -1,3 +1,7 @@ +# shipBonusHeavyDroneDamageMultiplierGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusheavydronehpgc2.py b/eos/effects/shipbonusheavydronehpgc2.py index 83b53c35ed..6e5a858ebf 100644 --- a/eos/effects/shipbonusheavydronehpgc2.py +++ b/eos/effects/shipbonusheavydronehpgc2.py @@ -1,3 +1,7 @@ +# shipBonusHeavyDroneHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusheavydroneshieldhpgc2.py b/eos/effects/shipbonusheavydroneshieldhpgc2.py index 2106a5e1e2..66e33b8a9f 100644 --- a/eos/effects/shipbonusheavydroneshieldhpgc2.py +++ b/eos/effects/shipbonusheavydroneshieldhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusHeavyDroneShieldHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonuslightdronearmorhpgc2.py b/eos/effects/shipbonuslightdronearmorhpgc2.py index f498971a1d..99c1aa07f2 100644 --- a/eos/effects/shipbonuslightdronearmorhpgc2.py +++ b/eos/effects/shipbonuslightdronearmorhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusLightDroneArmorHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonuslightdronedamagemultipliergc2.py b/eos/effects/shipbonuslightdronedamagemultipliergc2.py index 0e0aa5a6bc..104b7f5a14 100644 --- a/eos/effects/shipbonuslightdronedamagemultipliergc2.py +++ b/eos/effects/shipbonuslightdronedamagemultipliergc2.py @@ -1,3 +1,7 @@ +# shipBonusLightDroneDamageMultiplierGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonuslightdronehpgc2.py b/eos/effects/shipbonuslightdronehpgc2.py index 5d783eec95..7a9328b1ea 100644 --- a/eos/effects/shipbonuslightdronehpgc2.py +++ b/eos/effects/shipbonuslightdronehpgc2.py @@ -1,3 +1,7 @@ +# shipBonusLightDroneHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonuslightdroneshieldhpgc2.py b/eos/effects/shipbonuslightdroneshieldhpgc2.py index 39ddbb0b20..d6b6dd4924 100644 --- a/eos/effects/shipbonuslightdroneshieldhpgc2.py +++ b/eos/effects/shipbonuslightdroneshieldhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusLightDroneShieldHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusmediumdronearmorhpgc2.py b/eos/effects/shipbonusmediumdronearmorhpgc2.py index 0d417e0df1..2439abe965 100644 --- a/eos/effects/shipbonusmediumdronearmorhpgc2.py +++ b/eos/effects/shipbonusmediumdronearmorhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusMediumDroneArmorHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusmediumdronedamagemultipliergc2.py b/eos/effects/shipbonusmediumdronedamagemultipliergc2.py index d5b578bf79..b5d2da3bf2 100644 --- a/eos/effects/shipbonusmediumdronedamagemultipliergc2.py +++ b/eos/effects/shipbonusmediumdronedamagemultipliergc2.py @@ -1,3 +1,7 @@ +# shipBonusMediumDroneDamageMultiplierGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusmediumdronehpgc2.py b/eos/effects/shipbonusmediumdronehpgc2.py index ca9e3b6282..74644acb04 100644 --- a/eos/effects/shipbonusmediumdronehpgc2.py +++ b/eos/effects/shipbonusmediumdronehpgc2.py @@ -1,3 +1,7 @@ +# shipBonusMediumDroneHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonusmediumdroneshieldhpgc2.py b/eos/effects/shipbonusmediumdroneshieldhpgc2.py index 284a3c6c37..210cc6eb83 100644 --- a/eos/effects/shipbonusmediumdroneshieldhpgc2.py +++ b/eos/effects/shipbonusmediumdroneshieldhpgc2.py @@ -1,3 +1,7 @@ +# shipBonusMediumDroneShieldHPGC2 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonussentryarmorhpgc3.py b/eos/effects/shipbonussentryarmorhpgc3.py index b6611f9562..80dc34d01c 100644 --- a/eos/effects/shipbonussentryarmorhpgc3.py +++ b/eos/effects/shipbonussentryarmorhpgc3.py @@ -1,3 +1,7 @@ +# shipBonusSentryArmorHPGC3 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonussentrydamagemultipliergc3.py b/eos/effects/shipbonussentrydamagemultipliergc3.py index 367de71e40..73987a70b2 100644 --- a/eos/effects/shipbonussentrydamagemultipliergc3.py +++ b/eos/effects/shipbonussentrydamagemultipliergc3.py @@ -1,3 +1,7 @@ +# shipBonusSentryDamageMultiplierGC3 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonussentryhpgc3.py b/eos/effects/shipbonussentryhpgc3.py index 066f969054..633c8267e3 100644 --- a/eos/effects/shipbonussentryhpgc3.py +++ b/eos/effects/shipbonussentryhpgc3.py @@ -1,3 +1,7 @@ +# shipBonusSentryHPGC3 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/shipbonussentryshieldhpgc3.py b/eos/effects/shipbonussentryshieldhpgc3.py index d9d5cafdc0..64bb46455c 100644 --- a/eos/effects/shipbonussentryshieldhpgc3.py +++ b/eos/effects/shipbonussentryshieldhpgc3.py @@ -1,3 +1,7 @@ +# shipBonusSentryShieldHPGC3 +# +# Used by: +# Ship: Ishtar type = "passive" def handler(fit, ship, context): level = fit.character.getSkill("Gallente Cruiser").level diff --git a/eos/effects/subsystembonuscaldaridefensiveshieldrechargerate.py b/eos/effects/subsystembonuscaldaridefensiveshieldrechargerate.py index e2d33d4042..7c63b3a27c 100644 --- a/eos/effects/subsystembonuscaldaridefensiveshieldrechargerate.py +++ b/eos/effects/subsystembonuscaldaridefensiveshieldrechargerate.py @@ -1,3 +1,7 @@ +# subsystemBonusCaldariDefensiveShieldRechargeRate +# +# Used by: +# Subsystem: Tengu Defensive - Supplemental Screening type = "passive" def handler(fit, module, context): level = fit.character.getSkill("Caldari Defensive Systems").level diff --git a/eos/effects/targetattack.py b/eos/effects/targetattack.py index 3403c880b0..3fafbf2fa5 100644 --- a/eos/effects/targetattack.py +++ b/eos/effects/targetattack.py @@ -3,7 +3,7 @@ # Used by: # Drones from group: Combat Drone (74 of 74) # Drones from group: Fighter Drone (4 of 4) -# Modules from group: Energy Weapon (186 of 186) +# Modules from group: Energy Weapon (186 of 187) type = 'active' def handler(fit, module, context): # Set reload time to 1 second