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