Skip to content

Commit 98850bf

Browse files
committed
Update to SiSi 703519
1 parent a5f8218 commit 98850bf

397 files changed

Lines changed: 1221 additions & 488 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# Version data
1616
version = "1.1.18"
1717
tag = "git"
18-
expansionName = "Rubicon"
19-
expansionVersion = "1.0"
18+
expansionName = "Singularity"
19+
expansionVersion = "703519"
2020
evemonMinVersion = "4081"
2121

2222
pyfaPath = None

eos/effects/accerationcontrolcapneedbonuspostpercentcapacitorneedlocationshipgroupafterburner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Modules named like: Dynamic Fuel Valve (8 of 8)
2+
# Modules named like: Valve (8 of 8)
33
type = "passive"
44
def handler(fit, container, context):
55
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Propulsion Module",

eos/effects/accerationcontrolspeedfbonuspostpercentspeedfactorlocationshipgroupafterburner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Implants named like: Eifyr and Co. 'Rogue' Acceleration Control AC (6 of 6)
2+
# Implants named like: Eifyr Acceleration Control AC (6 of 6)
33
type = "passive"
44
def handler(fit, implant, context):
55
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Propulsion Module",

eos/effects/accessdifficultybonusmodifierrequiringhacking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Modules named like: Memetic Algorithm Bank (8 of 8)
2+
# Modules named like: Algorithm (8 of 8)
33
# Implant: Poteque 'Prospector' Hacking HC-905
44
type = "passive"
55
def handler(fit, container, context):

eos/effects/afterburnerdurationbonuspostpercentdurationlocationshipmodulesrequiringafterburner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Implants named like: Eifyr and Co. 'Rogue' Afterburner AB (6 of 6)
2+
# Implants named like: 'Rogue' Afterburner (6 of 6)
33
# Implant: Zor's Custom Navigation Link
44
# Skill: Afterburner
55
type = "passive"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Modules named like: Polycarbon Engine Housing (8 of 8)
2+
# Modules named like: Engine Housing (8 of 8)
33
type = "passive"
44
def handler(fit, module, context):
55
fit.ship.boostItemAttr("agility", module.getModifiedItemAttr("agilityMultiplier"), stackingPenalties = True)

eos/effects/ammoinfluencecapneed.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Used by:
2-
# Items from category: Charge (458 of 828)
2+
# Charges from group: Advanced Pulse Laser Crystal (6 of 6)
3+
# Charges from group: Advanced Railgun Charge (6 of 6)
4+
# Charges from group: Capacitor Booster Charge (16 of 16)
5+
# Charges from group: Frequency Crystal (185 of 185)
6+
# Charges from group: Hybrid Charge (209 of 209)
7+
# Charges from group: Mercoxit Mining Crystal (2 of 2)
8+
# Charges from group: Mining Crystal (30 of 30)
9+
# Charge: Focused Warp Disruption Script
10+
# Charge: Void L
11+
# Charge: Void M
12+
# Charge: Void S
313
type = "passive"
414
def handler(fit, module, context):
515
# Dirty hack to work around cap charges setting cap booster

eos/effects/ammoinfluencerange.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Used by:
2-
# Items from category: Charge (559 of 828)
2+
# Charges from group: Advanced Artillery Ammo (6 of 6)
3+
# Charges from group: Advanced Autocannon Ammo (6 of 6)
4+
# Charges from group: Advanced Beam Laser Crystal (6 of 6)
5+
# Charges from group: Advanced Blaster Charge (6 of 6)
6+
# Charges from group: Advanced Pulse Laser Crystal (6 of 6)
7+
# Charges from group: Advanced Railgun Charge (6 of 6)
8+
# Charges from group: Frequency Crystal (185 of 185)
9+
# Charges from group: Hybrid Charge (209 of 209)
10+
# Charges from group: Projectile Ammo (129 of 129)
311
type = "passive"
412
def handler(fit, module, context):
513
module.multiplyItemAttr("maxRange", module.getModifiedChargeAttr("weaponRangeMultiplier"))

eos/effects/armorallrepairsystemsamountbonuspassive.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Used by:
2-
# Implants named like: Exile Booster (4 of 4)
2+
# Implant: Improved Exile Booster
3+
# Implant: Standard Exile Booster
4+
# Implant: Strong Exile Booster
5+
# Implant: Synth Exile Booster
36
type = "passive"
47
def handler(fit, booster, context):
58
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems") or mod.item.requiresSkill("Capital Repair Systems"),

eos/effects/armordamageamountbonuscapitalarmorrepairers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Modules named like: Auxiliary Nano Pump (8 of 8)
2+
# Modules named like: Auxiliary Nano (8 of 8)
33
type = "passive"
44
def handler(fit, implant, context):
55
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Repair Systems"),

0 commit comments

Comments
 (0)