Combined display of all available logs of WIKI - Idle Pixel. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:29, 19 January 2025 Dounford talk contribs created page Module:Breeding Enemies (Created page with "u = require("Module:Util") edb = require("Module:Breeding_Enemy_DB") adb = require("Module:Breeding_Area_DB") lt = require("Module:Loot_Table") local p = {} function p.enemy_table(enemy) local result = [[]] if next(enemy[5]) == nil then return '' end return lt.lt(enemy[1],enemy[5]) end function p.enemy_stats(enemy) return [[{{{!}} class="article-table" ! Enemy !]] .. '[[File: Heart.png{{!}}20px]]' .. ! .. '[[File: Attack.png{{!}}20px]]' ....")