• 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/Oktyabrskaya Revolyutsiya"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Player ship modules return { [""] = "Gangut/1", }")
 
Line 3: Line 3:
 
   
 
   
 
return {
 
return {
     [""] = "Gangut/1",
+
     [""] = {
 +
        _name = "Oktyabrskaya Revolyutsiya",
 +
        _page = "Gangut",
 +
        _rarity = 6,
 +
        _api_id = 512,
 +
        _id = 312,
 +
        _true_id = false,
 +
        _japanese_name = "Октябрьская революция",
 +
        _reading = "オクチャブリスカヤ・レヴォリューツィヤ",
 +
        _class = "Gangut",
 +
        _class_number = 1,
 +
        _type = 8,
 +
        _hp = 72,
 +
        _hp_max = 87,
 +
        _firepower = 65,
 +
        _firepower_max = 89,
 +
        _firepower_mod = 3,
 +
        _armor = 68,
 +
        _armor_max = 90,
 +
        _armor_mod = 3,
 +
        _torpedo = 0,
 +
        _torpedo_max = false,
 +
        _torpedo_mod = false,
 +
        _evasion = nil,
 +
        _evasion_max = nil,
 +
        _aa = 36,
 +
        _aa_max = 65,
 +
        _aa_mod = 1,
 +
        _asw = nil,
 +
        _asw_max = nil,
 +
        _speed = 5,
 +
        _los = nil,
 +
        _los_max = nil,
 +
        _range = 3,
 +
        _luck = 30,
 +
        _luck_max = 79,
 +
        _luck_mod = false,
 +
        _buildable = false,
 +
        _buildable_lsc = false,
 +
        _build_time = 240,
 +
        _remodel_level = 45,
 +
        _remodel_ammo = 2400,
 +
        _remodel_steel = 2000,
 +
        _remodel_from = "Gangut/",
 +
        _remodel_to = "Gangut/dva",
 +
        _fuel = 80,
 +
        _ammo = 105,
 +
        _scrap_fuel = 9,
 +
        _scrap_ammo = 13,
 +
        _scrap_steel = 32,
 +
        _scrap_baux = 3,
 +
        _equipment = {
 +
            {equipment = nil, size = 1},
 +
            {equipment = nil, size = 1},
 +
            {equipment = nil, size = 1},
 +
            {equipment = nil, size = 1},
 +
        },
 +
        _voice_flag = 3,
 +
    },
 
}
 
}

Revision as of 14:03, 4 May 2017

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

--Categories:
--[[Category:Player ship modules]]
 
return {
    [""] = {
        _name = "Oktyabrskaya Revolyutsiya",
        _page = "Gangut",
        _rarity = 6,
        _api_id = 512,
        _id = 312,
        _true_id = false,
        _japanese_name = "Октябрьская революция",
        _reading = "オクチャブリスカヤ・レヴォリューツィヤ",
        _class = "Gangut",
        _class_number = 1,
        _type = 8,
        _hp = 72,
        _hp_max = 87,
        _firepower = 65,
        _firepower_max = 89,
        _firepower_mod = 3,
        _armor = 68,
        _armor_max = 90,
        _armor_mod = 3,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 36,
        _aa_max = 65,
        _aa_mod = 1,
        _asw = nil,
        _asw_max = nil,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 3,
        _luck = 30,
        _luck_max = 79,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 240,
        _remodel_level = 45,
        _remodel_ammo = 2400,
        _remodel_steel = 2000,
        _remodel_from = "Gangut/",
        _remodel_to = "Gangut/dva",
        _fuel = 80,
        _ammo = 105,
        _scrap_fuel = 9,
        _scrap_ammo = 13,
        _scrap_steel = 32,
        _scrap_baux = 3,
        _equipment = {
            {equipment = nil, size = 1},
            {equipment = nil, size = 1},
            {equipment = nil, size = 1},
            {equipment = nil, size = 1},
        },
        _voice_flag = 3,
    },
}