13 lines
350 B
Python
13 lines
350 B
Python
# 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)
|