• 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 99 Dive Bomber"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Type_99_Dive_Bomber = { _name = "Type 99 Dive Bomber", _page = false, _id = 23, _japanese_name = "九九式艦爆", _type = 7, _icon = 7, _rarity = 0, _back = 1,...")
 
com>Ckwng
Line 4: Line 4:
 
_id = 23,
 
_id = 23,
 
_japanese_name = "九九式艦爆",
 
_japanese_name = "九九式艦爆",
 +
_reading = "きゅうきゅうしきかんばく",
 
_type = 7,
 
_type = 7,
 
_icon = 7,
 
_icon = 7,

Revision as of 01:27, 28 February 2015

Documentation for this module may be created at Module:Data/Equipment/Type 99 Dive Bomber/doc

local Type_99_Dive_Bomber = {
	_name = "Type 99 Dive Bomber",
	_page = false,
	_id = 23,
	_japanese_name = "九九式艦爆",
	_reading = "きゅうきゅうしきかんばく",
	_type = 7,
	_icon = 7,
	_rarity = 0,
	_back = 1,
	_card = "Equipment23-1.png",
	_firepower = false,
	_bombing = 5,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = 3,
	_shelling_accuracy = false,
	_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 = 2,
	_buildable = true,
	_upgradable = false,
}

return Type_99_Dive_Bomber