• 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:Data/Equipment/Ar196 Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m (6 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Ar196 Kai",
 
+
  _id = 115,
local Ar196_Kai = {
+
  _japanese_name = "Ar196改",
_name = "Ar196 Kai",
+
  _reading = "Ar196かい",
_page = false,
+
  _type = 10,
_id = 115,
+
  _icon = 10,
_japanese_name = "Ar196改",
+
  _types = {5, 7, 10, 10, 2},
_reading = "Ar196かい",
+
  _rarity = 2,
_type = 10,
+
  _back = 2,
_icon = 10,
+
  _firepower = false,
_rarity = 0,
+
  _bombing = 1,
_back = 2,
+
  _torpedo = false,
_firepower = false,
+
  _aa = 1,
_bombing = 1,
+
  _armor = false,
_torpedo = false,
+
  _asw = 5,
_aa = 1,
+
  _shelling_accuracy = 2,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = 5,
+
  _evasion = false,
_shelling_accuracy = 2,
+
  _los = 5,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = 5,
+
  _range = false,
_speed = false,
+
  _flight_cost = 5,
_luck = false,
+
  _flight_range = 3,
_range = false,
+
  _special = false,
_flight_cost = 5,
+
  _scrap_fuel = 1,
_flight_range = 3,
+
  _scrap_ammo = 2,
_special = false,
+
  _scrap_steel = false,
_scrap_fuel = 1,
+
  _scrap_bauxite = 2,
_scrap_ammo = 2,
+
  _info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機で<br>す。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広<br>く活躍した同機の改修型で、艦隊の眼の役割を担います。",
_scrap_steel = false,
+
  _wikipedia = "Arado Ar 196",
_scrap_bauxite = 2,
+
  _buildable = false,
_info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機です。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広く活躍した同機の改修型で、艦隊の眼の役割を担います。",
+
  _improvements = true,
_wikipedia = "Arado Ar 196",
 
_buildable = false,
 
_upgradable = false,
 
 
}
 
}
 
return Ar196_Kai
 

Revision as of 12:43, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Ar196 Kai/doc

return {
  _name = "Ar196 Kai",
  _id = 115,
  _japanese_name = "Ar196改",
  _reading = "Ar196かい",
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 2},
  _rarity = 2,
  _back = 2,
  _firepower = false,
  _bombing = 1,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 5,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 5,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機で<br>す。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広<br>く活躍した同機の改修型で、艦隊の眼の役割を担います。",
  _wikipedia = "Arado Ar 196",
  _buildable = false,
  _improvements = true,
}