• 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 + Type 1 Gun Tank"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Toku Daihatsu Landing Craft + Type 1 Gun Tank", _id = 449, _japanese_name = "特大発動艇+一式砲戦車", _reading = nil, _type = 24, -- 8,14,...")
 
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "特大発動艇+一式砲戦車",
 
   _japanese_name = "特大発動艇+一式砲戦車",
 
   _reading = nil,
 
   _reading = nil,
   _type = 24, -- 8,14,24,20,0
+
   _type = 24,
 
   _icon = 20,
 
   _icon = 20,
 +
  _types = {8, 14, 24, 20, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 2,
 
   _firepower = 2,
Line 20: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 27: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "九七式中戦車の車体をベースに九〇式野砲を搭載した自走砲、<br>通称一式砲戦車。<br>限定的ながら対戦車能力を有した機甲戦力です。<br>本部隊は、対戦車自走砲として圧倒的な敵に対して善戦した一<br>式砲戦車と完全武装の随伴陸軍歩兵を特大発艇に搭載。対地陸<br>上戦闘において、有効な戦闘力を発揮します。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Toku Daihatsu Landing Craft + Type 1 Gun Tank/doc

return {
  _name = "Toku Daihatsu Landing Craft + Type 1 Gun Tank",
  _id = 449,
  _japanese_name = "特大発動艇+一式砲戦車",
  _reading = nil,
  _type = 24,
  _icon = 20,
  _types = {8, 14, 24, 20, 0},
  _rarity = 5,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = 2,
  _info = "九七式中戦車の車体をベースに九〇式野砲を搭載した自走砲、<br>通称一式砲戦車。<br>限定的ながら対戦車能力を有した機甲戦力です。<br>本部隊は、対戦車自走砲として圧倒的な敵に対して善戦した一<br>式砲戦車と完全武装の随伴陸軍歩兵を特大発艇に搭載。対地陸<br>上戦闘において、有効な戦闘力を発揮します。",
  _buildable = false,
  _improvements = false,
}