8 lines
298 B
Python
8 lines
298 B
Python
# miningInfoMultiplier
|
|
#
|
|
# Used by:
|
|
# Charges from group: Mining Crystal (30 of 30)
|
|
# Charges named like: Mining Crystal (32 of 32)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
module.multiplyItemAttr("miningAmount", module.getModifiedChargeAttr("specialisationAsteroidYieldMultiplier")) |