• 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/Ship/Katsuragi"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 52: Line 52:
 
{equipment = "25mm Twin Autocannon Mount", size = 18},
 
{equipment = "25mm Twin Autocannon Mount", size = 18},
 
{equipment = "25mm Triple Autocannon Mount", size = 24},
 
{equipment = "25mm Triple Autocannon Mount", size = 24},
{equipment = nil, size = 3},
+
{equipment = false, size = 3},
{equipment = nil, size = 6},
+
{equipment = false, size = 6},
 
},
 
},
 
},
 
},

Revision as of 20:51, 28 April 2015

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

local Katsuragi = {
	[""] = {
		_name = "Katsuragi",
		_rarity = 6,
		_id = 203,
		_true_id = false,
		_card = "332 Card.jpg",
		_battle_card = "Katsuragi card.jpg",
		_japanese_name = "葛城",
		_reading = "かつらぎ",
		_class = "Unryuu",
		_class_number = 3,
		_type = 11,
		_hp = 48,
		_hp_max = 79,
		_firepower = 0,
		_firepower_max = 25,
		_firepower_mod = false,
		_armor = 27,
		_armor_max = 52,
		_armor_mod = 3,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = 32,
		_evasion_max = nil,
		_aa = 27,
		_aa_max = 72,
		_aa_mod = 3,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 37,
		_los_max = nil,
		_range = 1,
		_luck = 20,
		_luck_max = 69,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
		_build_time = 210,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Katsuragi/Kai",
		_fuel = 50,
		_ammo = 45,
		_scrap_fuel = 7,
		_scrap_ammo = 9,
		_scrap_steel = 26,
		_scrap_baux = 5,
		_equipment = {
			{equipment = "25mm Twin Autocannon Mount", size = 18},
			{equipment = "25mm Triple Autocannon Mount", size = 24},
			{equipment = false, size = 3},
			{equipment = false, size = 6},
		},
	},
	["Kai"] = {
		_name = "Katsuragi",
		_suffix = "Kai",
		_rarity = 7,
		_id = 230,
		_true_id = false,
		_card = "430 Card.jpg",
		_battle_card = "Katsuragi kai card.jpg",
		_japanese_name = "葛城改",
		_reading = "かつらぎかい",
		_class = "Unryuu",
		_class_number = 3,
		_type = 11,
		_hp = 60,
		_hp_max = 84,
		_firepower = 0,
		_firepower_max = 45,
		_firepower_mod = false,
		_armor = 32,
		_armor_max = 78,
		_armor_mod = 3,
		_torpedo = 0,
		_torpedo_max = false,
		_torpedo_mod = false,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 32,
		_aa_max = 78,
		_aa_mod = 4,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 30,
		_luck_max = 79,
		_luck_mod = false,
		_remodel_level = 50,
		_remodel_ammo = 1000,
		_remodel_steel = 750,
		_remodel_blueprint = true,
		_remodel_from = "Katsuragi/",
		_remodel_to = false,
		_fuel = 50,
		_ammo = 55,
		_scrap_fuel = 7,
		_scrap_ammo = 13,
		_scrap_steel = 30,
		_scrap_baux = 10,
		_equipment = {
			{equipment = nil, size = 18},
			{equipment = nil, size = 21},
			{equipment = nil, size = 27},
			{equipment = nil, size = 3},
		},
	},
}

return Katsuragi