Files
pyfa/eos/effects/techtwocommandburstbonus.py
2017-06-12 16:12:45 -04:00

9 lines
245 B
Python

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