• 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/I-36"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
Line 27: Line 27:
 
         _torpedo_max = 71,
 
         _torpedo_max = 71,
 
         _torpedo_mod = 2,
 
         _torpedo_mod = 2,
         _evasion = nil,
+
         _evasion = 10,
         _evasion_max = nil,
+
         _evasion_max = 38,
 
         _aa = 0,
 
         _aa = 0,
 
         _aa_max = false,
 
         _aa_max = false,
Line 35: Line 35:
 
         _asw_max = false,
 
         _asw_max = false,
 
         _speed = 5,
 
         _speed = 5,
         _los = nil,
+
         _los = 9,
         _los_max = nil,
+
         _los_max = 31,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 46,
 
         _luck = 46,
Line 91: Line 91:
 
         _torpedo_max = 88,
 
         _torpedo_max = 88,
 
         _torpedo_mod = 3,
 
         _torpedo_mod = 3,
         _evasion = nil,
+
         _evasion = 12,
         _evasion_max = nil,
+
         _evasion_max = 49,
 
         _aa = 0,
 
         _aa = 0,
 
         _aa_max = false,
 
         _aa_max = false,
Line 99: Line 99:
 
         _asw_max = false,
 
         _asw_max = false,
 
         _speed = 5,
 
         _speed = 5,
         _los = nil,
+
         _los = 10,
         _los_max = nil,
+
         _los_max = 33,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 48,
 
         _luck = 48,

Latest revision as of 21:46, 15 May 2024

Documentation for this module may be created at Module:Data/Ship/I-36/doc

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "I-36",
        _nick = "Miimu",
        _rarity = 4,
        _api_id = 971,
        _id = 571,
        _true_id = false,
        _japanese_name = "伊36",
        _japanese_nick = "三ーム",
        _reading = "い36",
        _reading_nick = false,
        _class = "Junsen Type B",
        _class_number = 17,
        _type = 14,
        _hp = 14,
        _hp_max = 18,
        _firepower = 2,
        _firepower_max = 7,
        _firepower_mod = false,
        _armor = 4,
        _armor_max = 19,
        _armor_mod = false,
        _torpedo = 36,
        _torpedo_max = 71,
        _torpedo_mod = 2,
        _evasion = 10,
        _evasion_max = 38,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 9,
        _los_max = 31,
        _range = 1,
        _luck = 46,
        _luck_max = 90,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 22,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "I-36/Kai",
        _fuel = 10,
        _ammo = 20,
        _scrap_fuel = 1,
        _scrap_ammo = 3,
        _scrap_steel = 2,
        _scrap_baux = 0,
        _equipment = {
            { equipment = false, size = 1 },
            { equipment = false, size = 1 },
        },
        _voice_actor = nil,
        _artist = "Hoshi Akari",
        _implementation_date = { 2024, 2, 29 },
        _availability = { "event_drop" },
        _wikipedia = "Japanese submarine I-36",
    },
    ["Kai"] = {
        _name = "I-36",
        _nick = "Miimu",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 976,
        _id = 576,
        _true_id = false,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "伊36改",
        _japanese_nick = "三ーム",
        _reading = "い36かい",
        _reading_nick = false,
        _class = "Junsen Type B",
        _class_number = 17,
        _type = 14,
        _hp = 18,
        _hp_max = 22,
        _firepower = 3,
        _firepower_max = 13,
        _firepower_mod = false,
        _armor = 4,
        _armor_max = 20,
        _armor_mod = false,
        _torpedo = 38,
        _torpedo_max = 88,
        _torpedo_mod = 3,
        _evasion = 12,
        _evasion_max = 49,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 10,
        _los_max = 33,
        _range = 1,
        _luck = 48,
        _luck_max = 96,
        _luck_mod = false,
        _remodel_level = 50,
        _remodel_ammo = 290,
        _remodel_steel = 170,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "I-36/",
        _remodel_to = false,
        _fuel = 10,
        _ammo = 25,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 2,
        _scrap_baux = 2,
        _equipment = {
            { equipment = false, size = 1 },
            { equipment = false, size = 2 },
        },
    },
}