11 lines
342 B
Python
11 lines
342 B
Python
# subsystemBonusGallentePropulsion2WarpSpeed
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("warpSpeedMultiplier", src.getModifiedItemAttr("subsystemBonusGallentePropulsion2"),
|
|
skill="Gallente Propulsion Systems")
|