comparison Modules/Config.lua @ 154:39df534c9856

Changed min crafting queue description to be more general.
author Zerotorescue
date Fri, 21 Jan 2011 09:19:46 +0100
parents 311eb97cb983
children 5081056cade1
comparison
equal deleted inserted replaced
153:da28be6ccd31 154:39df534c9856
675 type = "range", 675 type = "range",
676 min = 0, 676 min = 0,
677 max = 1, 677 max = 1,
678 step = 0.01, 678 step = 0.01,
679 isPercent = true, 679 isPercent = true,
680 name = "Don't queue if I only miss", 680 name = "Don't queue when only missing...",
681 desc = "Don't add a craftable item to the queue if I only miss this much or less of the restock target.\n\nExample: if your restock target is set to 60 and this is set to 5%, an item won't be queued unless you are missing more than 3 of it.", 681 desc = "Don't add a craftable item to the queue when only missing this much or less of the restock target.\n\nExample: if your restock target is set to 60 and this is set to 5%, an item won't be queued unless you are missing more than 3 of it.",
682 arg = "overrideMinCraftingQueue", 682 arg = "overrideMinCraftingQueue",
683 }, 683 },
684 overrideBonusQueue = { 684 overrideBonusQueue = {
685 order = 29, 685 order = 29,
686 type = "toggle", 686 type = "toggle",