• 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 0 Reconnaissance Seaplane Model 11B"

From Kancolle Wiki
Jump to navigation Jump to search
m (3 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 0 Reconnaissance Seaplane Model 11B",
+
  _name = "Type 0 Reconnaissance Seaplane Model 11B",
    _id = 238,
+
  _id = 238,
    _japanese_name = "零式水上偵察機11型乙",
+
  _japanese_name = "零式水上偵察機11型乙",
    _reading = "れいしきすいじょうていさつき11がたおつ",
+
  _reading = "れいしきすいじょうていさつき11がたおつ",
    _type = 10, -- 5,7,10,10,2
+
  _type = 10,
    _icon = 10,
+
  _icon = 10,
    _rarity = 3,
+
  _types = {5, 7, 10, 10, 2},
    _firepower = 1,
+
  _rarity = 3,
    _bombing = false,
+
  _firepower = 1,
    _torpedo = false,
+
  _bombing = false,
    _aa = 1,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 1,
    _asw = 7,
+
  _armor = false,
    _shelling_accuracy = 2,
+
  _asw = 7,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
    _evasion = false,
+
  _torpedo_accuracy = false,
    _los = 6,
+
  _evasion = false,
    _speed = false,
+
  _los = 6,
    _luck = false,
+
  _speed = false,
    _range = false,
+
  _luck = false,
    _flight_cost = 5,
+
  _range = false,
    _flight_range = 7,
+
  _flight_cost = 5,
    _special = false,
+
  _flight_range = 7,
    _scrap_fuel = 1,
+
  _special = false,
    _scrap_ammo = 2,
+
  _scrap_fuel = 1,
    _scrap_steel = false,
+
  _scrap_ammo = 2,
    _scrap_bauxite = 3,
+
  _scrap_steel = false,
    _buildable = false,
+
  _scrap_bauxite = 3,
    _info = "艦隊の航空偵察の主役として、戦いの前半期では幅広い局面で活躍した「零式水上偵察機」。戦艦や巡洋艦、水上機母艦などに搭載され、三座を活かして艦隊の「目」としての索敵任務に務めました。本機は、哨戒性能等を強化した同機の改良後期型です。",
+
  _version = 2,
    _upgradable = false,
+
  _info = "艦隊の航空偵察の主役として、戦いの前半期では幅広い局面で<br>活躍した「零式水上偵察機」。戦艦や巡洋艦、水上機母艦など<br>に搭載され、三座を活かして艦隊の「目」としての索敵任務に<br>務めました。本機は、哨戒性能等を強化した同機の改良後期型<br>です。",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Revision as of 13:07, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Type 0 Reconnaissance Seaplane Model 11B/doc

return {
  _name = "Type 0 Reconnaissance Seaplane Model 11B",
  _id = 238,
  _japanese_name = "零式水上偵察機11型乙",
  _reading = "れいしきすいじょうていさつき11がたおつ",
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 2},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 7,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 7,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 3,
  _version = 2,
  _info = "艦隊の航空偵察の主役として、戦いの前半期では幅広い局面で<br>活躍した「零式水上偵察機」。戦艦や巡洋艦、水上機母艦など<br>に搭載され、三座を活かして艦隊の「目」としての索敵任務に<br>務めました。本機は、哨戒性能等を強化した同機の改良後期型<br>です。",
  _buildable = false,
  _improvements = true,
}