• 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 2 Seaplane Fighter Kai"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Type_2_Seaplane_Fighter_Kai = { _name = "Type 2 Seaplane Fighter Kai", _page = false, _id = nil, _japanese_name = "...")
 
com>Ckwng
Line 5: Line 5:
 
_name = "Type 2 Seaplane Fighter Kai",
 
_name = "Type 2 Seaplane Fighter Kai",
 
_page = false,
 
_page = false,
_id = nil,
+
_id = 165,
 
_japanese_name = "二式水戦改",
 
_japanese_name = "二式水戦改",
 
_reading = "にしきすいせんかい",
 
_reading = "にしきすいせんかい",
Line 11: Line 11:
 
_type = 45,
 
_type = 45,
 
_icon = 10,
 
_icon = 10,
_rarity = nil,
+
_rarity = 2,
_firepower = nil,
+
_firepower = false,
_bombing = nil,
+
_bombing = false,
_torpedo = nil,
+
_torpedo = false,
_aa = nil,
+
_aa = 3,
_armor = nil,
+
_armor = false,
_asw = nil,
+
_asw = 1,
_shelling_accuracy = nil,
+
_shelling_accuracy = 1,
_torpedo_accuracy = nil,
+
_torpedo_accuracy = false,
_evasion = nil,
+
_evasion = 2,
_los = nil,
+
_los = 1,
_speed = nil,
+
_speed = false,
_luck = nil,
+
_luck = false,
_range = nil,
+
_range = false,
_special = nil,
+
_special = false,
_scrap_fuel = nil,
+
_scrap_fuel = 1,
_scrap_ammo = nil,
+
_scrap_ammo = 1,
_scrap_steel = nil,
+
_scrap_steel = false,
_scrap_bauxite = nil,
+
_scrap_bauxite = 4,
 
_buildable = false,
 
_buildable = false,
 
_improvements = false,
 
_improvements = false,

Revision as of 10:08, 11 March 2016

Documentation for this module may be created at Module:Data/Equipment/Type 2 Seaplane Fighter Kai/doc

--Categories:
--[[Category:Equipment modules]]
 
local Type_2_Seaplane_Fighter_Kai = {
	_name = "Type 2 Seaplane Fighter Kai",
	_page = false,
	_id = 165,
	_japanese_name = "二式水戦改",
	_reading = "にしきすいせんかい",
	_album_type = "Multi-purpose Seaplane/Seaplane Bomber/Seaplane Fighter",
	_type = 45,
	_icon = 10,
	_rarity = 2,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 3,
	_armor = false,
	_asw = 1,
	_shelling_accuracy = 1,
	_torpedo_accuracy = false,
	_evasion = 2,
	_los = 1,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 4,
	_buildable = false,
	_improvements = false,
}
 
return Type_2_Seaplane_Fighter_Kai