• 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/Special Type 2 Amphibious Tank"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Special_Type_2_Amphibious_Landing_Craft = { _name = "Special Type 2 Amphibious Landing Craft", _page = false, _id = 16...")
 
com>Ckwng
Line 8: Line 8:
 
_japanese_name = "特二式内火艇",
 
_japanese_name = "特二式内火艇",
 
_reading = "とくにしきうちびてい",
 
_reading = "とくにしきうちびてい",
_type = 24,
+
_type = 46,
_icon = 20,
+
_icon = 36,
_rarity = nil,
+
_rarity = 3,
 
_back = -1,
 
_back = -1,
 
_stars = nil,
 
_stars = nil,
_firepower = nil,
+
_firepower = false,
_bombing = nil,
+
_bombing = false,
_torpedo = nil,
+
_torpedo = false,
_aa = nil,
+
_aa = false,
_armor = nil,
+
_armor = false,
_asw = nil,
+
_asw = false,
_shelling_accuracy = nil,
+
_shelling_accuracy = false,
_torpedo_accuracy = nil,
+
_torpedo_accuracy = false,
_evasion = nil,
+
_evasion = false,
_los = nil,
+
_los = false,
_speed = nil,
+
_speed = false,
_luck = nil,
+
_luck = false,
_range = nil,
+
_range = false,
 
_special = nil,
 
_special = nil,
_scrap_fuel = nil,
+
_scrap_fuel = 1,
_scrap_ammo = nil,
+
_scrap_ammo = 2,
_scrap_steel = nil,
+
_scrap_steel = 3,
_scrap_bauxite = nil,
+
_scrap_bauxite = 2,
 
_buildable = false,
 
_buildable = false,
 
_improvements = false,
 
_improvements = false,

Revision as of 09:00, 19 March 2016

Documentation for this module may be created at Module:Data/Equipment/Special Type 2 Amphibious Tank/doc

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

local Special_Type_2_Amphibious_Landing_Craft = {
	_name = "Special Type 2 Amphibious Landing Craft",
	_page = false,
	_id = 167,
	_japanese_name = "特二式内火艇",
	_reading = "とくにしきうちびてい",
	_type = 46,
	_icon = 36,
	_rarity = 3,
	_back = -1,
	_stars = nil,
	_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,
	_special = nil,
	_scrap_fuel = 1,
	_scrap_ammo = 2,
	_scrap_steel = 3,
	_scrap_bauxite = 2,
	_buildable = false,
	_improvements = false,
}

return Special_Type_2_Amphibious_Landing_Craft