• 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/Kuma"

From Kancolle Wiki
Jump to navigation Jump to search
(Undo revision 1150669 by Chocolatecravinghobo (talk))
Line 120: Line 120:
 
     },
 
     },
 
     seasonals = {
 
     seasonals = {
         { _suffix = "Yukata", _season = "Fall 2015", _card_damaged_extension = "jpg" },
+
         { _suffix = "Yukata", _season = "Fall 2015" },
         { _suffix = "Christmas", _season = "Christmas 2016", _card_damaged_extension = "jpg" },
+
         { _suffix = "Christmas", _season = "Christmas 2016" },
 
         { _suffix = "Valentine", _season = "Valentines 2018" },
 
         { _suffix = "Valentine", _season = "Valentines 2018" },
 
         ["Fall"] = "/Yukata",
 
         ["Fall"] = "/Yukata",

Revision as of 02:37, 27 November 2020

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Kuma",
        _rarity = 4,
        _api_id = 99,
        _id = 39,
        _true_id = false,
        _japanese_name = "球磨",
        _reading = "くま",
        _class = "Kuma",
        _class_number = 1,
        _type = 3,
        _hp = 25,
        _hp_max = 39,
        _firepower = 14,
        _firepower_max = 49,
        _firepower_mod = false,
        _armor = 10,
        _armor_max = 29,
        _armor_mod = 2,
        _torpedo = 24,
        _torpedo_max = 89,
        _torpedo_mod = 1,
        _evasion = 36,
        _evasion_max = 79,
        _aa = 13,
        _aa_max = 59,
        _aa_mod = false,
        _asw = 19,
        _asw_max = 59,
        _speed = 10,
        _los = 8,
        _los_max = 39,
        _range = 2,
        _luck = 12,
        _luck_max = 49,
        _luck_mod = false,
        _buildable = true,
        _buildable_lsc = false,
        _build_time = 60,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Kuma/Kai",
        _fuel = 25,
        _ammo = 25,
        _scrap_fuel = 2,
        _scrap_ammo = 2,
        _scrap_steel = 10,
        _scrap_baux = false,
        _equipment = {
            { equipment = "14cm Single Gun Mount", size = 1 },
            { equipment = "Type 0 Reconnaissance Seaplane", size = 1 },
        },
        _voice_actor = "Sakura Ayane",
        _artist = "UGUME",
        _implementation_date = { 2013, 4, 23 },
        _availability = { "drop" },
        _wikipedia = "Japanese cruiser Kuma",
    },
    ["Kai"] = {
        _name = "Kuma",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 215,
        _id = 39,
        _true_id = 1315,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "球磨改",
        _reading = "くまかい",
        _class = "Kuma",
        _class_number = 1,
        _type = 3,
        _hp = 42,
        _hp_max = 59,
        _firepower = 20,
        _firepower_max = 69,
        _firepower_mod = 2,
        _armor = 29,
        _armor_max = 69,
        _armor_mod = 2,
        _torpedo = 24,
        _torpedo_max = 89,
        _torpedo_mod = 1,
        _evasion = 40,
        _evasion_max = 79,
        _aa = 15,
        _aa_max = 69,
        _aa_mod = 1,
        _asw = 24,
        _asw_max = 79,
        _speed = 10,
        _los = 10,
        _los_max = 49,
        _range = 2,
        _luck = 12,
        _luck_max = 59,
        _luck_mod = false,
        _remodel_level = 20,
        _remodel_ammo = 200,
        _remodel_steel = 200,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Kuma/",
        _remodel_to = false,
        _fuel = 25,
        _ammo = 30,
        _scrap_fuel = 2,
        _scrap_ammo = 2,
        _scrap_steel = 10,
        _scrap_baux = false,
        _equipment = {
            { equipment = "14cm Single Gun Mount", size = 1 },
            { equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 1 },
            { equipment = "Type 0 Reconnaissance Seaplane", size = 1 },
        },
    },
    seasonals = {
        { _suffix = "Yukata", _season = "Fall 2015" },
        { _suffix = "Christmas", _season = "Christmas 2016" },
        { _suffix = "Valentine", _season = "Valentines 2018" },
        ["Fall"] = "/Yukata",
        ["Xmas"] = "/Christmas",
    },
    class = {
        _name = "Kuma",
        _class = true,
        _base_type = 3,
    },
}