Files
pyfa/eos/effects/scriptmassbonuspercentagebonus.py
2017-04-16 22:24:32 -04:00

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"))