• 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/F4F-3"

From Kancolle Wiki
Jump to navigation Jump to search
m ("Asset name" added.)
m (Attempting to fix up _name parameter instead.)
Line 3: Line 3:
  
 
local F4F3 = {
 
local F4F3 = {
_name = "F4F3",
+
_name = "F4F-3",
 
_page = false,
 
_page = false,
 
_id = 197,
 
_id = 197,

Revision as of 16:17, 18 November 2016

Documentation for this module may be created at Module:Data/Equipment/F4F-3/doc

--Categories:
--[[Category:Equipment modules]]

local F4F3 = {
	_name = "F4F-3",
	_page = false,
	_id = 197,
	_asset_name = "F4F-3",
	_type = 6,
	_icon = 6,
	_rarity = 2,
	_back = 2,
	_firepower = 1,
	_bombing = false,
	_torpedo = false,
	_aa = 4,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = 2,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = false,
	_flight_range = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_buildable = false,
	_improvable = false
}

return F4F3