• 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
(GitHub Action)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Type 2 Large Flying Boat",
 
+
  _id = 138,
local Type_2_Large_Flying_Boat = {
+
  _japanese_name = "二式大艇",
_name = "Type 2 Large Flying Boat",
+
  _reading = "にしきたいてい",
_page = false,
+
  _type = 41,
_id = 138,
+
  _icon = 33,
_japanese_name = "二式大艇",
+
  _types = {17, 33, 41, 33, 19},
_reading = "にしきたいてい",
+
  _rarity = 4,
_type = 41,
+
  _firepower = false,
_icon = 33,
+
  _bombing = false,
_rarity = 4,
+
  _torpedo = false,
_firepower = false,
+
  _aa = false,
_bombing = false,
+
  _armor = false,
_torpedo = false,
+
  _asw = 1,
_aa = false,
+
  _shelling_accuracy = 1,
_armor = false,
+
  _torpedo_accuracy = false,
_asw = 1,
+
  _evasion = false,
_shelling_accuracy = 1,
+
  _los = 12,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = false,
+
  _luck = false,
_los = 12,
+
  _range = false,
_speed = false,
+
  _flight_cost = 25,
_luck = false,
+
  _flight_range = 20,
_range = false,
+
  _special = false,
_flight_cost = 25,
+
  _scrap_fuel = 9,
_flight_range = 20,
+
  _scrap_ammo = 2,
_special = false,
+
  _scrap_steel = false,
_scrap_fuel = 9,
+
  _scrap_bauxite = 26,
_scrap_ammo = 2,
+
  _info = "四発の大型飛行艇「二式大型飛行艇」、通称「二式大艇」で<br>す。<br>巨大な翼と船のような構造を持つ機体で、長距離偵察や司令部<br>要員の移動等に用いられました。同時代の世界水準を大きく超<br>えた傑作機で、今の時代もその後継は空に海に活躍していま<br>す。",
_scrap_steel = false,
+
  _wikipedia = "Kawanishi H8K",
_scrap_bauxite = 26,
+
  _buildable = false,
_buildable = false,
+
  _improvements = false,
_upgradable = false,
 
 
}
 
}
 
return Type_2_Large_Flying_Boat
 

Revision as of 12:44, 9 September 2022

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>巨大な翼と船のような構造を持つ機体で、長距離偵察や司令部<br>要員の移動等に用いられました。同時代の世界水準を大きく超<br>えた傑作機で、今の時代もその後継は空に海に活躍していま<br>す。",
  _wikipedia = "Kawanishi H8K",
  _buildable = false,
  _improvements = false,
}