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

From Kancolle Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
--Categories:
 
--Categories:
 
--[[Category:Player ship modules]]
 
--[[Category:Player ship modules]]
+
 
 
return {
 
return {
 
     [""] = {
 
     [""] = {
 
         _name = "Tsushima",
 
         _name = "Tsushima",
 +
        _rarity = 4,
 +
        _api_id = 540,
 +
        _id = 340,
 +
        _true_id = false,
 
         _japanese_name = "対馬",
 
         _japanese_name = "対馬",
 
         _reading = "つしま",
 
         _reading = "つしま",
Line 10: Line 14:
 
         _class_number = 3,
 
         _class_number = 3,
 
         _type = 1,
 
         _type = 1,
_remodel_from = false,
+
        _hp = 9,
_remodel_to = "Tsushima/Kai",
+
        _hp_max = 18,
         _voice_actor = " ",
+
        _firepower = 4,
         _artist = "",
+
        _firepower_max = 17,
         _wikipedia = "",
+
        _firepower_mod = 1,
 +
        _armor = 4,
 +
        _armor_max = 16,
 +
        _armor_mod = false,
 +
        _torpedo = 0,
 +
        _torpedo_max = false,
 +
        _torpedo_mod = false,
 +
        _evasion = nil,
 +
        _evasion_max = nil,
 +
        _aa = 7,
 +
        _aa_max = 27,
 +
        _aa_mod = false,
 +
        _asw = nil,
 +
        _asw_max = nil,
 +
        _speed = 5,
 +
        _los = nil,
 +
        _los_max = nil,
 +
        _range = 1,
 +
        _luck = 47,
 +
        _luck_max = 88,
 +
        _luck_mod = false,
 +
        _buildable = false,
 +
        _buildable_lsc = false,
 +
        _build_time = 14,
 +
        _remodel_level = false,
 +
        _remodel_from = false,
 +
        _remodel_to = "Tsushima/Kai",
 +
        _fuel = 10,
 +
        _ammo = 10,
 +
        _scrap_fuel = 1,
 +
        _scrap_ammo = 1,
 +
        _scrap_steel = 2,
 +
        _scrap_baux = false,
 +
        _equipment = {
 +
            {equipment = nil, size = 0},
 +
            {equipment = nil, size = 0},
 +
        },
 +
        _voice_flag = 1,
 +
         _voice_actor = nil,
 +
         _artist = nil,
 +
        _implementation_date = {2017,11,17},
 +
         _availability = nil,
 
     },
 
     },
 
     ["Kai"] = {
 
     ["Kai"] = {
 
         _name = "Tsushima",
 
         _name = "Tsushima",
 
         _suffix = "Kai",
 
         _suffix = "Kai",
         _cg_reference = "/",
+
         _rarity = 5,
         _cg_damaged_reference = "/",
+
         _api_id = 386,
 +
        _id = 1466,
 +
        _true_id = false,
 
         _japanese_name = "対馬改",
 
         _japanese_name = "対馬改",
         _reading = "つしまかい",
+
         _reading = "つしま",
 
         _class = "Etorofu",
 
         _class = "Etorofu",
 
         _class_number = 3,
 
         _class_number = 3,
 
         _type = 1,
 
         _type = 1,
_remodel_from = "Tsushima/",
+
        _hp = 17,
_remodel_to = false,
+
        _hp_max = 28,
 +
        _firepower = 5,
 +
        _firepower_max = 36,
 +
        _firepower_mod = 1,
 +
        _armor = 7,
 +
        _armor_max = 34,
 +
        _armor_mod = false,
 +
        _torpedo = 0,
 +
        _torpedo_max = false,
 +
        _torpedo_mod = false,
 +
        _evasion = nil,
 +
        _evasion_max = nil,
 +
        _aa = 12,
 +
        _aa_max = 53,
 +
        _aa_mod = 1,
 +
        _asw = nil,
 +
        _asw_max = nil,
 +
        _speed = 5,
 +
        _los = nil,
 +
        _los_max = nil,
 +
        _range = 1,
 +
        _luck = 49,
 +
        _luck_max = 94,
 +
        _luck_mod = false,
 +
        _buildable = false,
 +
        _buildable_lsc = false,
 +
        _build_time = 14,
 +
        _remodel_level = 47,
 +
        _remodel_ammo = 105,
 +
        _remodel_steel = 75,
 +
        _remodel_blueprint = false,
 +
        _remodel_catapult = false,
 +
        _remodel_from = "Tsushima/",
 +
        _remodel_to = false,
 +
        _fuel = 10,
 +
        _ammo = 10,
 +
        _scrap_fuel = 1,
 +
        _scrap_ammo = 1,
 +
        _scrap_steel = 2,
 +
        _scrap_baux = false,
 +
        _equipment = {
 +
            {equipment = nil, size = 0},
 +
            {equipment = nil, size = 0},
 +
            {equipment = nil, size = 0},
 +
        },
 +
        _voice_flag = 1,
 
     },
 
     },
 
}
 
}

Revision as of 15:42, 17 November 2017

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

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

return {
    [""] = {
        _name = "Tsushima",
        _rarity = 4,
        _api_id = 540,
        _id = 340,
        _true_id = false,
        _japanese_name = "対馬",
        _reading = "つしま",
        _class = "Etorofu",
        _class_number = 3,
        _type = 1,
        _hp = 9,
        _hp_max = 18,
        _firepower = 4,
        _firepower_max = 17,
        _firepower_mod = 1,
        _armor = 4,
        _armor_max = 16,
        _armor_mod = false,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 7,
        _aa_max = 27,
        _aa_mod = false,
        _asw = nil,
        _asw_max = nil,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 47,
        _luck_max = 88,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 14,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Tsushima/Kai",
        _fuel = 10,
        _ammo = 10,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 2,
        _scrap_baux = false,
        _equipment = {
            {equipment = nil, size = 0},
            {equipment = nil, size = 0},
        },
        _voice_flag = 1,
        _voice_actor = nil,
        _artist = nil,
        _implementation_date = {2017,11,17},
        _availability = nil,
    },
    ["Kai"] = {
        _name = "Tsushima",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 386,
        _id = 1466,
        _true_id = false,
        _japanese_name = "対馬改",
        _reading = "つしま",
        _class = "Etorofu",
        _class_number = 3,
        _type = 1,
        _hp = 17,
        _hp_max = 28,
        _firepower = 5,
        _firepower_max = 36,
        _firepower_mod = 1,
        _armor = 7,
        _armor_max = 34,
        _armor_mod = false,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 12,
        _aa_max = 53,
        _aa_mod = 1,
        _asw = nil,
        _asw_max = nil,
        _speed = 5,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 49,
        _luck_max = 94,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 14,
        _remodel_level = 47,
        _remodel_ammo = 105,
        _remodel_steel = 75,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Tsushima/",
        _remodel_to = false,
        _fuel = 10,
        _ammo = 10,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 2,
        _scrap_baux = false,
        _equipment = {
            {equipment = nil, size = 0},
            {equipment = nil, size = 0},
            {equipment = nil, size = 0},
        },
        _voice_flag = 1,
    },
}