11 lines
336 B
Python
11 lines
336 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")
|