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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Richelieu",
        _suffix = false,
        _rarity = 7,
        _api_id = 492,
        _id = 292,
        _true_id = false,
        _japanese_name = "Richelieu",
        _reading = "リシュリュー",
        _class = "Richelieu",
        _class_number = 1,
        _type = 8,
        _hp = 85,
        _hp_max = 93,
        _firepower = 64,
        _firepower_max = 94,
        _firepower_mod = 4,
        _armor = 72,
        _armor_max = 90,
        _armor_mod = 3,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 36,
        _evasion_max = 67,
        _aa = 22,
        _aa_max = 70,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 14,
        _los_max = 50,
        _range = 3,
        _luck = 22,
        _luck_max = 82,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 300,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Richelieu/Kai",
        _fuel = 100,
        _ammo = 125,
        _scrap_fuel = 11,
        _scrap_ammo = 17,
        _scrap_steel = 36,
        _scrap_baux = 4,
        _equipment = {
            { equipment = "38cm Quadruple Gun Mount", size = 3 },
            { equipment = "15.2cm Triple Gun Mount", size = 3 },
            { equipment = false, size = 3 },
            { equipment = false, size = 3 },
        },
        _voice_flag = 1,
        _voice_actor = "Tanibe Yumi",
        _artist = "Akira",
        _implementation_date = { 2017, 8, 10 },
        _availability = { "event_reward" },
        _wikipedia = "French battleship Richelieu",
    },
    ["Kai"] = {
        _name = "Richelieu",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 392,
        _id = 292,
        _true_id = 1472,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "Richelieu改",
        _reading = "リシュリューかい",
        _class = "Richelieu",
        _class_number = 1,
        _type = 8,
        _hp = 89,
        _hp_max = 99,
        _firepower = 72,
        _firepower_max = 96,
        _firepower_mod = 4,
        _armor = 78,
        _armor_max = 96,
        _armor_mod = 4,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 39,
        _evasion_max = 73,
        _aa = 28,
        _aa_max = 78,
        _aa_mod = 2,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 16,
        _los_max = 54,
        _range = 3,
        _luck = 24,
        _luck_max = 95,
        _luck_mod = false,
        _build_time = 300,
        _remodel_level = 45,
        _remodel_ammo = 1600,
        _remodel_steel = 2000,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Richelieu/",
        _remodel_to = false,
        _fuel = 100,
        _ammo = 130,
        _scrap_fuel = 12,
        _scrap_ammo = 19,
        _scrap_steel = 39,
        _scrap_baux = 4,
        _equipment = {
            { equipment = "38cm Quadruple Gun Mount Kai", size = 3 },
            { equipment = "15.2cm Triple Gun Mount", size = 3 },
            { equipment = false, size = 3 },
            { equipment = false, size = 3 },
        },
        _voice_flag = 3,
    },
    seasonals = {
        { _suffix = "Autumn Casual", _season = "Fall 2017" },
        { _suffix = "New Year", _season = "New Year 2018" },
        { _suffix = "Cream Puffs", _season = "Late Fall 2018" },
        { _suffix = "Valentine", _season = "Valentines 2019" },
        { _suffix = "Hinamatsuri", _season = "Hinamatsuri 2020" },
        { _suffix = "Summer", _season = "Summer 2020" },
    },
    class = {
        _name = "Richelieu",
        _class = true,
        _base_type = 8,
    },
}