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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Rodney",
        _suffix = false,
        _rarity = 7,
        _api_id = 572,
        _id = 372,
        _true_id = false,
        _japanese_name = "Rodney",
        _reading = "ロドニー",
        _class = "Nelson",
        _class_number = 2,
        _type = 9,
        _hp = 81,
        _hp_max = 89,
        _firepower = 72,
        _firepower_max = 102,
        _firepower_mod = 5,
        _armor = 73,
        _armor_max = 93,
        _armor_mod = 4,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 21,
        _evasion_max = 44,
        _aa = 24,
        _aa_max = 83,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 12,
        _los_max = 43,
        _range = 3,
        _luck = 23,
        _luck_max = 87,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 300,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Rodney/Kai",
        _fuel = 95,
        _ammo = 145,
        _scrap_fuel = 10,
        _scrap_ammo = 22,
        _scrap_steel = 42,
        _scrap_baux = 3,
        _equipment = {
            { equipment = "16inch Mk.I Triple Gun Mount", size = 1 },
            { equipment = "16inch Mk.I Triple Gun Mount", size = 1 },
            { equipment = false, size = 1 },
            { equipment = false, size = 2 },
        },
        _voice_flag = 1,
        _voice_actor = "Kanemoto Hisako",
        _artist = "Konishi",
        _implementation_date = { 2023, 8, 28 },
        _availability = { "event_reward" },
        _wikipedia = "HMS Rodney (29)",
    },
    ["Kai"] = {
        _name = "Rodney",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 577,
        _id = 377,
        _true_id = false,
        _japanese_name = "Rodney改",
        _reading = "ロドニーかい",
        _class = "Nelson",
        _class_number = 2,
        _type = 9,
        _hp = 92,
        _hp_max = 98,
        _firepower = 81,
        _firepower_max = 114,
        _firepower_mod = 5,
        _armor = 83,
        _armor_max = 105,
        _armor_mod = 4,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 22,
        _evasion_max = 59,
        _aa = 30,
        _aa_max = 94,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 13,
        _los_max = 48,
        _range = 3,
        _luck = 27,
        _luck_max = 97,
        _luck_mod = false,
        _build_time = 300,
        _remodel_level = 50,
        _remodel_ammo = 1700,
        _remodel_steel = 2800,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_report = false,
        _remodel_from = "Rodney/",
        _remodel_to = false,
        _fuel = 95,
        _ammo = 175,
        _scrap_fuel = 16,
        _scrap_ammo = 33,
        _scrap_steel = 52,
        _scrap_baux = 3,
        _equipment = {
            { equipment = "16inch Mk.I Triple Gun Mount + AFCT Kai", size = 1 },
            { equipment = "20-tube 7inch UP Rocket Launchers", size = 1 },
            { equipment = false, size = 2 },
            { equipment = false, size = 2 },
        },
        _voice_flag = 3,
    },
}