Module:Data/Ship/Gangut

< Module:Data‎ | Ship
Revision as of 08:49, 1 January 2018 by com>Kenji135

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

--Categories:
--[[Category:Player ship modules]]

return {
    [""] = {
        _name = "Gangut",
        _rarity = 5,
        _api_id = 511,
        _id = 311,
        _true_id = false,
        _japanese_name = "Гангут",
        _reading = "ガングート",
        _class = "Gangut",
        _class_number = 1,
        _type = 8,
        _hp = 59,
        _hp_max = 79,
        _firepower = 55,
        _firepower_max = 78,
        _firepower_mod = 2,
        _armor = 55,
        _armor_max = 73,
        _armor_mod = 3,
        _torpedo = 14,
        _torpedo_max = 28,
        _torpedo_mod = 1,
        _evasion = 23,
        _evasion_max = 47,
        _aa = 22,
        _aa_max = 58,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 8,
        _los_max = 30,
        _range = 3,
        _luck = 20,
        _luck_max = 69,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 240,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Oktyabrskaya Revolyutsiya/",
        _fuel = 75,
        _ammo = 100,
        _scrap_fuel = 8,
        _scrap_ammo = 12,
        _scrap_steel = 29,
        _scrap_baux = 3,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _equipment = {
            { equipment = "30.5cm Triple Gun Mount", size = 1 },
            { equipment = "30.5cm Triple Gun Mount", size = 1 },
            { equipment = false, size = 1 },
            { equipment = false, size = 1 },
        },
        _voice_flag = 1,
        _voice_actor = "Seto Asami",
        _artist = "Yadokari",
        _implementation_date = { 2017, 5, 2 },
        _availability = { "event_reward" },
        _wikipedia = "Russian battleship Gangut (1911)",
    },
    ["dva"] = {
        _name = "Gangut",
        _suffix = "dva",
        _rarity = 7,
        _api_id = 513,
        _id = 316,
        _true_id = false,
        _japanese_name = "Гангут два",
        _reading = "ガングート ドゥヴァ",
        _class = "Gangut",
        _class_number = 1,
        _type = 8,
        _hp = 77,
        _hp_max = 92,
        _firepower = 66,
        _firepower_max = 90,
        _firepower_mod = 3,
        _armor = 71,
        _armor_max = 95,
        _armor_mod = 4,
        _torpedo = 16,
        _torpedo_max = 32,
        _torpedo_mod = 1,
        _evasion = 33,
        _evasion_max = 68,
        _aa = 38,
        _aa_max = 72,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = nil,
        _los_max = 38,
        _range = 3,
        _luck = 35,
        _luck_max = 88,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 240,
        _remodel_level = 75,
        _remodel_ammo = 1600,
        _remodel_steel = 4200,
        _remodel_from = "Oktyabrskaya Revolyutsiya/",
        _remodel_to = false,
        _fuel = 85,
        _ammo = 110,
        _scrap_fuel = 9,
        _scrap_ammo = 14,
        _scrap_steel = 33,
        _scrap_baux = 3,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _equipment = {
            { equipment = "30.5cm Triple Gun Mount Kai", size = 1 },
            { equipment = false, size = 1 },
            { equipment = false, size = 2 },
            { equipment = false, size = 2 },
        },
        _voice_flag = 3,
    },
    ["Dva"] = "/dva",
    class = {
        _name = "Gangut",
        _class = true,
        _base_type = 8,
    },
}