• 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"

From Kancolle Wiki
Jump to navigation Jump to search
m (Crazy teitoku moved page Module:Special Daihatsu Landing Craft to Module:Toku Daihatsu Landing Craft without leaving a redirect)
m (Renamed "Special Daihatsu Landing Craft" to "Toku Daihatsu Landing Craft".)
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Special_Daihatsu_Landing_Craft = {
+
local Toku_Daihatsu_Landing_Craft = {
_name = "Special Daihatsu Landing Craft",
+
_name = "Toku Daihatsu Landing Craft",
 
_page = false,
 
_page = false,
 
_id = 193,
 
_id = 193,
Line 35: Line 35:
 
}
 
}
  
return Special_Daihatsu_Landing_Craft
+
return Toku_Daihatsu_Landing_Craft

Revision as of 10:43, 26 October 2016

Documentation for this module may be created at Module:Data/Equipment/Toku Daihatsu Landing Craft/doc

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

local Toku_Daihatsu_Landing_Craft = {
	_name = "Toku Daihatsu Landing Craft",
	_page = false,
	_id = 193,
	_japanese_name = "特大発動艇",
	_reading = "とくだいはつどうてい",
	_type = 24,
	_icon = 20,
	_rarity = 2,
	_back = -1,
	_stars = 2,
	_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 = "Increases resource gains from expeditions",
	_scrap_fuel = 2,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 1,
	_buildable = false,
	_improvements = false,
}

return Toku_Daihatsu_Landing_Craft