Make scanners active and expose data to misc column
This commit is contained in:
@@ -218,6 +218,28 @@ class Effect39(BaseEffect):
|
||||
fit.ship.increaseItemAttr('warpScrambleStatus', module.getModifiedItemAttr('warpScrambleStrength'), **kwargs)
|
||||
|
||||
|
||||
class Effect46(BaseEffect):
|
||||
"""
|
||||
shipScan
|
||||
|
||||
Used by:
|
||||
Modules from group: Ship Scanner (3 of 3)
|
||||
"""
|
||||
|
||||
type = 'active'
|
||||
|
||||
|
||||
class Effect47(BaseEffect):
|
||||
"""
|
||||
cargoScan
|
||||
|
||||
Used by:
|
||||
Modules from group: Cargo Scanner (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'active'
|
||||
|
||||
|
||||
class Effect48(BaseEffect):
|
||||
"""
|
||||
powerBooster
|
||||
@@ -447,6 +469,17 @@ class Effect67(BaseEffect):
|
||||
module.reloadTime = 1000
|
||||
|
||||
|
||||
class Effect81(BaseEffect):
|
||||
"""
|
||||
surveyScan
|
||||
|
||||
Used by:
|
||||
Modules from group: Survey Scanner (3 of 3)
|
||||
"""
|
||||
|
||||
type = 'active'
|
||||
|
||||
|
||||
class Effect89(BaseEffect):
|
||||
"""
|
||||
projectileWeaponSpeedMultiply
|
||||
|
||||
Reference in New Issue
Block a user