8 lines
304 B
Python
8 lines
304 B
Python
# subsystemBonusAmarrEngineeringPowerOutput
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Engineering - Power Core Multiplier
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusAmarrEngineering"), skill="Amarr Engineering Systems")
|