Skip to content

Commit 4a41638

Browse files
committed
Update to rubicon 1.3
1 parent 50fbda2 commit 4a41638

398 files changed

Lines changed: 530 additions & 1179 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
@@ -14,9 +14,9 @@
1414

1515
# Version data
1616
version = "1.1.22"
17-
tag = "git"
17+
tag = "Stable"
1818
expansionName = "Rubicon"
19-
expansionVersion = "1.1"
19+
expansionVersion = "1.3"
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: Valve (8 of 8)
2+
# Modules named like: Dynamic Fuel 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 Acceleration Control AC (6 of 6)
2+
# Implants named like: Eifyr and Co. 'Rogue' 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: Algorithm (8 of 8)
2+
# Modules named like: Memetic Algorithm Bank (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: 'Rogue' Afterburner (6 of 6)
2+
# Implants named like: Eifyr and Co. 'Rogue' Afterburner AB (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: Engine Housing (8 of 8)
2+
# Modules named like: Polycarbon 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: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Used by:
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
2+
# Items from category: Charge (458 of 828)
133
type = "passive"
144
def handler(fit, module, context):
155
# Dirty hack to work around cap charges setting cap booster

eos/effects/ammoinfluencerange.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Used by:
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)
2+
# Items from category: Charge (559 of 828)
113
type = "passive"
124
def handler(fit, module, context):
135
module.multiplyItemAttr("maxRange", module.getModifiedChargeAttr("weaponRangeMultiplier"))

eos/effects/armorallrepairsystemsamountbonuspassive.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Used by:
2-
# Implant: Improved Exile Booster
3-
# Implant: Standard Exile Booster
4-
# Implant: Strong Exile Booster
5-
# Implant: Synth Exile Booster
2+
# Implants named like: Exile Booster (4 of 4)
63
type = "passive"
74
def handler(fit, booster, context):
85
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 (8 of 8)
2+
# Modules named like: Auxiliary Nano Pump (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)