Skip to content

Commit 92da3fa

Browse files
committed
Ignore another booster "leaked" into the data, which seems like it shouldn't be published
1 parent a80820f commit 92da3fa

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

db_update.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ def processEveTypes():
161161
"'Krai Perun'" not in row['typeName_en-us'] and
162162
"'Krai Svarog'" not in row['typeName_en-us']
163163
)
164+
# Some draft boosters added to sisi, should be removed later when FC/CCP finishes them
165+
or row['typeID'] in (
166+
91916,
167+
)
164168
):
165169
row['published'] = False
166170

eos/effects.py

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ class Effect394(BaseEffect):
12111211
Used by:
12121212
Modules from group: Rig Anchor (4 of 4)
12131213
Implants named like: Agency 'Overclocker' SB Dose (4 of 4)
1214-
Implants named like: Grand Prix Booster (5 of 6)
12151214
Implants named like: Halcyon R Booster (5 of 5)
12161215
Implants named like: Imperial Mobility Booster (4 of 4)
12171216
Implants named like: Republic Mobility Booster (4 of 4)
@@ -1244,7 +1243,6 @@ class Effect395(BaseEffect):
12441243
Modules from group: Rig Anchor (4 of 4)
12451244
Implants named like: Eifyr and Co. 'Rogue' Evasive Maneuvering EM (6 of 6)
12461245
Implants named like: Federation Mobility Booster (4 of 4)
1247-
Implants named like: Grand Prix Booster (4 of 6)
12481246
Implants named like: Halcyon G Booster (5 of 5)
12491247
Implants named like: Halcyon Y Booster (5 of 5)
12501248
Implants named like: State Mobility Booster (4 of 4)
@@ -2554,7 +2552,6 @@ class Effect856(BaseEffect):
25542552
Used by:
25552553
Implants named like: Eifyr and Co. 'Rogue' Agility (2 of 2)
25562554
Implants named like: Eifyr and Co. 'Rogue' Warp Drive Speed WS (6 of 6)
2557-
Implants named like: Grand Prix Booster (5 of 6)
25582555
Implants named like: Halcyon B Booster (5 of 5)
25592556
Implants named like: Mobility Booster (16 of 16)
25602557
Implants named like: Serenity Limited 'Overclocker' Dose (3 of 3)
@@ -4005,8 +4002,8 @@ class Effect1234(BaseEffect):
40054002
shipMissileVelocityPirateFactionLight
40064003

40074004
Used by:
4008-
Ship: Corax
4009-
Ship: Talwar
4005+
Ships named like: Corax (2 of 2)
4006+
Ships named like: Talwar (2 of 2)
40104007
"""
40114008

40124009
type = 'passive'
@@ -17930,8 +17927,8 @@ class Effect5153(BaseEffect):
1793017927
shipMissileVelocityPirateFactionRocket
1793117928

1793217929
Used by:
17933-
Ship: Corax
17934-
Ship: Talwar
17930+
Ships named like: Corax (2 of 2)
17931+
Ships named like: Talwar (2 of 2)
1793517932
"""
1793617933

1793717934
type = 'passive'
@@ -17966,8 +17963,8 @@ class Effect5165(BaseEffect):
1796617963
shipBonusDroneMWDboostrole
1796717964

1796817965
Used by:
17969-
Ship: Algos
17970-
Ship: Dragoon
17966+
Ships named like: Algos (2 of 2)
17967+
Ships named like: Dragoon (2 of 2)
1797117968
"""
1797217969

1797317970
type = 'passive'
@@ -18882,7 +18879,7 @@ class Effect5295(BaseEffect):
1888218879
shipBonusDroneDamageMultiplierAD1
1888318880

1888418881
Used by:
18885-
Variations of ship: Dragoon (2 of 2)
18882+
Variations of ship: Dragoon (3 of 3)
1888618883
"""
1888718884

1888818885
type = 'passive'
@@ -18898,7 +18895,7 @@ class Effect5300(BaseEffect):
1889818895
shipBonusDroneHitpointsAD1
1889918896

1890018897
Used by:
18901-
Variations of ship: Dragoon (2 of 2)
18898+
Variations of ship: Dragoon (3 of 3)
1890218899
"""
1890318900

1890418901
type = 'passive'
@@ -19032,7 +19029,7 @@ class Effect5310(BaseEffect):
1903219029
shipHybridTracking1GD2
1903319030

1903419031
Used by:
19035-
Ship: Algos
19032+
Ships named like: Algos (2 of 2)
1903619033
Ship: Catalyst
1903719034
Ship: Eris
1903819035
"""
@@ -19050,7 +19047,7 @@ class Effect5311(BaseEffect):
1905019047
shipBonusDroneDamageMultiplierGD1
1905119048

1905219049
Used by:
19053-
Variations of ship: Algos (2 of 2)
19050+
Variations of ship: Algos (3 of 3)
1905419051
"""
1905519052

1905619053
type = 'passive'
@@ -19066,7 +19063,7 @@ class Effect5316(BaseEffect):
1906619063
shipBonusDroneHitpointsGD1
1906719064

1906819065
Used by:
19069-
Variations of ship: Algos (2 of 2)
19066+
Variations of ship: Algos (3 of 3)
1907019067
"""
1907119068

1907219069
type = 'passive'
@@ -25171,7 +25168,7 @@ class Effect6241(BaseEffect):
2517125168
shipBonusEnergyNeutFalloffAD1
2517225169

2517325170
Used by:
25174-
Ship: Dragoon
25171+
Ships named like: Dragoon (2 of 2)
2517525172
"""
2517625173

2517725174
type = 'passive'
@@ -25187,7 +25184,7 @@ class Effect6242(BaseEffect):
2518725184
shipBonusEnergyNeutOptimalAD2
2518825185

2518925186
Used by:
25190-
Ship: Dragoon
25187+
Ships named like: Dragoon (2 of 2)
2519125188
"""
2519225189

2519325190
type = 'passive'
@@ -25203,7 +25200,7 @@ class Effect6245(BaseEffect):
2520325200
shipBonusEnergyNosOptimalAD2
2520425201

2520525202
Used by:
25206-
Ship: Dragoon
25203+
Ships named like: Dragoon (2 of 2)
2520725204
"""
2520825205

2520925206
type = 'passive'
@@ -25219,7 +25216,7 @@ class Effect6246(BaseEffect):
2521925216
shipBonusEnergyNosFalloffAD1
2522025217

2522125218
Used by:
25222-
Ship: Dragoon
25219+
Ships named like: Dragoon (2 of 2)
2522325220
"""
2522425221

2522525222
type = 'passive'

0 commit comments

Comments
 (0)