Anonymous
×
Create a new article
Write your page title here:
We currently have 496 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

Module:Areas: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 January 2025

6 August 2024

30 July 2024

7 March 2024

9 December 2023

  • curprev 18:5118:51, 9 December 2023Dounford talk contribs 3,131 bytes +3,131 Created page with "u = require("Module:Util") adb = require("Module:Area_DB") edb = require("Module:Enemy_DB") lt = require("Module:Loot_Table") et = require("Module:Enemies") local p = {} function p.enemies_in_area(name) j = 1 while edb[j] and edb[j][2] ~= name do j = j + 1 end result = {} while edb[j] and edb[j][2] == name do table.insert(result, edb[j]) j = j + 1 end return result end function p.area_enemy_tabber(enemies) res..."