• 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/Prototype Nanzan"

From Kancolle Wiki
Jump to navigation Jump to search
(initial)
 
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
local Prototype_Nanzan = {
+
return {
_name = "Prototype Nanzan",
+
  _name = "Prototype Nanzan",
_localized_name = "Prototype Nanzan",
+
  _localized_name = "Prototype Southern Mountain",
_page = false,
+
  _id = 148,
_id = 148,
+
  _japanese_name = "試製南山",
_japanese_name = "試製南山",
+
  _reading = "しせいなんざん",
_reading = "",
+
  _type = 7,
_type = 7,
+
  _icon = 7,
_icon = 7,
+
  _types = {3, 5, 7, 7, 24},
_rarity = 5,
+
  _rarity = 5,
_back = 0,
+
  _firepower = false,
_firepower = false,
+
  _bombing = 11,
_bombing = 11,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = 1,
_aa = 1,
+
  _armor = false,
_armor = false,
+
  _asw = 4,
_asw = 4,
+
  _shelling_accuracy = false,
_shelling_accuracy = false,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = false,
_evasion = false,
+
  _los = 2,
_los = 2,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = false,
_range = false,
+
  _flight_cost = 9,
_special = false,
+
  _flight_range = 5,
_scrap_fuel = 4,
+
  _special = false,
_scrap_ammo = 5,
+
  _scrap_fuel = 4,
_scrap_steel = false,
+
  _scrap_ammo = 5,
_scrap_bauxite = 15,
+
  _scrap_steel = false,
_buildable = false,
+
  _scrap_bauxite = 15,
_upgradable = false,
+
  _info = "水上機搭載可能な潜水艦による戦略的運用を目指して開発された、急降下爆撃可能なハイスペック艦載攻撃機「晴嵐」。<br>その陸上運用機バージョン「南山」に着艦フックを付与した試作航空母艦運用型(爆装)です。<br>テスト機なので、派手なカラーリングとなっています。",
 +
  _info_en = "The high-spec ship-based attack plane \"Seiran\" was originally developed to be used by submarines capable of carrying seaplanes.<br>This is the modified prototype version for use by carriers (with dive bombs) based off \"Nanzan\", with hooks attached for landing on ships.<br>This is a test model, so bright coloring is applied.",
 +
  _wikipedia = "Aichi M6A",
 +
  _can_attack_installations = true,
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}
 
return Prototype_Nanzan
 

Latest revision as of 09:16, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Prototype Nanzan/doc

return {
  _name = "Prototype Nanzan",
  _localized_name = "Prototype Southern Mountain",
  _id = 148,
  _japanese_name = "試製南山",
  _reading = "しせいなんざん",
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 24},
  _rarity = 5,
  _firepower = false,
  _bombing = 11,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 15,
  _info = "水上機搭載可能な潜水艦による戦略的運用を目指して開発された、急降下爆撃可能なハイスペック艦載攻撃機「晴嵐」。<br>その陸上運用機バージョン「南山」に着艦フックを付与した試作航空母艦運用型(爆装)です。<br>テスト機なので、派手なカラーリングとなっています。",
  _info_en = "The high-spec ship-based attack plane \"Seiran\" was originally developed to be used by submarines capable of carrying seaplanes.<br>This is the modified prototype version for use by carriers (with dive bombs) based off \"Nanzan\", with hooks attached for landing on ships.<br>This is a test model, so bright coloring is applied.",
  _wikipedia = "Aichi M6A",
  _can_attack_installations = true,
  _buildable = false,
  _improvements = false,
}