• 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 (Skilled)"

From Kancolle Wiki
Jump to navigation Jump to search
com>Segou
(GitHub Action)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 0 Reconnaissance Seaplane Model 11B (Skilled)",
+
  _name = "Type 0 Reconnaissance Seaplane Model 11B (Skilled)",
    _id = 239,
+
  _id = 239,
    _japanese_name = "零式水上偵察機11型乙(熟練)",
+
  _japanese_name = "零式水上偵察機11型乙(熟練)",
    _reading = "れいしきすいじょうていさつき11がたおつ(じゅくれん)",
+
  _reading = "れいしきすいじょうていさつき11がたおつ(じゅくれん)",
    _type = 10, -- 5,7,10,10,2
+
  _type = 10,
    _icon = 10,
+
  _icon = 10,
    _rarity = 4,
+
  _types = {5, 7, 10, 10, 2},
    _firepower = 2,
+
  _rarity = 4,
    _bombing = false,
+
  _firepower = 2,
    _torpedo = false,
+
  _bombing = false,
    _aa = 1,
+
  _torpedo = false,
    _armor = false,
+
  _aa = 1,
    _asw = 8,
+
  _armor = false,
    _shelling_accuracy = 3,
+
  _asw = 8,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 3,
    _evasion = false,
+
  _torpedo_accuracy = false,
    _los = 8,
+
  _evasion = false,
    _speed = false,
+
  _los = 8,
    _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 = false,
 
}
 
}

Revision as of 13:07, 9 September 2022

return {
  _name = "Type 0 Reconnaissance Seaplane Model 11B (Skilled)",
  _id = 239,
  _japanese_name = "零式水上偵察機11型乙(熟練)",
  _reading = "れいしきすいじょうていさつき11がたおつ(じゅくれん)",
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 2},
  _rarity = 4,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 8,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 8,
  _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 = false,
}