Fix command boosts (attributes renamed)

This commit is contained in:
blitzman
2016-11-20 19:08:23 -05:00
parent e6dfb1e90a
commit deeccc85a3
23 changed files with 91 additions and 64 deletions

View File

@@ -0,0 +1,11 @@
# moduleBonusWarfareLinkMining
#
# Used by:
# Variations of module: Mining Foreman Burst I (2 of 2)
type = "active"
runTime = "late"
def handler(fit, module, context):
for x in xrange(1, 4):
value = module.getModifiedItemAttr("warfareBuff{}Value".format(x))
module.multiplyChargeAttr("warfareBuff{}Multiplier".format(x), value)