• 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/Toukai (901 Air Group)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Toukai (901 Air Group)", _id = 270, _japanese_name = "東海(九〇一空)", _reading = nil, ...")
 
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Toukai (901 Air Group)",
+
  _name = "Toukai (901 Air Group)",
    _id = 270,
+
  _localized_name = "Eastern Sea (901 Air Group)",
    _japanese_name = "東海(九〇一空)",
+
  _id = 270,
    _reading = nil,
+
  _japanese_name = "東海(九〇一空)",
    _type = 47, -- 21,38,47,47,30
+
  _reading = nil,
    _icon = 47,
+
  _type = 47,
    _rarity = 4,
+
  _icon = 47,
    _firepower = false,
+
  _types = {21, 38, 47, 47, 30},
    _bombing = 2,
+
  _rarity = 4,
    _torpedo = false,
+
  _firepower = false,
    _aa = false,
+
  _bombing = 2,
    _armor = false,
+
  _torpedo = false,
    _asw = 11,
+
  _aa = false,
    _shelling_accuracy = 1,
+
  _armor = false,
    _torpedo_accuracy = false,
+
  _asw = 11,
    _evasion = false,
+
  _shelling_accuracy = 1,
    _los = 6,
+
  _torpedo_accuracy = false,
    _speed = false,
+
  _evasion = false,
    _luck = false,
+
  _los = 6,
    _range = false,
+
  _speed = false,
    _flight_cost = 9,
+
  _luck = false,
    _flight_range = 8,
+
  _range = false,
    _special = false,
+
  _flight_cost = 9,
    _scrap_fuel = 4,
+
  _flight_range = 8,
    _scrap_ammo = 3,
+
  _special = false,
    _scrap_steel = false,
+
  _scrap_fuel = 4,
    _scrap_bauxite = 13,
+
  _scrap_ammo = 3,
    _buildable = false,
+
  _scrap_steel = false,
    _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機「東海」。第九〇一航空隊の集中配備された本機は、悪化した戦局と失われた制空権の中、大きな犠牲を払いながらも、対潜哨戒による敵潜制圧に努めました。",
+
  _scrap_bauxite = 13,
 +
  _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機「東海」。<br>第九〇一航空隊の集中配備された本機は、悪化した戦局と失われた制空権の中、大きな犠牲を払いながらも、対潜哨戒による敵潜制圧に努めました。",
 +
  _info_en = "A fully-fledged land-based anti-submarine patrol aircraft developed from the 17th experimental patrol aircraft, the \"Toukai\".<br>The 901st Air Group, which was exclusively equipped with these aircraft, made many sacrifices conducting anti-submarine patrols to counteract enemy submarines amidst the deteriorating state of the war and loss of air superiority.",
 +
  _wikipedia = "Kyushu Q1W",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 08:25, 9 May 2024

Documentation for this module may be created at Module:Data/Equipment/Toukai (901 Air Group)/doc

return {
  _name = "Toukai (901 Air Group)",
  _localized_name = "Eastern Sea (901 Air Group)",
  _id = 270,
  _japanese_name = "東海(九〇一空)",
  _reading = nil,
  _type = 47,
  _icon = 47,
  _types = {21, 38, 47, 47, 30},
  _rarity = 4,
  _firepower = false,
  _bombing = 2,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 11,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 13,
  _info = "十七試哨戒機として開発された本格的な陸上発進の対潜哨戒機「東海」。<br>第九〇一航空隊の集中配備された本機は、悪化した戦局と失われた制空権の中、大きな犠牲を払いながらも、対潜哨戒による敵潜制圧に努めました。",
  _info_en = "A fully-fledged land-based anti-submarine patrol aircraft developed from the 17th experimental patrol aircraft, the \"Toukai\".<br>The 901st Air Group, which was exclusively equipped with these aircraft, made many sacrifices conducting anti-submarine patrols to counteract enemy submarines amidst the deteriorating state of the war and loss of air superiority.",
  _wikipedia = "Kyushu Q1W",
  _buildable = false,
  _improvements = false,
}