• 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/Ka Type Observation Autogyro"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Ka_type_Observation_Autogyro = { _name = "Ka-type Observation Autogyro", _page = false, _id = 69, _japanese_name = "カ号観測機", _reading = "かごうかんそ...")
 
com>Ckwng
Line 1: Line 1:
local Ka_type_Observation_Autogyro = {
+
local No_Ka_Observation_Autogyro = {
_name = "Ka-type Observation Autogyro",
+
_name = "No. Ka Observation Autogyro",
_page = false,
+
_page = "Ka-type Observation Autogyro",
 
_id = 69,
 
_id = 69,
 
_japanese_name = "カ号観測機",
 
_japanese_name = "カ号観測機",
Line 31: Line 31:
 
}
 
}
  
return Ka_type_Observation_Autogyro
+
return No_Ka_Observation_Autogyro

Revision as of 18:50, 4 April 2015

Documentation for this module may be created at Module:Data/Equipment/Ka Type Observation Autogyro/doc

local No_Ka_Observation_Autogyro = {
	_name = "No. Ka Observation Autogyro",
	_page = "Ka-type Observation Autogyro",
	_id = 69,
	_japanese_name = "カ号観測機",
	_reading = "かごうかんそくき",
	_type = 25,
	_icon = 21,
	_rarity = 3,
	_card = "Equipment69-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = 9,
	_shelling_accuracy = 1,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 4,
	_buildable = false,
	_upgradable = false,
}

return No_Ka_Observation_Autogyro