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

From Kancolle Wiki
Jump to navigation Jump to search

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

return {
    [""] = {
        _name = "Valiant",
        _rarity = nil,
        _api_id = 927,
        _id = 527,
        _true_id = false,
        _japanese_name = "Valiant",
        _reading = "ヴァリアント",
        _class = "Queen Elizabeth",
        _class_number = 3,
        _type = 9,
        _hp = 73,
        _hp_max = 87,
        _firepower = 74,
        _firepower_max = 91,
        _firepower_mod = 4,
        _armor = 72,
        _armor_max = 90,
        _armor_mod = 4,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 40,
        _aa_max = 87,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 3,
        _luck = 35,
        _luck_max = 85,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 280,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Valiant/Kai",
        _fuel = 90,
        _ammo = 110,
        _scrap_fuel = 8,
        _scrap_ammo = 18,
        _scrap_steel = 36,
        _scrap_baux = 4,
        _equipment = {
            { equipment = "38.1cm Mk.I Twin Gun Mount", size = 3 },
            { equipment = "Swordfish (Seaplane Model)", size = 3 },
            { equipment = false, size = 3 },
            { equipment = false, size = 3 },
        },
        _voice_actor = "Yamada Misuzu",
        _artist = "Konishi",
        _implementation_date = { 2024, 7, 27 },
        _availability = { "event_reward" },
        _wikipedia = "HMS Valiant (1914)",
    },
    ["Kai"] = {
        _name = "Valiant",
        _suffix = "Kai",
        _rarity = nil,
        _api_id = 733,
        _id = 527,
        _true_id = 1733,
        _japanese_name = "Valiant改",
        _reading = "ヴァリアントかい",
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _class = "Queen Elizabeth",
        _class_number = 3,
        _type = 9,
        _hp = 83,
        _hp_max = 92,
        _firepower = 87,
        _firepower_max = 102,
        _firepower_mod = 4,
        _armor = 78,
        _armor_max = 92,
        _armor_mod = 4,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 56,
        _aa_max = 92,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 3,
        _luck = 40,
        _luck_max = 105,
        _luck_mod = false,
        _remodel_level = 73,
        _remodel_ammo = 1100,
        _remodel_steel = 1200,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Valiant/",
        _remodel_to = false,
        _fuel = 90,
        _ammo = 110,
        _scrap_fuel = 19,
        _scrap_ammo = 28,
        _scrap_steel = 46,
        _scrap_baux = 12,
        _equipment = {
            { equipment = nil, size = 3 },
            { equipment = nil, size = 3 },
            { equipment = false, size = 3 },
            { equipment = false, size = 3 },
        },
    },
}