• 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/Type 32 Surface Radar"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local No_32_Surface_Radar = { _name = "No. 32 Surface Radar", _page = "Type 32 Surface RADAR", _id = 31, _japanese_name = "32号対水上電探", _reading = "32ごうた...")
 
com>Ckwng
(Remove redirect, add strict name)
Line 1: Line 1:
 
local No_32_Surface_Radar = {
 
local No_32_Surface_Radar = {
_name = "No. 32 Surface Radar",
+
_name = "Type 32 Surface Radar",
_page = "Type 32 Surface RADAR",
+
_strict_name = "No. 32 Surface Radar",
 +
_page = false,
 
_id = 31,
 
_id = 31,
 
_japanese_name = "32号対水上電探",
 
_japanese_name = "32号対水上電探",

Revision as of 10:46, 19 July 2015

Documentation for this module may be created at Module:Data/Equipment/Type 32 Surface Radar/doc

local No_32_Surface_Radar = {
	_name = "Type 32 Surface Radar",
	_strict_name = "No. 32 Surface Radar",
	_page = false,
	_id = 31,
	_japanese_name = "32号対水上電探",
	_reading = "32ごうたいすいじょうでんたん",
	_type = 13,
	_icon = 11,
	_rarity = 3,
	_card = "Equipment31-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 8,
	_torpedo_accuracy = 15,
	_evasion = false,
	_los = 10,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 20,
	_scrap_bauxite = 25,
	_buildable = true,
	_upgradable = false,
}

return No_32_Surface_Radar