- 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"
Jump to navigation
Jump to search
Jigaraphale (talk | contribs) m (Rotorcraft**) |
(Kandex/gallery types for "Surface Ship Equipment" (Smoke Generators & Barrage Balloons)) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
broad_type = {}, | broad_type = {}, | ||
gallery_type = { | gallery_type = { | ||
+ | [1] = 'Main Guns', | ||
+ | [7] = 'Reconnaissance Aircraft', | ||
+ | [8] = 'Radars', | ||
+ | [10] = 'Sonars', | ||
[15] = 'Autogyros', | [15] = 'Autogyros', | ||
+ | [17] = 'Extra Armor', | ||
+ | [18] = 'Searchlights', | ||
[26] = 'Anti-Ground Artilleries', | [26] = 'Anti-Ground Artilleries', | ||
[44] = 'Helicopters', | [44] = 'Helicopters', | ||
[46] = 'Land-based Heavy Bombers', | [46] = 'Land-based Heavy Bombers', | ||
+ | -- [48] = "Army Units", | ||
+ | [49] = 'Smoke Generators', | ||
+ | [50] = 'Barrage Balloons', | ||
}, | }, | ||
icon_type = { | icon_type = { | ||
+ | [10] = 'Seaplanes', | ||
[16] = 'High-angle Guns', | [16] = 'High-angle Guns', | ||
[45] = 'Night Fighter Aircraft', | [45] = 'Night Fighter Aircraft', | ||
Line 14: | Line 24: | ||
[48] = 'Land-based Assault Aircraft', | [48] = 'Land-based Assault Aircraft', | ||
[50] = 'Night Reconnaissance Seaplanes', | [50] = 'Night Reconnaissance Seaplanes', | ||
+ | [51] = 'Night Seaplane Bombers', | ||
+ | }, | ||
+ | aircraft_type = { | ||
+ | [32] = 'Zuiuns', | ||
}, | }, | ||
− | |||
[1] = "Small Caliber Main Guns", | [1] = "Small Caliber Main Guns", | ||
[2] = "Medium Caliber Main Guns", | [2] = "Medium Caliber Main Guns", | ||
Line 67: | Line 80: | ||
[50] = "Transportation Materials", | [50] = "Transportation Materials", | ||
[51] = "Submarine Equipment", | [51] = "Submarine Equipment", | ||
+ | [52] = "Landing Forces", | ||
[53] = "Large Land-based Aircraft", | [53] = "Large Land-based Aircraft", | ||
+ | [54] = "Surface Ship Equipment", | ||
[56] = "Jet-powered Fighter Aircraft", | [56] = "Jet-powered Fighter Aircraft", | ||
[57] = "Jet-powered Fighter-Bombers", | [57] = "Jet-powered Fighter-Bombers", |
Latest revision as of 16:14, 26 August 2023
Documentation for this module may be created at Module:EquipmentTypesPlural/doc
return {
broad_type = {},
gallery_type = {
[1] = 'Main Guns',
[7] = 'Reconnaissance Aircraft',
[8] = 'Radars',
[10] = 'Sonars',
[15] = 'Autogyros',
[17] = 'Extra Armor',
[18] = 'Searchlights',
[26] = 'Anti-Ground Artilleries',
[44] = 'Helicopters',
[46] = 'Land-based Heavy Bombers',
-- [48] = "Army Units",
[49] = 'Smoke Generators',
[50] = 'Barrage Balloons',
},
icon_type = {
[10] = 'Seaplanes',
[16] = 'High-angle Guns',
[45] = 'Night Fighter Aircraft',
[46] = 'Night Torpedo Bombers',
[47] = 'Land-based Patrol Aircraft',
[48] = 'Land-based Assault Aircraft',
[50] = 'Night Reconnaissance Seaplanes',
[51] = 'Night Seaplane Bombers',
},
aircraft_type = {
[32] = 'Zuiuns',
},
[1] = "Small Caliber Main Guns",
[2] = "Medium Caliber Main Guns",
[3] = "Large Caliber Main Guns",
[4] = "Secondary Guns",
[5] = "Torpedoes",
[6] = "Carrier-based Fighter Aircraft",
[7] = "Carrier-based Dive Bombers",
[8] = "Carrier-based 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 Equipment",
[38] = "Large Caliber Main Guns (II)",
[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",
[52] = "Landing Forces",
[53] = "Large Land-based Aircraft",
[54] = "Surface Ship Equipment",
[56] = "Jet-powered Fighter Aircraft",
[57] = "Jet-powered Fighter-Bombers",
[58] = "Jet-powered Attack Aircraft",
[59] = "Jet-powered Recon Aircraft",
[93] = "Large Radars (II)",
[94] = "Carrier-based Reconnaissance Aircraft (II)",
[95] = "Secondary Guns (II)",
}