• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Ship/Fusou

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 05:37, 6 March 2015 by com>Ckwng (Created page with "local Fusou = { [""] = { _name = "Fusou", _rarity = 4, _id = 26, _true_id = false, _card = "026.jpg", _japanese_name = "扶桑", _reading = "ふそう", _clas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Ship/Fusou/doc

local Fusou = {
	[""] = {
		_name = "Fusou",
		_rarity = 4,
		_id = 26,
		_true_id = false,
		_card = "026.jpg",
		_japanese_name = "扶桑",
		_reading = "ふそう",
		_class = "Fusou",
		_type = 9,
		_hp = 67,
		_hp_max = 89,
		_firepower = 74,
		_firepower_max = 94,
		_firepower_mod = 4,
		_armor = 59,
		_armor_max = 79,
		_armor_mod = 3,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 19,
		_evasion_max = 39,
		_aa = 23,
		_aa_max = 79,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 9,
		_los_max = 33,
		_range = 3,
		_luck = 5,
		_luck_max = 39,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = true,
		_build_time = 260,
		_remodel_level = false,
		_fuel = 85,
		_ammo = 120,
		_scrap_fuel = 9,
		_scrap_ammo = 18,
		_scrap_steel = 36,
		_scrap_baux = 3,
		_equipment = {
			{equipment = "35.6cm Twin Gun Mount", size = 3},
			{equipment = "15.2cm Single Gun Mount", size = 3},
			{equipment = "Type 0 Reconnaissance Seaplane", size = 3},
			{equipment = false, size = 3},
		},
	},
	["Kai"] = {
		_name = "Fusou",
		_suffix = "Kai",
		_rarity = 5,
		_id = 26,
		_true_id = 386,
		_card = "026b.png",
		_japanese_name = "扶桑改",
		_reading = "ふそうかい",
		_class = "Fusou",
		_type = 10,
		_hp = 75,
		_hp_max = 89,
		_firepower = 63,
		_firepower_max = 79,
		_firepower_mod = 4,
		_armor = 72,
		_armor_max = 89,
		_armor_mod = 4,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 33,
		_evasion_max = 67,
		_aa = 40,
		_aa_max = 89,
		_aa_mod = 2,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 18,
		_los_max = 49,
		_range = 3,
		_luck = 10,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 20,
		_remodel_ammo = 150,
		_remodel_steel = 500,
		_remodel_blueprint = false,
		_fuel = 95,
		_ammo = 105,
		_scrap_fuel = 10,
		_scrap_ammo = 15,
		_scrap_steel = 35,
		_scrap_baux = 3,
		_equipment = {
			{equipment = "35.6cm Twin Gun Mount", size = 10},
			{equipment = "Zuiun", size = 10},
			{equipment = "Type 0 Reconnaissance Seaplane", size = 10},
			{equipment = false, size = 10},
		},
	},
	["Kai Ni"] = {
		_name = "Fusou",
		_suffix = "Kai Ni",
		_rarity = 6,
		_id = 211,
		_true_id = false,
		_card = "211.png",
		_japanese_name = "扶桑改二",
		_reading = "ふそうかいに",
		_class = "Fusou",
		_type = 10,
		_hp = 77,
		_hp_max = 94,
		_firepower = 80,
		_firepower_max = 99,
		_firepower_mod = 5,
		_armor = 72,
		_armor_max = 90,
		_armor_mod = 4,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 35,
		_evasion_max = 69,
		_aa = 44,
		_aa_max = 88,
		_aa_mod = 3,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 25,
		_los_max = 59,
		_range = 3,
		_luck = 13,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 80,
		_remodel_ammo = 2400,
		_remodel_steel = 3500,
		_remodel_blueprint = true,
		_fuel = 105,
		_ammo = 140,
		_scrap_fuel = 12,
		_scrap_ammo = 15,
		_scrap_steel = 38,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "Prototype 41cm Triple Gun Mount", size = 4},
			{equipment = "41cm Twin Gun Mount", size = 4},
			{equipment = "12cm 30-tube Rocket Launcher", size = 9},
			{equipment = "Zuiun Model 12", size = 23},
		},
	},
	class = {
		_name = "Fusou",
		_class = true,
		_base_type = 9,
	},
}

return Fusou