8 lines
312 B
Python
8 lines
312 B
Python
# subsystemBonusGallentePropulsionWarpSpeed
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Propulsion - Gravitational Capacitor
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("baseWarpSpeed", module.getModifiedItemAttr("subsystemBonusGallentePropulsion"), skill="Gallente Propulsion Systems")
|