Compare commits
78 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e5f119248 | ||
|
|
1315f8d8ed | ||
|
|
356c741e54 | ||
|
|
04f52f1f86 | ||
|
|
c7042f314b | ||
|
|
dd27c3c805 | ||
|
|
9685d15e61 | ||
|
|
b31d14158f | ||
|
|
b3b62fcecc | ||
|
|
51063ef758 | ||
|
|
f406d7da09 | ||
|
|
4f64ae9f85 | ||
|
|
bdfa46cea2 | ||
|
|
693d213ec1 | ||
|
|
c76e4c8220 | ||
|
|
979539cb79 | ||
|
|
009956c301 | ||
|
|
0b64dad408 | ||
|
|
032204bd53 | ||
|
|
55847adb41 | ||
|
|
e2abc51bbf | ||
|
|
15ac9aca18 | ||
|
|
9cc70fd301 | ||
|
|
1cae335f65 | ||
|
|
3c5538109d | ||
|
|
9de7585d33 | ||
|
|
23044b5cdb | ||
|
|
dea6ced052 | ||
|
|
c584d668b7 | ||
|
|
3c6850fe7a | ||
|
|
e3590f8d16 | ||
|
|
5a586c5632 | ||
|
|
a946c9c9ed | ||
|
|
2ea0c57be5 | ||
|
|
dcd2cdeddc | ||
|
|
bd60733bfe | ||
|
|
5a1e39180a | ||
|
|
18385584bf | ||
|
|
7d58b2caa1 | ||
|
|
08f22172a6 | ||
|
|
88344dcfdc | ||
|
|
4ea69201ea | ||
|
|
07692584cf | ||
|
|
96707275be | ||
|
|
239fec48e8 | ||
|
|
6fc2cfff71 | ||
|
|
faff60c5e0 | ||
|
|
9a51d1fe3c | ||
|
|
8313fa03b8 | ||
|
|
665a1c473c | ||
|
|
c9dca6cd2a | ||
|
|
7b3e0fe3b0 | ||
|
|
8ea4ef1b44 | ||
|
|
933fbb26d7 | ||
|
|
de9ae5c78c | ||
|
|
0d1c7b93be | ||
|
|
d08b1c8284 | ||
|
|
28cfaf1702 | ||
|
|
749934b89d | ||
|
|
1c84e9dc4b | ||
|
|
df046769ff | ||
|
|
ae386cae4e | ||
|
|
d2635d6405 | ||
|
|
45fca2a87d | ||
|
|
f1f9da9214 | ||
|
|
a1416e6bec | ||
|
|
2d82eb7c92 | ||
|
|
9a2408741e | ||
|
|
b7e2b62562 | ||
|
|
fbc336b038 | ||
|
|
9dea4a26bf | ||
|
|
0ea8a7a921 | ||
|
|
0bf956e9b3 | ||
|
|
b783f0641c | ||
|
|
a0c1686ac5 | ||
|
|
af325caecc | ||
|
|
60a786a6a2 | ||
|
|
6dc4161a36 |
@@ -13,10 +13,10 @@ debug = False
|
||||
saveInRoot = False
|
||||
|
||||
# Version data
|
||||
version = "1.1.23"
|
||||
version = "1.3.1"
|
||||
tag = "git"
|
||||
expansionName = "Rubicon"
|
||||
expansionVersion = "1.3"
|
||||
expansionName = "Crius"
|
||||
expansionVersion = "1.0"
|
||||
evemonMinVersion = "4081"
|
||||
|
||||
pyfaPath = None
|
||||
|
||||
0
eos/__init__.py
Executable file → Normal file
0
eos/__init__.py
Executable file → Normal file
0
eos/capSim.py
Executable file → Normal file
0
eos/capSim.py
Executable file → Normal file
0
eos/config.py
Executable file → Normal file
0
eos/config.py
Executable file → Normal file
0
eos/db/__init__.py
Executable file → Normal file
0
eos/db/__init__.py
Executable file → Normal file
0
eos/db/gamedata/__init__.py
Executable file → Normal file
0
eos/db/gamedata/__init__.py
Executable file → Normal file
0
eos/db/gamedata/attribute.py
Executable file → Normal file
0
eos/db/gamedata/attribute.py
Executable file → Normal file
0
eos/db/gamedata/category.py
Executable file → Normal file
0
eos/db/gamedata/category.py
Executable file → Normal file
0
eos/db/gamedata/effect.py
Executable file → Normal file
0
eos/db/gamedata/effect.py
Executable file → Normal file
0
eos/db/gamedata/group.py
Executable file → Normal file
0
eos/db/gamedata/group.py
Executable file → Normal file
0
eos/db/gamedata/icon.py
Executable file → Normal file
0
eos/db/gamedata/icon.py
Executable file → Normal file
0
eos/db/gamedata/item.py
Executable file → Normal file
0
eos/db/gamedata/item.py
Executable file → Normal file
0
eos/db/gamedata/marketGroup.py
Executable file → Normal file
0
eos/db/gamedata/marketGroup.py
Executable file → Normal file
0
eos/db/gamedata/metaData.py
Executable file → Normal file
0
eos/db/gamedata/metaData.py
Executable file → Normal file
0
eos/db/gamedata/metaGroup.py
Executable file → Normal file
0
eos/db/gamedata/metaGroup.py
Executable file → Normal file
0
eos/db/gamedata/queries.py
Executable file → Normal file
0
eos/db/gamedata/queries.py
Executable file → Normal file
0
eos/db/gamedata/unit.py
Executable file → Normal file
0
eos/db/gamedata/unit.py
Executable file → Normal file
0
eos/db/migration.py
Executable file → Normal file
0
eos/db/migration.py
Executable file → Normal file
0
eos/db/saveddata/__init__.py
Executable file → Normal file
0
eos/db/saveddata/__init__.py
Executable file → Normal file
0
eos/db/saveddata/booster.py
Executable file → Normal file
0
eos/db/saveddata/booster.py
Executable file → Normal file
0
eos/db/saveddata/character.py
Executable file → Normal file
0
eos/db/saveddata/character.py
Executable file → Normal file
0
eos/db/saveddata/damagePattern.py
Executable file → Normal file
0
eos/db/saveddata/damagePattern.py
Executable file → Normal file
0
eos/db/saveddata/drone.py
Executable file → Normal file
0
eos/db/saveddata/drone.py
Executable file → Normal file
0
eos/db/saveddata/fit.py
Executable file → Normal file
0
eos/db/saveddata/fit.py
Executable file → Normal file
0
eos/db/saveddata/fleet.py
Executable file → Normal file
0
eos/db/saveddata/fleet.py
Executable file → Normal file
0
eos/db/saveddata/implant.py
Executable file → Normal file
0
eos/db/saveddata/implant.py
Executable file → Normal file
0
eos/db/saveddata/miscData.py
Executable file → Normal file
0
eos/db/saveddata/miscData.py
Executable file → Normal file
0
eos/db/saveddata/module.py
Executable file → Normal file
0
eos/db/saveddata/module.py
Executable file → Normal file
0
eos/db/saveddata/price.py
Executable file → Normal file
0
eos/db/saveddata/price.py
Executable file → Normal file
0
eos/db/saveddata/queries.py
Executable file → Normal file
0
eos/db/saveddata/queries.py
Executable file → Normal file
0
eos/db/saveddata/skill.py
Executable file → Normal file
0
eos/db/saveddata/skill.py
Executable file → Normal file
0
eos/db/saveddata/user.py
Executable file → Normal file
0
eos/db/saveddata/user.py
Executable file → Normal file
0
eos/db/util.py
Executable file → Normal file
0
eos/db/util.py
Executable file → Normal file
0
eos/effectHandlerHelpers.py
Executable file → Normal file
0
eos/effectHandlerHelpers.py
Executable file → Normal file
0
eos/effects/__init__.py
Executable file → Normal file
0
eos/effects/__init__.py
Executable file → Normal file
0
eos/effects/accerationcontrolcapneedbonuspostpercentcapacitorneedlocationshipgroupafterburner.py
Executable file → Normal file
0
eos/effects/accerationcontrolcapneedbonuspostpercentcapacitorneedlocationshipgroupafterburner.py
Executable file → Normal file
0
eos/effects/accerationcontrolskillabmwdspeedboost.py
Executable file → Normal file
0
eos/effects/accerationcontrolskillabmwdspeedboost.py
Executable file → Normal file
0
eos/effects/accerationcontrolspeedfbonuspostpercentspeedfactorlocationshipgroupafterburner.py
Executable file → Normal file
0
eos/effects/accerationcontrolspeedfbonuspostpercentspeedfactorlocationshipgroupafterburner.py
Executable file → Normal file
1
eos/effects/accessdifficultybonusmodifierrequiringarchaelogy.py
Executable file → Normal file
1
eos/effects/accessdifficultybonusmodifierrequiringarchaelogy.py
Executable file → Normal file
@@ -1,6 +1,7 @@
|
||||
# Used by:
|
||||
# Modules named like: Emission Scope Sharpener (8 of 8)
|
||||
# Implant: Poteque 'Prospector' Archaeology AC-905
|
||||
# Implant: Poteque 'Prospector' Environmental Analysis EY-1005
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
fit.modules.filteredItemIncrease(lambda module: module.item.requiresSkill("Archaeology"),
|
||||
|
||||
1
eos/effects/accessdifficultybonusmodifierrequiringhacking.py
Executable file → Normal file
1
eos/effects/accessdifficultybonusmodifierrequiringhacking.py
Executable file → Normal file
@@ -1,5 +1,6 @@
|
||||
# Used by:
|
||||
# Modules named like: Memetic Algorithm Bank (8 of 8)
|
||||
# Implant: Poteque 'Prospector' Environmental Analysis EY-1005
|
||||
# Implant: Poteque 'Prospector' Hacking HC-905
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
0
eos/effects/adaptivearmorhardener.py
Executable file → Normal file
0
eos/effects/adaptivearmorhardener.py
Executable file → Normal file
0
eos/effects/addtosignatureradius2.py
Executable file → Normal file
0
eos/effects/addtosignatureradius2.py
Executable file → Normal file
0
eos/effects/advanceddroneinterfacingmaxgroupdcuskilllevel.py
Executable file → Normal file
0
eos/effects/advanceddroneinterfacingmaxgroupdcuskilllevel.py
Executable file → Normal file
0
eos/effects/afterburnerdurationbonuspostpercentdurationlocationshipmodulesrequiringafterburner.py
Executable file → Normal file
0
eos/effects/afterburnerdurationbonuspostpercentdurationlocationshipmodulesrequiringafterburner.py
Executable file → Normal file
0
eos/effects/agilitymultipliereffect.py
Executable file → Normal file
0
eos/effects/agilitymultipliereffect.py
Executable file → Normal file
0
eos/effects/agilitymultipliereffectpassive.py
Executable file → Normal file
0
eos/effects/agilitymultipliereffectpassive.py
Executable file → Normal file
0
eos/effects/ammofallofmultiplier.py
Executable file → Normal file
0
eos/effects/ammofallofmultiplier.py
Executable file → Normal file
0
eos/effects/ammoinfluencecapneed.py
Executable file → Normal file
0
eos/effects/ammoinfluencecapneed.py
Executable file → Normal file
0
eos/effects/ammoinfluencerange.py
Executable file → Normal file
0
eos/effects/ammoinfluencerange.py
Executable file → Normal file
0
eos/effects/ammospeedmultiplier.py
Executable file → Normal file
0
eos/effects/ammospeedmultiplier.py
Executable file → Normal file
0
eos/effects/ammotrackingmultiplier.py
Executable file → Normal file
0
eos/effects/ammotrackingmultiplier.py
Executable file → Normal file
2
eos/effects/angelsetbonus.py
Executable file → Normal file
2
eos/effects/angelsetbonus.py
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
# Used by:
|
||||
# Implants named like: Halo (12 of 12)
|
||||
# Implants named like: grade Halo (18 of 18)
|
||||
runTime = "early"
|
||||
type = "passive"
|
||||
def handler(fit, implant, context):
|
||||
|
||||
0
eos/effects/antiwarpscramblingpassive.py
Executable file → Normal file
0
eos/effects/antiwarpscramblingpassive.py
Executable file → Normal file
@@ -1,6 +1,7 @@
|
||||
# Used by:
|
||||
# Modules named like: Emission Scope Sharpener (8 of 8)
|
||||
# Implant: Poteque 'Prospector' Archaeology AC-905
|
||||
# Implant: Poteque 'Prospector' Environmental Analysis EY-1005
|
||||
# Skill: Archaeology
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
0
eos/effects/armorallrepairsystemsamountbonuspassive.py
Executable file → Normal file
0
eos/effects/armorallrepairsystemsamountbonuspassive.py
Executable file → Normal file
0
eos/effects/armoredwarfaremindlink.py
Executable file → Normal file
0
eos/effects/armoredwarfaremindlink.py
Executable file → Normal file
0
eos/effects/armorhpbonusadd.py
Executable file → Normal file
0
eos/effects/armorhpbonusadd.py
Executable file → Normal file
0
eos/effects/armorhpbonusaddpassive.py
Executable file → Normal file
0
eos/effects/armorhpbonusaddpassive.py
Executable file → Normal file
0
eos/effects/armorhpmultiply.py
Executable file → Normal file
0
eos/effects/armorhpmultiply.py
Executable file → Normal file
0
eos/effects/armorreinforcermassadd.py
Executable file → Normal file
0
eos/effects/armorreinforcermassadd.py
Executable file → Normal file
0
eos/effects/armorrepair.py
Executable file → Normal file
0
eos/effects/armorrepair.py
Executable file → Normal file
0
eos/effects/armorrepairprojectormaxrangebonus.py
Executable file → Normal file
0
eos/effects/armorrepairprojectormaxrangebonus.py
Executable file → Normal file
0
eos/effects/armortankinggang.py
Executable file → Normal file
0
eos/effects/armortankinggang.py
Executable file → Normal file
0
eos/effects/armortankinggang2.py
Executable file → Normal file
0
eos/effects/armortankinggang2.py
Executable file → Normal file
0
eos/effects/armorupgradesmasspenaltyreductionbonus.py
Executable file → Normal file
0
eos/effects/armorupgradesmasspenaltyreductionbonus.py
Executable file → Normal file
0
eos/effects/astrogeologyminingamountbonuspostpercentminingamountlocationshipmodulesrequiringmining.py
Executable file → Normal file
0
eos/effects/astrogeologyminingamountbonuspostpercentminingamountlocationshipmodulesrequiringmining.py
Executable file → Normal file
0
eos/effects/basemaxscandeviationmodifierrequiringastrometrics.py
Executable file → Normal file
0
eos/effects/basemaxscandeviationmodifierrequiringastrometrics.py
Executable file → Normal file
2
eos/effects/basesensorstrengthmodifierrequiringastrometrics.py
Executable file → Normal file
2
eos/effects/basesensorstrengthmodifierrequiringastrometrics.py
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
# Used by:
|
||||
# Modules from group: Scan Probe Launcher (4 of 7)
|
||||
# Implants named like: Low grade Virtue (5 of 6)
|
||||
# Implants named like: Poteque 'Prospector' Astrometric Rangefinding AR (3 of 3)
|
||||
# Implants named like: grade Virtue (10 of 12)
|
||||
# Modules named like: Gravity Capacitor Upgrade (8 of 8)
|
||||
# Skill: Astrometric Rangefinding
|
||||
# Skill: Astrometrics
|
||||
|
||||
0
eos/effects/bclargeenergyturretcapacitorneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeenergyturretcapacitorneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeenergyturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeenergyturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeenergyturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeenergyturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretcapacitorneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretcapacitorneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/bclargehybridturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeprojectileturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeprojectileturretcpuneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeprojectileturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/bclargeprojectileturretpowerneedbonus.py
Executable file → Normal file
0
eos/effects/biologytimebonusfixed.py
Executable file → Normal file
0
eos/effects/biologytimebonusfixed.py
Executable file → Normal file
0
eos/effects/blockaderunnercloakcpupercentbonus.py
Executable file → Normal file
0
eos/effects/blockaderunnercloakcpupercentbonus.py
Executable file → Normal file
0
eos/effects/boosterarmorhppenalty.py
Executable file → Normal file
0
eos/effects/boosterarmorhppenalty.py
Executable file → Normal file
0
eos/effects/boosterarmorrepairamountpenalty.py
Executable file → Normal file
0
eos/effects/boosterarmorrepairamountpenalty.py
Executable file → Normal file
0
eos/effects/boostercapacitorcapacitypenalty.py
Executable file → Normal file
0
eos/effects/boostercapacitorcapacitypenalty.py
Executable file → Normal file
0
eos/effects/boostermaxvelocitypenalty.py
Executable file → Normal file
0
eos/effects/boostermaxvelocitypenalty.py
Executable file → Normal file
0
eos/effects/boostermissileexplosioncloudpenaltyfixed.py
Executable file → Normal file
0
eos/effects/boostermissileexplosioncloudpenaltyfixed.py
Executable file → Normal file
0
eos/effects/boostermissileexplosionvelocitypenalty.py
Executable file → Normal file
0
eos/effects/boostermissileexplosionvelocitypenalty.py
Executable file → Normal file
0
eos/effects/boostermissilevelocitypenalty.py
Executable file → Normal file
0
eos/effects/boostermissilevelocitypenalty.py
Executable file → Normal file
2
eos/effects/boostermodifyboosterarmorpenalties.py
Executable file → Normal file
2
eos/effects/boostermodifyboosterarmorpenalties.py
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# Used by:
|
||||
# Implants named like: Eifyr and Co. 'Alchemist' Nanite Control NC (2 of 2)
|
||||
# Implants named like: Low grade Edge (5 of 6)
|
||||
# Implants named like: grade Edge (10 of 12)
|
||||
# Skill: Neurotoxin Control
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
2
eos/effects/boostermodifyboostermaxvelocityandcapacitorpenalty.py
Executable file → Normal file
2
eos/effects/boostermodifyboostermaxvelocityandcapacitorpenalty.py
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# Used by:
|
||||
# Implants named like: Eifyr and Co. 'Alchemist' Nanite Control NC (2 of 2)
|
||||
# Implants named like: Low grade Edge (5 of 6)
|
||||
# Implants named like: grade Edge (10 of 12)
|
||||
# Skill: Neurotoxin Control
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
2
eos/effects/boostermodifyboostermissilepenalty.py
Executable file → Normal file
2
eos/effects/boostermodifyboostermissilepenalty.py
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# Used by:
|
||||
# Implants named like: Eifyr and Co. 'Alchemist' Nanite Control NC (2 of 2)
|
||||
# Implants named like: Low grade Edge (5 of 6)
|
||||
# Implants named like: grade Edge (10 of 12)
|
||||
# Skill: Neurotoxin Control
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
2
eos/effects/boostermodifyboostershieldpenalty.py
Executable file → Normal file
2
eos/effects/boostermodifyboostershieldpenalty.py
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# Used by:
|
||||
# Implants named like: Eifyr and Co. 'Alchemist' Nanite Control NC (2 of 2)
|
||||
# Implants named like: Low grade Edge (5 of 6)
|
||||
# Implants named like: grade Edge (10 of 12)
|
||||
# Skill: Neurotoxin Control
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
2
eos/effects/boostermodifyboosterturretpenalty.py
Executable file → Normal file
2
eos/effects/boostermodifyboosterturretpenalty.py
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# Used by:
|
||||
# Implants named like: Eifyr and Co. 'Alchemist' Nanite Control NC (2 of 2)
|
||||
# Implants named like: Low grade Edge (5 of 6)
|
||||
# Implants named like: grade Edge (10 of 12)
|
||||
# Skill: Neurotoxin Control
|
||||
type = "passive"
|
||||
def handler(fit, container, context):
|
||||
|
||||
0
eos/effects/boostershieldcapacitypenalty.py
Executable file → Normal file
0
eos/effects/boostershieldcapacitypenalty.py
Executable file → Normal file
0
eos/effects/boosterturretfalloffpenalty.py
Executable file → Normal file
0
eos/effects/boosterturretfalloffpenalty.py
Executable file → Normal file
0
eos/effects/boosterturretoptimalrangepenalty.py
Executable file → Normal file
0
eos/effects/boosterturretoptimalrangepenalty.py
Executable file → Normal file
0
eos/effects/boosterturrettrackingpenalty.py
Executable file → Normal file
0
eos/effects/boosterturrettrackingpenalty.py
Executable file → Normal file
2
eos/effects/caldarisetbonus3.py
Executable file → Normal file
2
eos/effects/caldarisetbonus3.py
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
# Used by:
|
||||
# Implants named like: Talon (6 of 12)
|
||||
# Implants named like: High grade Talon (6 of 6)
|
||||
runTime = "early"
|
||||
type = "passive"
|
||||
def handler(fit, implant, context):
|
||||
|
||||
0
eos/effects/caldarisetlgbonus.py
Executable file → Normal file
0
eos/effects/caldarisetlgbonus.py
Executable file → Normal file
0
eos/effects/caldarishipecmburstoptimalrangecb3.py
Executable file → Normal file
0
eos/effects/caldarishipecmburstoptimalrangecb3.py
Executable file → Normal file
0
eos/effects/caldarishipewcapacitorneedcc.py
Executable file → Normal file
0
eos/effects/caldarishipewcapacitorneedcc.py
Executable file → Normal file
0
eos/effects/caldarishipewcapacitorneedcf2.py
Executable file → Normal file
0
eos/effects/caldarishipewcapacitorneedcf2.py
Executable file → Normal file
0
eos/effects/caldarishipewfalloffrangecb3.py
Executable file → Normal file
0
eos/effects/caldarishipewfalloffrangecb3.py
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user