11 lines
339 B
Python
11 lines
339 B
Python
# subsystemBonusMinmatarPropulsionWarpCapacitor
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("warpCapacitorNeed", src.getModifiedItemAttr("subsystemBonusMinmatarPropulsion"),
|
|
skill="Minmatar Propulsion Systems")
|