Changes

no edit summary
Line 1: Line 1:  
local p = {}
 
local p = {}
   −
-- This disgusting module for shipdrops made by Remi_Scarlet
+
-- This disgusting module for shipdrops made by
 +
-- Remi_Scarlet
 
-- Please at least give some mention of credit if you want to modify/reuse/whatever. I don't actually care but it'd be nice of you.
 
-- Please at least give some mention of credit if you want to modify/reuse/whatever. I don't actually care but it'd be nice of you.
 +
-- I fucking hate lua.
    
function p.formatShipDropTable(tableInfo)
 
function p.formatShipDropTable(tableInfo)
     local order = {"1","2","3","4","5"}
+
     local order = {"1","2","3","4","5","6"}
 
     local worldOrder = {"World1", "World2", "World3", "World4", "World5", "World6"}
 
     local worldOrder = {"World1", "World2", "World3", "World4", "World5", "World6"}
 
     local html = ""
 
     local html = ""
Line 25: Line 27:  
             if val ~= nil then
 
             if val ~= nil then
 
                 html = html .. "<td style=\"" .. val["style"] .. "\">" .. val["drop"] .. "</td>"
 
                 html = html .. "<td style=\"" .. val["style"] .. "\">" .. val["drop"] .. "</td>"
            end
  −
            if val == nil then
  −
                html = html .. "<td></td>"
   
             end
 
             end
 
         end
 
         end
Line 171: Line 170:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 216: Line 217:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 261: Line 264:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 306: Line 311:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 351: Line 358:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 396: Line 405:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 441: Line 452:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 531: Line 544:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 576: Line 591:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 621: Line 638:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 666: Line 685:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 711: Line 732:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 756: Line 779:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 801: Line 826:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 846: Line 873:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 891: Line 920:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 936: Line 967:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,026: Line 1,059:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,071: Line 1,106:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,161: Line 1,198:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,296: Line 1,335:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,341: Line 1,382:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,386: Line 1,429:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,431: Line 1,476:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,476: Line 1,523:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,521: Line 1,570:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,566: Line 1,617:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,611: Line 1,664:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,656: Line 1,711:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,701: Line 1,758:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,746: Line 1,805:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,791: Line 1,852:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,836: Line 1,899:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,881: Line 1,946:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,926: Line 1,993:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 1,971: Line 2,040:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,016: Line 2,087:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,061: Line 2,134:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,106: Line 2,181:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,151: Line 2,228:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,196: Line 2,275:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,241: Line 2,322:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,286: Line 2,369:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,331: Line 2,416:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,376: Line 2,463:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,421: Line 2,510:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,466: Line 2,557:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,511: Line 2,604:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,556: Line 2,651:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,601: Line 2,698:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,646: Line 2,745:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,691: Line 2,792:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,736: Line 2,839:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,781: Line 2,886:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,826: Line 2,933:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,871: Line 2,980:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,916: Line 3,027:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 2,961: Line 3,074:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,006: Line 3,121:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,051: Line 3,168:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,096: Line 3,215:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,141: Line 3,262:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,186: Line 3,309:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,231: Line 3,356:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,276: Line 3,403:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,321: Line 3,450:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,366: Line 3,497:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,411: Line 3,544:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,456: Line 3,591:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,501: Line 3,638:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,546: Line 3,685:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,591: Line 3,732:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,636: Line 3,779:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,681: Line 3,826:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,726: Line 3,873:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,771: Line 3,920:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,816: Line 3,967:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,861: Line 4,014:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,906: Line 4,061:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,951: Line 4,108:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 3,996: Line 4,155:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,041: Line 4,202:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,086: Line 4,249:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,131: Line 4,296:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,176: Line 4,343:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,221: Line 4,390:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,266: Line 4,437:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,401: Line 4,574:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,446: Line 4,621:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,491: Line 4,668:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,581: Line 4,760:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,626: Line 4,807:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,671: Line 4,854:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,716: Line 4,901:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,806: Line 4,993:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,941: Line 5,130:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 4,986: Line 5,177:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,031: Line 5,224:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,076: Line 5,271:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,121: Line 5,318:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,166: Line 5,365:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,211: Line 5,412:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,256: Line 5,459:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,301: Line 5,506:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,436: Line 5,643:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,481: Line 5,690:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,526: Line 5,737:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,616: Line 5,829:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,706: Line 5,921:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,751: Line 5,968:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,796: Line 6,015:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,841: Line 6,062:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,886: Line 6,109:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,931: Line 6,156:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 5,976: Line 6,203:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,021: Line 6,250:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,066: Line 6,297:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,111: Line 6,344:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,156: Line 6,391:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,246: Line 6,483:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,291: Line 6,530:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,336: Line 6,577:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,381: Line 6,624:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,426: Line 6,671:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,471: Line 6,718:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,516: Line 6,765:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,561: Line 6,812:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,606: Line 6,859:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,651: Line 6,906:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,696: Line 6,953:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,741: Line 7,000:  
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
 +
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
         }
 
         }
 
     }
 
     }
