• 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 + 11th Tank Regiment"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Toku Daihatsu Landing Craft + 11th Tank Regiment", _id = 230, _japanese_name = "特大発動艇+...")
 
com>Segou
Line 4: Line 4:
 
return {
 
return {
 
     _name = "Toku Daihatsu Landing Craft + 11th Tank Regiment",
 
     _name = "Toku Daihatsu Landing Craft + 11th Tank Regiment",
 +
    _page = false,
 
     _id = 230,
 
     _id = 230,
 
     _japanese_name = "特大発動艇+戦車第11連隊",
 
     _japanese_name = "特大発動艇+戦車第11連隊",
     _reading = nil,
+
     _reading = "とくだいはつてい+せんしゃだい11れんたい",
 
     _type = 24,
 
     _type = 24,
 
     _icon = 20,
 
     _icon = 20,
Line 31: Line 32:
 
     _scrap_bauxite = 1,
 
     _scrap_bauxite = 1,
 
     _buildable = false,
 
     _buildable = false,
 +
    _info = "終戦時、北千島最北端、占守島に布陣していた精鋭、戦車第<br/>11連隊。<br/>「士魂」部隊とも云われた同精鋭部隊を特大発動艇で輸送、海上機動及び上陸戦闘運用が可能です。",
 
}
 
}

Revision as of 21:40, 25 March 2018

Documentation for this module may be created at Module:Data/Equipment/Toku Daihatsu Landing Craft + 11th Tank Regiment/doc

--Categories:
--[[Category:Equipment modules]]

return {
    _name = "Toku Daihatsu Landing Craft + 11th Tank Regiment",
    _page = false,
    _id = 230,
    _japanese_name = "特大発動艇+戦車第11連隊",
    _reading = "とくだいはつてい+せんしゃだい11れんたい",
    _type = 24,
    _icon = 20,
    _rarity = 4,
    _firepower = false,
    _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,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = 2,
    _scrap_ammo = 4,
    _scrap_steel = 5,
    _scrap_bauxite = 1,
    _buildable = false,
    _info = "終戦時、北千島最北端、占守島に布陣していた精鋭、戦車第<br/>11連隊。<br/>「士魂」部隊とも云われた同精鋭部隊を特大発動艇で輸送、海上機動及び上陸戦闘運用が可能です。",
}