Files
pyfa/eos/effects/techtwocommandburstbonus.py
2016-12-15 12:43:19 -08:00

9 lines
246 B
Python

# Not used by any item
type = "passive"
runTime = "late"
def handler(fit, module, context):
for x in xrange(1, 4):
module.boostChargeAttr("warfareBuff{}Multiplier".format(x), module.getModifiedItemAttr("commandBurstStrengthBonus"))