• 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-13"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Player ship modules return { [""] = { _name = "I-13", _rarity = 5, _api_id = 494, _id = 294, _true_id...")
 
com>DNGunpla
(Unknown Kai Values for now)
Line 73: Line 73:
 
         _class_number = nil,
 
         _class_number = nil,
 
         _type = 14,
 
         _type = 14,
         _hp = 20,
+
         _hp = nil,
         _hp_max = 24,
+
         _hp_max = nil,
         _firepower = 2,
+
         _firepower = nil,
         _firepower_max = 9,
+
         _firepower_max = nil,
 
         _firepower_mod = false,
 
         _firepower_mod = false,
         _armor = 5,
+
         _armor = nil,
         _armor_max = 24,
+
         _armor_max = nil,
 
         _armor_mod = 1,
 
         _armor_mod = 1,
         _torpedo = 36,
+
         _torpedo = nil,
         _torpedo_max = 72,
+
         _torpedo_max = nil,
 
         _torpedo_mod = 1,
 
         _torpedo_mod = 1,
 
         _evasion = nil,
 
         _evasion = nil,
Line 95: Line 95:
 
         _los_max = nil,
 
         _los_max = nil,
 
         _range = 1,
 
         _range = 1,
         _luck = 20,
+
         _luck = nil,
         _luck_max = 59,
+
         _luck_max = nil,
 
         _luck_mod = false,
 
         _luck_mod = false,
 
         _buildable = false,
 
         _buildable = false,
Line 109: Line 109:
 
         _remodel_from = "I-13/",
 
         _remodel_from = "I-13/",
 
         _remodel_to = false,
 
         _remodel_to = false,
         _fuel = 20,
+
         _fuel = nil,
         _ammo = 15,
+
         _ammo = nil,
 
         _scrap_fuel = 1,
 
         _scrap_fuel = 1,
 
         _scrap_ammo = 2,
 
         _scrap_ammo = 2,

Revision as of 19:23, 12 February 2017

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

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

return {
    [""] = {
        _name = "I-13",
        _rarity = 5,
        _api_id = 494,
        _id = 294,
        _true_id = false,
        _japanese_name = "伊13",
        _reading = "い13",
        _class = "Type AM",
        _class_number = nil,
        _type = 14,
        _hp = 20,
        _hp_max = 24,
        _firepower = 2,
        _firepower_max = 9,
        _firepower_mod = false,
        _armor = 5,
        _armor_max = 24,
        _armor_mod = 1,
        _torpedo = 36,
        _torpedo_max = 72,
        _torpedo_mod = 1,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 20,
        _luck_max = 59,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 200,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "I-13/Kai",
        _fuel = 20,
        _ammo = 15,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 3,
        _scrap_baux = 2,
        _equipment = {
            {equipment = nil, size = 3},
        },
        _voice_flag = 1,
        _voice_actor = nil,
        _artist = nil,
        _implementation_date = nil,
        _availability = nil,
        _wikipedia = "Japanese submarine I-13",
    },
    ["Kai"] = {
        _name = "I-13",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 374,
        _id = 294,
        _true_id = 1454,
        _japanese_name = "伊13改",
        _reading = "い13かい",
        _class = "Type AM",
        _class_number = nil,
        _type = 14,
        _hp = nil,
        _hp_max = nil,
        _firepower = nil,
        _firepower_max = nil,
        _firepower_mod = false,
        _armor = nil,
        _armor_max = nil,
        _armor_mod = 1,
        _torpedo = nil,
        _torpedo_max = nil,
        _torpedo_mod = 1,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 0,
        _aa_max = false,
        _aa_mod = 1,
        _asw = 0,
        _asw_max = false,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = nil,
        _luck_max = nil,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 200,
        _remodel_level = 35,
        _remodel_ammo = 100,
        _remodel_steel = 300,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "I-13/",
        _remodel_to = false,
        _fuel = nil,
        _ammo = nil,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 3,
        _scrap_baux = 2,
        _equipment = {
            {equipment = nil, size = 3},
        },
        _voice_flag = 3,
    },
}