11 lines
278 B
Python
11 lines
278 B
Python
# scriptMassBonusPercentageBonus
|
|
#
|
|
# Used by:
|
|
# Charges from group: Warp Disruption Script (2 of 2)
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("massBonusPercentage", module.getModifiedChargeAttr("massBonusPercentageBonus"))
|