Search results

From Melvor Idle
  • Version: " + getGameVersion() var itemsAdj = [] for (var i = 0; i < items.length; i++) { itemsAdj[i] = {...items[i]} // Amend elements of specialAttacks
    546 KB (62,526 words) - 16:04, 28 February 2022
  • local p = {} local ItemData = mw.loadData('Module:Sandbox/Items/data') local SkillData = mw.loadData('Module:Sandbox/Skills/data') local Constants =
    23 KB (3,072 words) - 01:22, 4 March 2022
  • j, itemCost in ipairs(obstacle.itemCosts) do local item = Items.getItemByID(itemCost.id) table.insert(costs, Icons.Icon({item.name, type='item', qty
    8 KB (999 words) - 11:08, 11 September 2023
  • require('Module:Constants') local GameData = require('Module:GameData') local SkillData = GameData.skillData local Items = require('Module:Items') local Icons = require('Module:Icons')
    18 KB (2,323 words) - 20:01, 12 September 2023
  • end local itemArray = {} if cost.items ~= nil then for i, itemCost in Shared.skpairs(cost.items) do local item = Items.getItemByID(itemCost[1])
    28 KB (3,556 words) - 01:04, 4 March 2022
  • local MagicData = mw.loadData('Module:Magic/data') local SkillData = mw.loadData('Module:Sandbox/Skills/data') local Areas = require('Module:Sandbox/CombatAreas')
    14 KB (1,930 words) - 01:03, 4 March 2022
  • SkillData = mw.loadData('Module:Sandbox/Skills/data') local ShopData = mw.loadData('Module:Shop/data') local Constants = require('Module:Sandbox/Constants')
    33 KB (4,641 words) - 11:19, 5 March 2022
  • golbinRaid.crateItems, sortFunc) do local item = Items.getItemByID(crateEntry.itemID) if item ~= nil then -- Generate slot list text local slotText = {}
    4 KB (536 words) - 21:49, 15 January 2024
  • something like -- data = {["Cat"] = 5, -- ["Bat"] = 4, -- ["Hat"] = 7} -- You could do -- for k, v in skpairs(data) do... -- And your
    14 KB (2,121 words) - 19:45, 7 April 2024
  • end) for i, data in ipairs(dropRows) do table.insert(resultPart, buildRow(data.source, data.type, data.minqty, data.qty, data.weight, data.totalWeight
    50 KB (6,572 words) - 08:55, 24 February 2024
  • "&#39;", "'") return GameData.getEntityByName('items', name) end function p.getItems(checkFunc) return GameData.getEntities('items', checkFunc) end function
    34 KB (4,372 words) - 06:13, 13 January 2024
  • require('Module:Icons') local Items = require('Module:Sandbox/Items') local Shop = require('Module:Sandbox/Shop') p.eventData = AreaData.event function processArea(area
    7 KB (898 words) - 01:03, 4 March 2022
  • i, data in ipairs(dropRows) do table.insert(resultPart, buildRow(data.source, data.level, data.levelNum, data.minqty, data.qty, data.weight, data.totalWeight
    51 KB (6,636 words) - 22:23, 8 March 2024
  • function getItemText(itemID) local item = Items.getItemByID(itemID) if item == nil then return Shared.printError('Unknown item: ' .. (itemID or 'nil'))
    36 KB (4,635 words) - 15:51, 8 April 2024
  • tableIsEmpty(upgrade.rootItemIDs) then -- Some items (e.g. FEZ) may have multiple root items. Simply use the first one local rootItem = Items.getItemByID(upgrade
    25 KB (3,215 words) - 21:24, 13 January 2024
  • local aItem, bItem = Items.getItemByID(a.itemID), Items.getItemByID(b.itemID) if aItem ~= nil and bItem ~= nil then return aItem.name < bItem.name
    73 KB (9,379 words) - 06:25, 9 February 2024
  • loadData('Module:Sandbox/GameData/data') local GameData2 = mw.loadData('Module:Sandbox/GameData/data2') -- Combine data into a single object local GameData = {} for _
    7 KB (1,029 words) - 18:15, 12 April 2023
  • getSkillID(skillName) for i, skillData in ipairs(GameData.rawData.skillData) do if skillData.data.name == skillName then return skillData.skillID end end end
    104 KB (11,949 words) - 20:20, 16 January 2024
  • getItem(itemName) if item ~= nil then table.insert(items, item) end end if #items == nil then return Shared.printError('No items found for with
    9 KB (1,231 words) - 14:03, 28 March 2024
  • fullText += "\r\nSkillData.Fishing.Fish = mw.text.jsonDecode('" + formatJSON(Fishing.data) + "')" fullText += "\r\nSkillData.Fishing.Areas = mw.text
    169 KB (23,280 words) - 23:09, 2 March 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)