KanColle Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 89: Line 89:
 
_torpedo_max = 68,
 
_torpedo_max = 68,
 
_torpedo_mod = 2,
 
_torpedo_mod = 2,
_evasion = nil,
+
_evasion = 32,
 
_evasion_max = nil,
 
_evasion_max = nil,
 
_aa = 0,
 
_aa = 0,
Line 97: Line 97:
 
_asw_max = false,
 
_asw_max = false,
 
_speed = 5,
 
_speed = 5,
_los = nil,
+
_los = 27,
 
_los_max = nil,
 
_los_max = nil,
 
_range = 1,
 
_range = 1,

Revision as of 02:49, 9 March 2017

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

--Categories:
--[[Category:Player ship modules]]

return {
    [""] = {
        _name = "I-14",
        _nick = "Iyo",
        _rarity = 6,
        _api_id = 495,
        _id = 295,
        _true_id = false,
        _japanese_name = "伊14",
        _japanese_nick = "いよ",
        _reading = "い14",
        _class = "Type AM",
        _class_number = nil,
        _type = 14,
        _hp = 18,
        _hp_max = 23,
        _firepower = 2,
        _firepower_max = 9,
        _firepower_mod = false,
        _armor = 5,
        _armor_max = 22,
        _armor_mod = 1,
        _torpedo = 27,
        _torpedo_max = 66,
        _torpedo_mod = 1,
        _evasion = 14,
        _evasion_max = 39,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 14,
        _los_max = 44,
        _range = 1,
        _luck = 24,
        _luck_max = 64,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 200,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "I-14/Kai",
        _fuel = 15,
        _ammo = 15,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 3,
        _scrap_baux = 2,
        _equipment = {
            {equipment = false, size = 2},
            {equipment = false, size = 0},
        },
        _voice_flag = 1,
        _voice_actor = "Imamura Ayaka",
        _artist = "Shizuma Yoshinori",
        _implementation_date = {2017, 2, 12},
        _availability = {"event_reward", event_reward = {{2017, 1, 3}}},
        _wikipedia = "Japanese submarine I-14",
    },
    ["Kai"] = {
        _name = "I-14",
        _nick = "Iyo",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 375,
        _id = 295,
        _true_id = 1455,
        _japanese_name = "伊14改",
        _japanese_nick = "いよ",
        _reading = "い14かい",
        _class = "Type AM",
        _class_number = nil,
        _type = 14,
        _hp = 22,
        _hp_max = 37,
        _firepower = 4,
        _firepower_max = 12,
        _firepower_mod = false,
        _armor = 6,
        _armor_max = 23,
        _armor_mod = 1,
        _torpedo = 32,
        _torpedo_max = 68,
        _torpedo_mod = 2,
        _evasion = 32,
        _evasion_max = nil,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = 27,
        _los_max = nil,
        _range = 1,
        _luck = 24,
        _luck_max = 77,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 200,
        _remodel_level = 45,
        _remodel_ammo = 100,
        _remodel_steel = 280,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "I-14/",
        _remodel_to = false,
        _fuel = 25,
        _ammo = 25,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 4,
        _scrap_baux = 3,
        _equipment = {
            {equipment = "Prototype Seiran", size = 2},
            {equipment = false, size = 1},
            {equipment = false, size = 0},
        },
        _voice_flag = 3,
    },
}