10 lines
262 B
Python
10 lines
262 B
Python
# crystalMiningamountInfo2
|
|
#
|
|
# Used by:
|
|
# Modules from group: Frequency Mining Laser (3 of 3)
|
|
type = "passive"
|
|
runTime = "late"
|
|
|
|
def handler(fit, module, context):
|
|
module.preAssignItemAttr("specialtyMiningAmount", module.getModifiedItemAttr("miningAmount"))
|