Changes

no edit summary
Line 1: Line 1: −
 
+
=Expeditions Dot System=
=Expeditions=
  −
 
  −
==The Dot System==
  −
 
   
Thanks to Ninnin, we have a general description of how the resources displayed with 0 to 4 dots works :
 
Thanks to Ninnin, we have a general description of how the resources displayed with 0 to 4 dots works :
   
{| class="wikitable"  
 
{| class="wikitable"  
 
|-
 
|-
Line 23: Line 18:  
|-
 
|-
 
|}
 
|}
 +
In those cases, the limits of the ranges are inclusive, so for instance, an expedition giving 240 resources can have either 1 or 2 dots, for no apparent reason.
 +
   −
In those cases, the limits of the ranges are inclusive, so for instance, an expedition giving 240 resources can have either 1 or 2 dots, for no apparent reason.
      +
=Useful fancy equipment families=
   −
==Epeditions Table==
+
DLC:
 +
*{{EquipmentLink|Daihatsu Landing Craft|Toku Daihatsu Landing Craft|text=Landing Crafts}}
 +
*{{EquipmentLink|Armed Daihatsu|Soukoutei (Armored Boat Class)|text=armed boat}}
 +
*{{EquipmentLink|Daihatsu Landing Craft (Type 89 Medium Tank & Landing Force)|Toku Daihatsu Landing Craft + 11th Tank Regiment|Daihatsu Landing Craft (Panzer II/North African Specification)|M4A1 DD|text=landing tanks}}
   −
my goal is to call :
+
Drums:
{{#invoke:ExpeditionTable|returnExpeditionTable|all}}
+
*{{EquipmentLink|Drum Canister (Transport Use)|text=Drums}}
 +
*{{EquipmentLink|Underway Replenishment}}
    +
Anti-Submarine Patrol Aircrafts :
 +
*{{EquipmentLink|Ka Type Observation Autogyro|O Type Observation Autogyro Kai|O Type Observation Autogyro Kai Ni|text=Autogyros}},
 +
*{{EquipmentLink|S-51J|S-51J Kai|text=Helicopters}},
 +
*{{EquipmentLink|Type 3 Command Liaison Aircraft (ASW)|text=ASW Planes}}
   −
==code testing==
+
Sub radars
*'''(modified from Module:ShipDropTable)'''
      +
Midjetsubs
    +
Zeros
    +
Reppus:
   −
local U = require("Module:Core")
+
Zuiuns:
local Formatting = require("Module:Formatting")
  −
local Exp = require("Data/Expedition")
     −
local worlds = {
+
FCF:
  {world = 1, exp = 14},
  −
  {world = 2, exp = 14},
  −
  {world = 3, exp = 8},
  −
  {world = 7, exp = 6},
  −
  {world = 4, exp = 11},
  −
  {world = 5, exp = 10},
  −
  {world = 6, exp = 0},
  −
}
      +
AP shells:
   −
local function render(frame)
+
AA shells
  local args = frame.args
  −
  local result = {[[<div style="overflow-x:auto"><table class="wikitable sortable" style="text-align:center;width:100%">]]}
  −
  table.insert(result, "<tr>")
  −
  for _, cell in ipairs({"Ship", "Rarity", "Type", "No."}) do
  −
    table.insert(result, string.format([[<th rowspan="2">%s</th>]], cell))
  −
  end
  −
  for _, e in ipairs(worlds) do
  −
    table.insert(result, string.format([=[<th colspan="%s">[[World %s]]</th>]=], e.maps, e.world))
  −
  end
  −
  table.insert(result, [[<th rowspan="2">Remarks</th></tr><tr>]])
  −
  for _, e in ipairs(worlds) do
  −
    for map = 1, e.maps do
  −
      table.insert(result, string.format([=[<th>[[%s-%s|%s]]</th>]=], e.world, map, map))
  −
    end
  −
  end
  −
  table.insert(result, "</tr>")
  −
  for _, shipName in ipairs(args[1] == "all" and U.sort(U.keys(dropData)) or args) do
  −
    table.insert(result, formatShip(shipName))
  −
  end
  −
  table.insert(result, [[</table></div>]])
  −
  return table.concat(result)
  −
end
     −
return { returnExpeditionTable = render }
+
Turbines:
 +
{{EquipmentLink|Improved Kanhon Type Turbine|text=Turbines}}
 +
{{EquipmentLink|Enhanced Kanhon Type Boiler|New Model High Temperature High Pressure Boiler|text=boilers}}
 +
{{EquipmentLink|Improved Kanhon Type Turbine|Enhanced Kanhon Type Boiler|New Model High Temperature High Pressure Boiler|text=speed modifiers}}
35,014

edits