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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 20:36, 25 March 2025 by Ninnin (talk | contribs)
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Ootomari",
        _rarity = 5,
        _api_id = 995,
        _id = 595,
        _true_id = false,
        _japanese_name = "大泊",
        _reading = "おおとまり",
        _class = "Ootomari",
        _class_number = 1,
        _type = 22,
        _hp = 20,
        _hp_max = 30,
        _firepower = 2,
        _firepower_max = 8,
        _firepower_mod = false,
        _armor = 11,
        _armor_max = 31,
        _armor_mod = 2,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 6,
        _aa_max = 18,
        _aa_mod = false,
        _asw = nil,
        _asw_max = nil,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 40,
        _luck_max = 80,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 0,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Ootomari/Kai",
        _fuel = 15,
        _ammo = 5,
        _scrap_fuel = 2,
        _scrap_ammo = false,
        _scrap_steel = 6,
        _scrap_baux = false,
        _equipment = {
            { equipment = "7.7mm Machine Gun", size = 0 },
            { equipment = "7.7mm Machine Gun", size = 0 },
        },
        _voice_actor = nil,
        _artist = nil,
        _implementation_date = { 2025, 3, 7 },
        _wikipedia = "Japanese icebreaker Ōtomari",
    },
    ["Kai"] = {
        _name = "Ootomari",
        _suffix = "Kai",
        _rarity = 6,
        _api_id = 1000,
        _id = 600,
        _true_id = false,
        _japanese_name = "大泊改",
        _reading = "おおとまりかい",
        _class = "Ootomari",
        _class_number = 1,
        _type = 22,
        _hp = 22,
        _hp_max = 33,
        _firepower = 3,
        _firepower_max = 17,
        _firepower_mod = false,
        _armor = 12,
        _armor_max = 36,
        _armor_mod = 2,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 9,
        _aa_max = 22,
        _aa_mod = false,
        _asw = nil,
        _asw_max = nil,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 50,
        _luck_max = 96,
        _luck_mod = false,
        _remodel_level = 55,
        _remodel_ammo = 130,
        _remodel_steel = 330,
        _remodel_development_material = 12,
        _remodel_construction_material = 8,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Ootomari/",
        _remodel_to = false,
        _fuel = 15,
        _ammo = 10,
        _scrap_fuel = 2,
        _scrap_ammo = false,
        _scrap_steel = 7,
        _scrap_baux = false,
        _equipment = {
            { equipment = "25mm Single Autocannon Mount", size = 0 },
            { equipment = "12.7mm Single Machine Gun Mount", size = 0 },
        },
    },
    class = {
        _name = "Ootomari",
        _class = true,
        _base_type = 22,
    },
}