Fix command boosts (attributes renamed)
This commit is contained in:
11
eos/effects/modulebonuswarfarelinkmining.py
Normal file
11
eos/effects/modulebonuswarfarelinkmining.py
Normal 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)
|
||||
Reference in New Issue
Block a user