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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 14:36, 12 May 2021 by Botkaze (talk | contribs) (15 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Unryuu",
        _rarity = 6,
        _api_id = 404,
        _id = 201,
        _true_id = false,
        _japanese_name = "雲龍",
        _reading = "うんりゅう",
        _class = "Unryuu",
        _class_number = 1,
        _type = 11,
        _hp = 48,
        _hp_max = 79,
        _firepower = 0,
        _firepower_max = 27,
        _firepower_mod = false,
        _armor = 26,
        _armor_max = 52,
        _armor_mod = 3,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 32,
        _evasion_max = 59,
        _aa = 28,
        _aa_max = 72,
        _aa_mod = 3,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 40,
        _los_max = 72,
        _range = 1,
        _luck = 10,
        _luck_max = 49,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 210,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Unryuu/Kai",
        _fuel = 50,
        _ammo = 45,
        _scrap_fuel = 7,
        _scrap_ammo = 9,
        _scrap_steel = 26,
        _scrap_baux = 5,
        _equipment = {
            { equipment = "25mm Triple Autocannon Mount", size = 18 },
            { equipment = "12cm 30-tube Rocket Launcher", size = 24 },
            { equipment = false, size = 3 },
            { equipment = false, size = 6 },
        },
        _voice_actor = "Kawasumi Ayako",
        _artist = "Kuu Ro Kuro",
        _implementation_date = { 2014, 8, 8 },
        _availability = { "drop", "event_reward" },
        _wikipedia = "Japanese aircraft carrier Unryū",
    },
    ["Kai"] = {
        _name = "Unryuu",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 406,
        _id = 206,
        _true_id = false,
        _japanese_name = "雲龍改",
        _reading = "うんりゅうかい",
        _class = "Unryuu",
        _class_number = 1,
        _type = 11,
        _hp = 60,
        _hp_max = 84,
        _firepower = 0,
        _firepower_max = 48,
        _firepower_mod = false,
        _armor = 35,
        _armor_max = 77,
        _armor_mod = 3,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 35,
        _evasion_max = 72,
        _aa = 32,
        _aa_max = 78,
        _aa_mod = 4,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 48,
        _los_max = 82,
        _range = 1,
        _luck = 12,
        _luck_max = 59,
        _luck_mod = false,
        _remodel_level = 50,
        _remodel_ammo = 1000,
        _remodel_steel = 750,
        _remodel_development_material = false,
        _remodel_blueprint = true,
        _remodel_catapult = false,
        _remodel_from = "Unryuu/",
        _remodel_to = false,
        _fuel = 50,
        _ammo = 55,
        _scrap_fuel = 7,
        _scrap_ammo = 13,
        _scrap_steel = 30,
        _scrap_baux = 10,
        _equipment = {
            { equipment = "Zero Fighter Model 52C (601 Air Group)", size = 18 },
            { equipment = "Suisei (601 Air Group)", size = 21 },
            { equipment = "Tenzan (601 Air Group)", size = 27 },
            { equipment = "Saiun", size = 3 },
        },
    },
    class = {
        _name = "Unryuu",
        _class = true,
        _base_type = 11,
    },
}