11 lines
340 B
Python
11 lines
340 B
Python
# subsystemBonusMinmatarEngineeringPowerOutput
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Engineering - Power Core Multiplier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusMinmatarEngineering"),
|
|
skill="Minmatar Engineering Systems")
|