Line 6,784: Line 7,045:  
         },
 
         },
 
         ["World6"] = {
 
         ["World6"] = {
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "",  ["style"] = ""},
  −
        }
  −
    }
  −
    dropList["U-511"] = {
  −
        ["ShipName"] = "U-511",
  −
        ["Rarity"] = "5",
  −
        ["No."] = "231",
  −
        ["Remarks"] = "'''''Unbuildable'''''",
  −
        ["World1"] = {
   
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["1"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["2"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["3"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["3"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["4"] = {  ["drop"] = "",  ["style"] = ""},
 
             ["4"] = {  ["drop"] = "",  ["style"] = ""},
            ["5"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["6"] = {  ["drop"] = "",  ["style"] = ""}
  −
        },
  −
        ["World2"] = {
  −
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["5"] = {  ["drop"] = "",  ["style"] = ""},
  −
        },
  −
        ["World3"] = {
  −
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "", ["style"] = ""},
  −
            ["3"] = {  ["drop"] = "", ["style"] = ""},
  −
            ["4"] = {  ["drop"] = "", ["style"] = ""},
  −
            ["5"] = {  ["drop"] = "",  ["style"] = ""},
  −
        },
  −
        ["World4"] = {
  −
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["4"] = {  ["drop"] = "", ["style"] = " "},
  −
        },
  −
        ["World5"] = {
  −
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "", ["style"] = " "},
  −
            ["3"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["4"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["5"] = {  ["drop"] = "",  ["style"] = ""},
  −
        },
  −
        ["World6"] = {
  −
            ["1"] = {  ["drop"] = "",  ["style"] = ""},
  −
            ["2"] = {  ["drop"] = "", ["style"] = ""},
   
         }
 
         }
 
     }
 
     }
 +
      Line 6,840: Line 7,059:  
     -- Please don't shoot me. I want to kill myself at how ugly this is, too. dw.
 
     -- Please don't shoot me. I want to kill myself at how ugly this is, too. dw.
 
     local html = "<ol><li>Symbols<ul><li>X = Obtainable <b>only</b> in boss nodes.</li><li>O = Obtainable in any node beside the boss node.</li></ul></li><li>Drops were referenced from both [http://wikiwiki.jp/kancolle/?%B4%CF%CC%BC%A5%C9%A5%ED%A5%C3%A5%D7%B5%D5%B0%FA%A4%AD Kancolle Japanese Wikiwiki] and [http://www56.atwiki.jp/kancolle/pages/26.html Kancolle Japanese @WIki].</li><li>Background Coloring<ul><li>Yellow Background means the drop is cited at only one of the sources.</li><li>Green Background means the drop is cited by both sources.</li><li>No Background means ship in question isn't rare enough to warrant color coding (you can add the background yourself if you want).</li></ul></li><li>Unless specified, all ships are obtainable through crafting.<ul><li>Ships that are only craftable through Large Ship Construction (LSC) will have notes to specify (<i>LSC Crafting</i>).</li></ul></li></ol>"
 
     local html = "<ol><li>Symbols<ul><li>X = Obtainable <b>only</b> in boss nodes.</li><li>O = Obtainable in any node beside the boss node.</li></ul></li><li>Drops were referenced from both [http://wikiwiki.jp/kancolle/?%B4%CF%CC%BC%A5%C9%A5%ED%A5%C3%A5%D7%B5%D5%B0%FA%A4%AD Kancolle Japanese Wikiwiki] and [http://www56.atwiki.jp/kancolle/pages/26.html Kancolle Japanese @WIki].</li><li>Background Coloring<ul><li>Yellow Background means the drop is cited at only one of the sources.</li><li>Green Background means the drop is cited by both sources.</li><li>No Background means ship in question isn't rare enough to warrant color coding (you can add the background yourself if you want).</li></ul></li><li>Unless specified, all ships are obtainable through crafting.<ul><li>Ships that are only craftable through Large Ship Construction (LSC) will have notes to specify (<i>LSC Crafting</i>).</li></ul></li></ol>"
     html = html .. '<table class="wikitable" style="text-align: center; width:100%;"><tr><th colspan="1" rowspan="2" style="width:10%;"> Ship Name</th><th colspan="1" rowspan="2" style="width:2%;"> Rarity</th><th colspan="1" rowspan="2" style="width:3%;"> No.</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F | World 1]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F | World 2]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F | World 3]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:11%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F | World 4]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F | World 5]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:10%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F | World 6]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="1" rowspan="2" style="width:14%;"> Remarks</th></tr><tr><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:1%;"> -</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:1%;"> -</th><th style="width:1%;"> -</th><th style="width:1%;"> -</th></tr>'
+
     html = html .. '<table class="wikitable" style="text-align: center; width:100%;"><tr><th colspan="1" rowspan="2" style="width:10%;"> Ship Name</th><th colspan="1" rowspan="2" style="width:2%;"> Rarity</th><th colspan="1" rowspan="2" style="width:3%;"> No.</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="6" rowspan="1" style="width:12.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F | World 1]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F | World 2]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F | World 3]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="4" rowspan="1" style="width:11%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F | World 4]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="5" rowspan="1" style="width:12.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F | World 5]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="4" rowspan="1" style="width:10%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F | World 6]]</th><th colspan="1" rowspan="167" style="background-color: #dddcb1; width:.8%;"></th><th colspan="1" rowspan="2" style="width:14%;"> Remarks</th></tr><tr><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_1:_%E9%8E%AE%E5%AE%88%E5%BA%9C%E6%B5%B7%E5%9F%9F#Drops_6 | 6]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_2:_%E5%8D%97%E8%A5%BF%E8%AB%B8%E5%B3%B6%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_3:_%E5%8C%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_4:_%E8%A5%BF%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_3 | 3]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_4 | 4]]</th><th style="width:2.5%;"> [[World_5:_%E5%8D%97%E6%96%B9%E6%B5%B7%E5%9F%9F#Drops_5 | 5]]</th><th style="width:2.5%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F#Drops | 1]]</th><th style="width:2.5%;"> [[World_6:_%E4%B8%AD%E9%83%A8%E6%B5%B7%E5%9F%9F#Drops_2 | 2]]</th><th style="width:2.5%;"> - </th><th style="width:2.5%;"> - </th></tr>'
 
     if frame.args[1] ~= "all" then
 
     if frame.args[1] ~= "all" then
 
         for i,shipName in pairs(frame.args) do
 
         for i,shipName in pairs(frame.args) do
2,922

edits