Skip to content

Commit 053e6b1

Browse files
committed
Update everything to 653401, which is likely to be final Rubicon release
1 parent 5162db1 commit 053e6b1

52 files changed

Lines changed: 114 additions & 77 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.

eos/effects/ammoinfluencecapneed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Items from category: Charge (458 of 824)
2+
# Items from category: Charge (458 of 828)
33
type = "passive"
44
def handler(fit, module, context):
55
# Dirty hack to work around cap charges setting cap booster

eos/effects/ammoinfluencerange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Items from category: Charge (559 of 824)
2+
# Items from category: Charge (559 of 828)
33
type = "passive"
44
def handler(fit, module, context):
55
module.multiplyItemAttr("maxRange", module.getModifiedChargeAttr("weaponRangeMultiplier"))

eos/effects/ammospeedmultiplier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Charges from group: Festival Charges (4 of 4)
2+
# Charges from group: Festival Charges (8 of 8)
33
# Charges from group: Survey Probe (3 of 3)
44
# Charge: Warp Disrupt Probe
55
type = "passive"

eos/effects/drawbackarmorhp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used by:
2-
# Modules from group: Rig Navigation (64 of 64)
2+
# Modules from group: Rig Navigation (48 of 64)
33
type = "passive"
44
def handler(fit, module, context):
55
fit.ship.boostItemAttr("armorHP", module.getModifiedItemAttr("drawback"))

eos/effects/drawbackcpuoutput.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Used by:
22
# Modules from group: Rig Drones (64 of 64)
3+
# Modules named like: Optimizer (16 of 16)
34
type = "passive"
45
def handler(fit, module, context):
56
fit.ship.boostItemAttr("cpuOutput", module.getModifiedItemAttr("drawback"))
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Used by:
2+
# Ship: Heretic
3+
type = "passive"
4+
def handler(fit, ship, context):
5+
level = fit.character.getSkill("Assault Frigates").level
6+
for damageType in ("Em", "Thermal", "Explosive", "Kinetic"):
7+
fit.ship.boostItemAttr("armor%sDamageResonance" % damageType,
8+
ship.getModifiedItemAttr("eliteBonusInterdictors1") * level)

eos/effects/elitebonusinterdictorsinterdictionspherelauncherreactivationdelay2.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

eos/effects/elitebonusinterdictorsmissilethermaldamage1.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

eos/effects/elitebonusinterdictorsmissilevelocity1.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)