7 lines
305 B
Python
Executable File
7 lines
305 B
Python
Executable File
# Used by:
|
|
# Subsystem: Tengu Propulsion - Gravitational Capacitor
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
level = fit.character.getSkill("Caldari Propulsion Systems").level
|
|
fit.ship.boostItemAttr("baseWarpSpeed", module.getModifiedItemAttr("subsystemBonusCaldariPropulsion") * level)
|