Skip to content

Commit b48382e

Browse files
committed
Remove unused effect
1 parent 49a39ac commit b48382e

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

eos/effects.py

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ def handler(fit, beacon, context, projectionRange, **kwargs):
7676

7777

7878
class Effect100002(BaseEffect):
79+
"""
80+
pyfaCustomTrigSystemBuffEffect
81+
82+
Used by:
83+
Celestial: Final Liminality
84+
Celestial: Triglavian Minor Victory
85+
"""
7986

8087
runTime = 'early'
8188
type = ('projected', 'passive', 'gang')
@@ -35946,19 +35953,6 @@ def handler(fit, ship, context, projectionRange, **kwargs):
3594635953
attr, ship.getModifiedItemAttr('shipBonusRole7'), **kwargs)
3594735954

3594835955

35949-
class Effect8031(BaseEffect):
35950-
"""
35951-
Not used by any item
35952-
"""
35953-
35954-
runTime = 'early'
35955-
type = ('projected', 'passive')
35956-
35957-
@staticmethod
35958-
def handler(fit, beacon, context, projectionRange, **kwargs):
35959-
fit.ship.multiplyItemAttr('maxLockedTargets', beacon.getModifiedItemAttr('maxLockedTargetsMultiplier'), **kwargs)
35960-
35961-
3596235956
class Effect8032(BaseEffect):
3596335957
"""
3596435958
systemWarpScrambleStrengthBonus

0 commit comments

Comments
 (0)