- 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/Zuikaku"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 6: | Line 6: | ||
_true_id = false, | _true_id = false, | ||
_card = "111 Card.jpg", | _card = "111 Card.jpg", | ||
+ | _battle_card = "Zuikaku card.jpg", | ||
_japanese_name = "瑞鶴", | _japanese_name = "瑞鶴", | ||
_reading = "ずいかく", | _reading = "ずいかく", | ||
_class = "Shoukaku", | _class = "Shoukaku", | ||
+ | _class_number = 2, | ||
_type = 11, | _type = 11, | ||
_hp = 62, | _hp = 62, | ||
Line 39: | Line 41: | ||
_build_time = 360, | _build_time = 360, | ||
_remodel_level = false, | _remodel_level = false, | ||
+ | _remodel_from = false, | ||
+ | _remodel_to = "Zuikaku/Kai", | ||
_fuel = 55, | _fuel = 55, | ||
_ammo = 55, | _ammo = 55, | ||
Line 59: | Line 63: | ||
_true_id = false, | _true_id = false, | ||
_card = "112 Card.jpg", | _card = "112 Card.jpg", | ||
+ | _battle_card = "Zuikaku kai card.jpg", | ||
_japanese_name = "瑞鶴改", | _japanese_name = "瑞鶴改", | ||
_reading = "ずいかくかい", | _reading = "ずいかくかい", | ||
_class = "Shoukaku", | _class = "Shoukaku", | ||
+ | _class_number = 2, | ||
_type = 11, | _type = 11, | ||
_hp = 75, | _hp = 75, | ||
Line 92: | Line 98: | ||
_remodel_steel = 750, | _remodel_steel = 750, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
+ | _remodel_from = "Zuikaku/", | ||
+ | _remodel_to = false, | ||
_fuel = 65, | _fuel = 65, | ||
_ammo = 70, | _ammo = 70, |
Revision as of 23:59, 11 April 2015
Documentation for this module may be created at Module:Data/Ship/Zuikaku/doc
local Zuikaku = {
[""] = {
_name = "Zuikaku",
_rarity = 6,
_id = 107,
_true_id = false,
_card = "111 Card.jpg",
_battle_card = "Zuikaku card.jpg",
_japanese_name = "瑞鶴",
_reading = "ずいかく",
_class = "Shoukaku",
_class_number = 2,
_type = 11,
_hp = 62,
_hp_max = 79,
_firepower = 0,
_firepower_max = 39,
_firepower_mod = false,
_armor = 33,
_armor_max = 49,
_armor_mod = 3,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 39,
_evasion_max = 69,
_aa = 29,
_aa_max = 69,
_aa_mod = 4,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 44,
_los_max = 69,
_range = 1,
_luck = 40,
_luck_max = 89,
_luck_mod = false,
_buildable = true,
_buildable_lsc = true,
_build_time = 360,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Zuikaku/Kai",
_fuel = 55,
_ammo = 55,
_scrap_fuel = 7,
_scrap_ammo = 10,
_scrap_steel = 30,
_scrap_baux = 10,
_equipment = {
{equipment = "Type 0 Fighter Model 21", size = 21},
{equipment = "Type 99 Dive Bomber", size = 21},
{equipment = "Type 97 Torpedo Bomber", size = 21},
{equipment = false, size = 12},
},
},
["Kai"] = {
_name = "Zuikaku",
_suffix = "Kai",
_rarity = 7,
_id = 108,
_true_id = false,
_card = "112 Card.jpg",
_battle_card = "Zuikaku kai card.jpg",
_japanese_name = "瑞鶴改",
_reading = "ずいかくかい",
_class = "Shoukaku",
_class_number = 2,
_type = 11,
_hp = 75,
_hp_max = 90,
_firepower = 0,
_firepower_max = 39,
_firepower_mod = false,
_armor = 42,
_armor_max = 72,
_armor_mod = 3,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 42,
_evasion_max = 79,
_aa = 40,
_aa_max = 79,
_aa_mod = 4,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 48,
_los_max = 89,
_range = 1,
_luck = 42,
_luck_max = 89,
_luck_mod = false,
_remodel_level = 25,
_remodel_ammo = 350,
_remodel_steel = 750,
_remodel_blueprint = false,
_remodel_from = "Zuikaku/",
_remodel_to = false,
_fuel = 65,
_ammo = 70,
_scrap_fuel = 7,
_scrap_ammo = 10,
_scrap_steel = 30,
_scrap_baux = 10,
_equipment = {
{equipment = "Type 0 Fighter Model 52", size = 24},
{equipment = "Suisei", size = 24},
{equipment = "12cm 30-tube Rocket Launcher", size = 24},
{equipment = false, size = 12},
},
},
}
return Zuikaku