12 lines
355 B
Python
12 lines
355 B
Python
# chargeBonusWarfareCharge
|
|
#
|
|
# Used by:
|
|
# Items from market group: Ammunition & Charges > Command Burst Charges (15 of 15)
|
|
type = "active"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
for x in range(1, 4):
|
|
value = module.getModifiedChargeAttr("warfareBuff{}Multiplier".format(x))
|
|
module.multiplyItemAttr("warfareBuff{}Value".format(x), value)
|