8 lines
309 B
Python
8 lines
309 B
Python
# subsystemBonusCaldariEngineeringPowerOutput
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Engineering - Power Core Multiplier
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusCaldariEngineering"), skill="Caldari Engineering Systems")
|