• 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/Type 2 Large Flying Boat"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local Type_2_Large_Flying_Boat = {
+
return {
_name = "Type 2 Large Flying Boat",
+
  _name = "Type 2 Large Flying Boat",
_page = false,
+
  _id = 138,
_id = 138,
+
  _japanese_name = "二式大艇",
_japanese_name = "二式大艇",
+
  _reading = "にしきたいてい",
_reading = "にしきたいてい",
+
  _type = 41,
_type = 41,
+
  _icon = 33,
_icon = 33,
+
  _types = {17, 33, 41, 33, 19},
_rarity = 4,
+
  _rarity = 4,
_card = "Equipment138-1.png",
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = false,
_aa = false,
+
  _armor = false,
_armor = false,
+
  _asw = 1,
_asw = 1,
+
  _shelling_accuracy = 1,
_shelling_accuracy = 1,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = false,
_evasion = false,
+
  _los = 12,
_los = 12,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 25,
_special = false,
+
  _flight_range = 20,
_scrap_fuel = 9,
+
  _special = false,
_scrap_ammo = 2,
+
  _scrap_fuel = 9,
_scrap_steel = false,
+
  _scrap_ammo = 2,
_scrap_bauxite = 26,
+
  _scrap_steel = false,
_buildable = false,
+
  _scrap_bauxite = 26,
_upgradable = false,
+
  _info = "四発の大型飛行艇「二式大型飛行艇」、通称「二式大艇」です。<br>巨大な翼と船のような構造を持つ機体で、長距離偵察や司令部要員の移動等に用いられました。<br>同時代の世界水準を大きく超えた傑作機で、今の時代もその後継は空に海に活躍しています。",
 +
  _info_en = "This is the four-engined \"Type 2 Large Seaplane\", otherwise known as the \"Type 2 Flying Boat\".<br>It has a large wing-like airframe, and was made for the usage of long-range reconnaissance as well as providing transportation for fleet command personnel.<br>It was a state-of-the-art plane exceeding the world standard during its time, and to this day its successors are still active flying in the seas and skies.",
 +
  _wikipedia = "Kawanishi H8K",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Type_2_Large_Flying_Boat
 

Latest revision as of 08:47, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 2 Large Flying Boat/doc

return {
  _name = "Type 2 Large Flying Boat",
  _id = 138,
  _japanese_name = "二式大艇",
  _reading = "にしきたいてい",
  _type = 41,
  _icon = 33,
  _types = {17, 33, 41, 33, 19},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 1,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 12,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 25,
  _flight_range = 20,
  _special = false,
  _scrap_fuel = 9,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 26,
  _info = "四発の大型飛行艇「二式大型飛行艇」、通称「二式大艇」です。<br>巨大な翼と船のような構造を持つ機体で、長距離偵察や司令部要員の移動等に用いられました。<br>同時代の世界水準を大きく超えた傑作機で、今の時代もその後継は空に海に活躍しています。",
  _info_en = "This is the four-engined \"Type 2 Large Seaplane\", otherwise known as the \"Type 2 Flying Boat\".<br>It has a large wing-like airframe, and was made for the usage of long-range reconnaissance as well as providing transportation for fleet command personnel.<br>It was a state-of-the-art plane exceeding the world standard during its time, and to this day its successors are still active flying in the seas and skies.",
  _wikipedia = "Kawanishi H8K",
  _buildable = false,
  _improvements = false,
}