• 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 3 Fighter Hien Model 1D"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Type_3_Fighter_Hien_Model_1D = { _name = "Type 3 Fighter Hien Model 1D", _page = false, _id = 185, _japanese_name = ...")
 
com>Ckwng
Line 14: Line 14:
 
_bombing = false,
 
_bombing = false,
 
_torpedo = false,
 
_torpedo = false,
_aa = nil,
+
_aa = 9,
 
_armor = false,
 
_armor = false,
 
_asw = false,
 
_asw = false,
_shelling_accuracy = nil,
+
_shelling_accuracy = 2,
 
_torpedo_accuracy = false,
 
_torpedo_accuracy = false,
_evasion = nil,
+
_evasion = 3,
 
_los = false,
 
_los = false,
 
_speed = false,
 
_speed = false,
 
_luck = false,
 
_luck = false,
 
_range = false,
 
_range = false,
_flight_cost = nil,
+
_flight_cost = 7,
_flight_range = nil,
+
_flight_range = 4,
 
_special = false,
 
_special = false,
_scrap_fuel = nil,
+
_scrap_fuel = 1,
_scrap_ammo = nil,
+
_scrap_ammo = 2,
 
_scrap_steel = false,
 
_scrap_steel = false,
_scrap_bauxite = nil,
+
_scrap_bauxite = 6,
 
_buildable = false,
 
_buildable = false,
 
_improvements = false,
 
_improvements = false,

Revision as of 14:33, 12 August 2016

Documentation for this module may be created at Module:Data/Equipment/Type 3 Fighter Hien Model 1D/doc

--Categories:
--[[Category:Equipment modules]]
 
local Type_3_Fighter_Hien_Model_1D = {
	_name = "Type 3 Fighter Hien Model 1D",
	_page = false,
	_id = 185,
	_japanese_name = "三式戦 飛燕1型丁",
	_reading = "さんしきせん ひえんいちがたてい",
	_type = 48,
	_icon = 38,
	_rarity = 4,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 9,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 2,
	_torpedo_accuracy = false,
	_evasion = 3,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 7,
	_flight_range = 4,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 6,
	_buildable = false,
	_improvements = false,
}
 
return Type_3_Fighter_Hien_Model_1D