8 lines
307 B
Python
8 lines
307 B
Python
# subsystemBonusCaldariPropulsionWarpSpeed
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Propulsion - Gravitational Capacitor
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("baseWarpSpeed", module.getModifiedItemAttr("subsystemBonusCaldariPropulsion"), skill="Caldari Propulsion Systems")
|