scrap_pickaxe_mastery: type: task debug: false script: - if !: - flag syer.mastery.scrap_pickaxe_first_craft:true - flag syer.mastery.scrap_pickaxe:++ - if >= 0 and < 50: - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_C 1" - if >= 50 and < 100: - if : - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_U 1" - stop - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_C 1" - if >= 100 and < 200: - if : - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_U 1" - stop - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_C 1" - if >= 200: - if : - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_U 1" - stop - execute as_op "mi give TOOL SCRAP_METAL_PICKAXE_C 1" iron_pickaxe_mastery: type: task debug: false script: - if !: - flag syer.mastery.iron_pickaxe_first_craft:true - flag syer.mastery.iron_pickaxe:++ - if >= 0 and < 50: - execute as_op "mi give TOOL IRON_PICKAXE_C 1" - if >= 50 and < 100: - if : - execute as_op "mi give TOOL IRON_PICKAXE_U 1" - stop - execute as_op "mi give TOOL IRON_PICKAXE_C 1" - if >= 100 and < 200: - if : - execute as_op "mi give TOOL IRON_PICKAXE_U 1" - stop - execute as_op "mi give TOOL IRON_PICKAXE_C 1" - if >= 200: - if : - execute as_op "mi give TOOL IRON_PICKAXE_U 1" - stop - execute as_op "mi give TOOL IRON_PICKAXE_C 1"