• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:EquipmentTypesPlural"

From Kancolle Wiki
Jump to navigation Jump to search
(Hope this doesn't break anything)
m (better naming, "Caliber" in names & "Land-based Fighter"/Interceptor have to be discused)
Line 7: Line 7:
 
   [4] = "Secondary Guns",
 
   [4] = "Secondary Guns",
 
   [5] = "Torpedoes",
 
   [5] = "Torpedoes",
   [6] = "Carrier-based Fighter Aircraft",
+
   [6] = "Fighters",
   [7] = "Carrier-based Dive Bombers",
+
   [7] = "Dive Bombers",
   [8] = "Carrier-based Torpedo Bombers",
+
   [8] = "Torpedo Bombers",
 
   [9] = "Carrier-based Reconnaissance Aircraft",
 
   [9] = "Carrier-based Reconnaissance Aircraft",
 
   [10] = "Reconnaissance Seaplanes",
 
   [10] = "Reconnaissance Seaplanes",
Line 26: Line 26:
 
   [23] = "Emergency Repair Personnel",
 
   [23] = "Emergency Repair Personnel",
 
   [24] = "Landing Craft",
 
   [24] = "Landing Craft",
   [25] = "Autogyros",
+
   [25] = "Rotorcraft",
 
   [26] = "Anti-submarine Patrol Aircraft",
 
   [26] = "Anti-submarine Patrol Aircraft",
 
   [27] = "Extra Armor (Medium)",
 
   [27] = "Extra Armor (Medium)",
Line 38: Line 38:
 
   [35] = "Aviation Personnel",
 
   [35] = "Aviation Personnel",
 
   [36] = "Anti-Aircraft Fire Directors",
 
   [36] = "Anti-Aircraft Fire Directors",
   [37] = "Anti-Ground Equipment",
+
   [37] = "Anti-Ground Artilleries",
   [38] = "Large Caliber Main Guns (II)",
+
   [38] = "Very Large Caliber Main Guns",
 
   [39] = "Surface Ship Personnel",
 
   [39] = "Surface Ship Personnel",
 
   [40] = "Large Sonars",
 
   [40] = "Large Sonars",
Line 53: Line 53:
 
   [50] = "Transportation Materials",
 
   [50] = "Transportation Materials",
 
   [51] = "Submarine Equipment",
 
   [51] = "Submarine Equipment",
   [53] = "Large Land-based Aircraft",
+
   [53] = "Land-based Heavy Bombers",
 
   [56] = "Jet-powered Fighter Aircraft",
 
   [56] = "Jet-powered Fighter Aircraft",
 
   [57] = "Jet-powered Fighter-Bombers",
 
   [57] = "Jet-powered Fighter-Bombers",
 
   [58] = "Jet-powered Attack Aircraft",
 
   [58] = "Jet-powered Attack Aircraft",
 
   [59] = "Jet-powered Recon Aircraft",
 
   [59] = "Jet-powered Recon Aircraft",
   [93] = "Large Radars (II)",
+
   [93] = "Very Large Radars",
   [94] = "Carrier-based Reconnaissance Aircraft (II)",
+
   [94] = "Large Carrier-based Reconnaissance Aircraft",
   [95] = "Secondary Guns (II)",
+
   [95] = "Large Secondary Guns",
 
}
 
}

Revision as of 22:31, 21 October 2022

Documentation for this module may be created at Module:EquipmentTypesPlural/doc

-- [[Category:Misc data modules]]

return {
  [1] = "Small Caliber Main Guns",
  [2] = "Medium Caliber Main Guns",
  [3] = "Large Caliber Main Guns",
  [4] = "Secondary Guns",
  [5] = "Torpedoes",
  [6] = "Fighters",
  [7] = "Dive Bombers",
  [8] = "Torpedo Bombers",
  [9] = "Carrier-based Reconnaissance Aircraft",
  [10] = "Reconnaissance Seaplanes",
  [11] = "Seaplane Bombers",
  [12] = "Small Radars",
  [13] = "Large Radars",
  [14] = "Small Sonars",
  [15] = "Depth Charges",
  [16] = "Extra Armor",
  [17] = "Engine Improvements",
  [18] = "Anti-Aircraft Shells",
  [19] = "Armor Piercing Shells",
  [20] = "VT Fuzes",
  [21] = "Anti-Aircraft Guns",
  [22] = "Midget Submarines",
  [23] = "Emergency Repair Personnel",
  [24] = "Landing Craft",
  [25] = "Rotorcraft",
  [26] = "Anti-submarine Patrol Aircraft",
  [27] = "Extra Armor (Medium)",
  [28] = "Extra Armor (Large)",
  [29] = "Small Searchlights",
  [30] = "Supply Transport Containers",
  [31] = "Ship Repair Facilities",
  [32] = "Submarine Torpedoes",
  [33] = "Star Shells",
  [34] = "Command Facilities",
  [35] = "Aviation Personnel",
  [36] = "Anti-Aircraft Fire Directors",
  [37] = "Anti-Ground Artilleries",
  [38] = "Very Large Caliber Main Guns",
  [39] = "Surface Ship Personnel",
  [40] = "Large Sonars",
  [41] = "Large Flying Boats",
  [42] = "Large Searchlights",
  [43] = "Combat Rations",
  [44] = "Supplies",
  [45] = "Seaplane Fighters",
  [46] = "Special Amphibious Tanks",
  [47] = "Land-based Attack Aircraft",
  [48] = "Land-based Fighters",
  [49] = "Land-based Reconnaissance Aircraft",
  [50] = "Transportation Materials",
  [51] = "Submarine Equipment",
  [53] = "Land-based Heavy Bombers",
  [56] = "Jet-powered Fighter Aircraft",
  [57] = "Jet-powered Fighter-Bombers",
  [58] = "Jet-powered Attack Aircraft",
  [59] = "Jet-powered Recon Aircraft",
  [93] = "Very Large Radars",
  [94] = "Large Carrier-based Reconnaissance Aircraft",
  [95] = "Large Secondary Guns",
}