• 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/Taihou

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Taihou",
        _rarity = 7,
        _api_id = 153,
        _id = 153,
        _true_id = false,
        _japanese_name = "大鳳",
        _reading = "たいほう",
        _class = "Taihou",
        _class_number = 1,
        _type = 18,
        _hp = 67,
        _hp_max = 87,
        _firepower = 0,
        _firepower_max = 49,
        _firepower_mod = false,
        _armor = 40,
        _armor_max = 79,
        _armor_mod = 5,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 33,
        _evasion_max = 57,
        _aa = 42,
        _aa_max = 79,
        _aa_mod = 5,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 47,
        _los_max = 74,
        _range = 1,
        _luck = 2,
        _luck_max = 19,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = true,
        _build_time = 400,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Taihou/Kai",
        _fuel = 70,
        _ammo = 65,
        _scrap_fuel = 8,
        _scrap_ammo = 15,
        _scrap_steel = 36,
        _scrap_baux = 12,
        _equipment = {
            { equipment = "Type 0 Fighter Model 62 (Fighter-bomber)", size = 18 },
            { equipment = "Suisei", size = 18 },
            { equipment = "Tenzan", size = 18 },
            { equipment = false, size = 7 },
        },
        _voice_actor = "Noto Mamiko",
        _artist = "Shimada Humikane",
        _implementation_date = { 2013, 12, 24 },
        _availability = {},
        _wikipedia = "Japanese aircraft carrier Taihō",
    },
    ["Kai"] = {
        _name = "Taihou",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 156,
        _id = 156,
        _true_id = false,
        _japanese_name = "大鳳改",
        _reading = "たいほうかい",
        _class = "Taihou",
        _class_number = 1,
        _type = 18,
        _hp = 70,
        _hp_max = 90,
        _firepower = 0,
        _firepower_max = 59,
        _firepower_mod = false,
        _armor = 44,
        _armor_max = 84,
        _armor_mod = 5,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 34,
        _evasion_max = 59,
        _aa = 45,
        _aa_max = 86,
        _aa_mod = 5,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 50,
        _los_max = 77,
        _range = 1,
        _luck = 4,
        _luck_max = 39,
        _luck_mod = false,
        _remodel_level = 40,
        _remodel_ammo = 450,
        _remodel_steel = 900,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Taihou/",
        _remodel_to = false,
        _fuel = 90,
        _ammo = 75,
        _scrap_fuel = 9,
        _scrap_ammo = 16,
        _scrap_steel = 36,
        _scrap_baux = 14,
        _equipment = {
            { equipment = "Prototype Reppuu Late Model", size = 30 },
            { equipment = "Ryuusei", size = 24 },
            { equipment = "10cm Twin High-angle Gun Mount (Carriage)", size = 24 },
            { equipment = false, size = 8 },
        },
    },
    class = {
        _name = "Taihou",
        _class = true,
        _base_type = 18,
    },
}