• 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/Toku Daihatsu Landing Craft + Panzer III (North African Specification)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
return {
 
return {
   _name = nil,
+
   _name = "Toku Daihatsu Landing Craft + Panzer III (North African Specification)",
 
   _id = 482,
 
   _id = 482,
 
   _japanese_name = "特大発動艇+Ⅲ号戦車(北アフリカ仕様)",
 
   _japanese_name = "特大発動艇+Ⅲ号戦車(北アフリカ仕様)",
Line 21: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
 +
  _special = "Provides bonuses against installations",
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
 
   _scrap_ammo = 4,
 
   _scrap_ammo = 4,
 
   _scrap_steel = 5,
 
   _scrap_steel = 5,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "精鋭陸戦兵装を装備した陸戦隊とIII号戦車G型を搭載した、特別編成部隊と特大発動艇によるif強襲部隊です。<br>同部隊を満載した特大発自体も、北アフリカ戦仕様の特別塗装&仕様となっています。<br>ある程度の対機甲戦闘も可能、北アフリカ戦線の着上陸戦闘において、その高い戦闘力を十分に発揮します。",
 +
  _info_en = "A what-if specialized assault force consisting of elite troops accompanied by a Panzer III Ausf. G embarked on a toku daihatsu.<br>The toku daihatsu has a special paint job and modifications to suit the North African theatre.<br>Capable of limited anti-armor combat, it will display its full power in landing operations on the North African front.",
 +
  _wikipedia = "Panzerkampfwagen III",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 06:53, 8 May 2024

return {
  _name = "Toku Daihatsu Landing Craft + Panzer III (North African Specification)",
  _id = 482,
  _japanese_name = "特大発動艇+Ⅲ号戦車(北アフリカ仕様)",
  _reading = nil,
  _type = 24,
  _icon = 20,
  _types = {8, 14, 24, 20, 0},
  _rarity = 5,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Provides bonuses against installations",
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = 5,
  _scrap_bauxite = 2,
  _info = "精鋭陸戦兵装を装備した陸戦隊とIII号戦車G型を搭載した、特別編成部隊と特大発動艇によるif強襲部隊です。<br>同部隊を満載した特大発自体も、北アフリカ戦仕様の特別塗装&仕様となっています。<br>ある程度の対機甲戦闘も可能、北アフリカ戦線の着上陸戦闘において、その高い戦闘力を十分に発揮します。",
  _info_en = "A what-if specialized assault force consisting of elite troops accompanied by a Panzer III Ausf. G embarked on a toku daihatsu.<br>The toku daihatsu has a special paint job and modifications to suit the North African theatre.<br>Capable of limited anti-armor combat, it will display its full power in landing operations on the North African front.",
  _wikipedia = "Panzerkampfwagen III",
  _buildable = false,
  _improvements = false,
}