• 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 Land-based Reconnaissance Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Type 2 Land-based Reconnaissance Aircraft",
 
   _name = "Type 2 Land-based Reconnaissance Aircraft",
 +
  _localized_name = "Moonlight",
 
   _id = 311,
 
   _id = 311,
 
   _japanese_name = "二式陸上偵察機",
 
   _japanese_name = "二式陸上偵察機",
 
   _reading = "にしきりくじょうていさつき",
 
   _reading = "にしきりくじょうていさつき",
   _type = 49, -- 25,7,49,9,31
+
   _type = 49,
 
   _icon = 9,
 
   _icon = 9,
 +
  _types = {25, 7, 49, 9, 31},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = false,
 
   _firepower = false,
Line 29: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 12,
 
   _scrap_bauxite = 12,
 +
  _info = "十三試陸戦として開発された双発陸上戦闘機。<br>双発遠距離戦闘機開発としては成功しなかった本機を、偵察機として正式採用したのが、この「二式陸偵」です。<br>ラバウルに展開した本機が後に現地改修され、20mm斜銃2挺を装備、ラバウルや本土防空戦で大型爆撃機相手に奮戦した、あの夜間戦闘機「月光」が誕生しました。",
 +
  _info_en = "A twin-engine land-based fighter developed during thirteen trial fights.<br> Developed as a twin-engine long-distance fighter plane that didn't succeed, was formally accepted as a reconnaissance plane, this is the \"Type 2 Land Based Reconnaissance Aircraft\".<br>Deployed in Rabaul the original plane was locally improved, equipped with two diagonally firing 20 mm guns, it fiercely fought a large-sized enemy bomber in Rabaul and in the mainland air defense, on those battles the night fighter \"Gekkou\" was born.",
 +
  _wikipedia = "Nakajima J1N",
 
   _buildable = false,
 
   _buildable = false,
   _info = "十三試陸戦として開発された双発陸上戦闘機。双発遠距離戦闘機開発としては成功しなかった本機を、偵察機として正式採用したのが、この「二式陸偵」です。<br>ラバウルに展開した本機が後に現地改修され、20mm斜銃2挺を装備、ラバウルや本土防空戦で大型爆撃機相手に奮戦した、あの夜間戦闘機「月光」が誕生しました。",
+
   _improvements = false,
  _wikipedia = "ja:二式陸上偵察機",
 
 
}
 
}

Latest revision as of 09:58, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 2 Land-based Reconnaissance Aircraft/doc

return {
  _name = "Type 2 Land-based Reconnaissance Aircraft",
  _localized_name = "Moonlight",
  _id = 311,
  _japanese_name = "二式陸上偵察機",
  _reading = "にしきりくじょうていさつき",
  _type = 49,
  _icon = 9,
  _types = {25, 7, 49, 9, 31},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 8,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 7,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 4,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 12,
  _info = "十三試陸戦として開発された双発陸上戦闘機。<br>双発遠距離戦闘機開発としては成功しなかった本機を、偵察機として正式採用したのが、この「二式陸偵」です。<br>ラバウルに展開した本機が後に現地改修され、20mm斜銃2挺を装備、ラバウルや本土防空戦で大型爆撃機相手に奮戦した、あの夜間戦闘機「月光」が誕生しました。",
  _info_en = "A twin-engine land-based fighter developed during thirteen trial fights.<br> Developed as a twin-engine long-distance fighter plane that didn't succeed, was formally accepted as a reconnaissance plane, this is the \"Type 2 Land Based Reconnaissance Aircraft\".<br>Deployed in Rabaul the original plane was locally improved, equipped with two diagonally firing 20 mm guns, it fiercely fought a large-sized enemy bomber in Rabaul and in the mainland air defense, on those battles the night fighter \"Gekkou\" was born.",
  _wikipedia = "Nakajima J1N",
  _buildable = false,
  _improvements = false,
}