• 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
com>Ckwng
(GitHub Action)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Ar196_Kai = {
+
return {
_name = "Ar196 Kai",
+
  _name = "Ar196 Kai",
_page = false,
+
  _id = 115,
_id = 115,
+
  _japanese_name = "Ar196改",
_japanese_name = "Ar196改",
+
  _reading = "Ar196かい",
_reading = "Ar196かい",
+
  _type = 10,
_type = 10,
+
  _icon = 10,
_icon = 10,
+
  _types = {5, 7, 10, 10, 2},
_rarity = 0,
+
  _rarity = 2,
_back = 2,
+
  _back = 2,
_firepower = false,
+
  _firepower = false,
_bombing = 1,
+
  _bombing = 1,
_torpedo = false,
+
  _torpedo = false,
_aa = 1,
+
  _aa = 1,
_armor = false,
+
  _armor = false,
_asw = 5,
+
  _asw = 5,
_shelling_accuracy = 2,
+
  _shelling_accuracy = 2,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = 5,
+
  _los = 5,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _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,
_buildable = false,
+
  _scrap_steel = false,
_upgradable = false,
+
  _scrap_bauxite = 2,
 +
  _info = "ビスマルク級などの主力艦艇に搭載された艦載水上偵察機で<br>す。<br>偵察、観測、哨戒、そして対潜水艦任務など、南大西洋で幅広<br>く活躍した同機の改修型で、艦隊の眼の役割を担います。",
 +
  _wikipedia = "Arado Ar 196",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}
 
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,
}