- 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 96 Fighter"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 25: | Line 25: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
+ | _flight_cost = 3, | ||
+ | _flight_range = 3, | ||
_special = false, | _special = false, | ||
_scrap_fuel = 1, | _scrap_fuel = 1, |
Revision as of 04:09, 5 May 2016
Documentation for this module may be created at Module:Data/Equipment/Type 96 Fighter/doc
--Categories:
--[[Category:Equipment modules]]
local Type_96_Fighter = {
_name = "Type 96 Fighter",
_page = false,
_id = 19,
_japanese_name = "九六式艦戦",
_reading = "きゅうろくしきかんせん",
_type = 6,
_icon = 6,
_rarity = 0,
_back = 1,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 2,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 3,
_flight_range = 3,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = false,
_scrap_bauxite = 1,
_buildable = true,
_upgradable = false,
}
return Type_96_Fighter