Changes

Line 1: Line 1: −
--Categories:
+
-- [[Category:Player ship modules]]
--[[Category:Player ship modules]]
+
 
+
return {
local Suzutsuki = {
+
    [""] = {
[""] = {
+
        _name = "Suzutsuki",
_name = "Suzutsuki",
+
        _rarity = 6,
-- _rarity = 6,
+
        _api_id = 532,
-- _api_id = 423,
+
        _id = 332,
-- _id = 223,
+
        _true_id = false,
-- _true_id = false,
+
        _japanese_name = "涼月",
_japanese_name = "涼月",
+
        _reading = "すずつき",
_reading = "すずづき",
+
        _class = "Akizuki",
_class = "Suzutsuki",
+
        _class_number = 3,
_class_number = 4,
+
        _type = 2,
_type = 2,
+
        _hp = 21,
-- _hp = 20,
+
        _hp_max = 41,
-- _hp_max = 40,
+
        _firepower = 16,
-- _firepower = 18,
+
        _firepower_max = 47,
-- _firepower_max = 50,
+
        _firepower_mod = false,
-- _firepower_mod = false,
+
        _armor = 10,
-- _armor = 9,
+
        _armor_max = 29,
-- _armor_max = 28,
+
        _armor_mod = 1,
-- _armor_mod = 1,
+
        _torpedo = 16,
-- _torpedo = 15,
+
        _torpedo_max = 46,
-- _torpedo_max = 47,
+
        _torpedo_mod = 1,
-- _torpedo_mod = 1,
+
        _evasion = 45,
-- _evasion = 48,
+
        _evasion_max = 83,
-- _evasion_max = 85,
+
        _aa = 70,
-- _aa = 70,
+
        _aa_max = 102,
-- _aa_max = 101,
+
        _aa_mod = 3,
-- _aa_mod = 3,
+
        _asw = 25,
-- _asw = 26,
+
        _asw_max = 61,
-- _asw_max = 62,
+
        _speed = 10,
-- _speed = 10,
+
        _los = 8,
-- _los = 8,
+
        _los_max = 27,
-- _los_max = 28,
+
        _range = 1,
-- _range = 1,
+
        _luck = 27,
-- _luck = 7,
+
        _luck_max = 67,
-- _luck_max = 47,
+
        _luck_mod = false,
-- _luck_mod = false,
+
        _buildable = false,
-- _buildable = false,
+
        _buildable_lsc = false,
-- _buildable_lsc = false,
+
        _build_time = 30,
-- _build_time = 30,
+
        _remodel_level = false,
-- _remodel_level = false,
+
        _remodel_from = false,
-- _remodel_from = false,
+
        _remodel_to = "Suzutsuki/Kai",
-- _remodel_to = "Suzutsuki/Kai",
+
        _fuel = 20,
-- _fuel = 20,
+
        _ammo = 25,
-- _ammo = 25,
+
        _scrap_fuel = 1,
-- _scrap_fuel = 1,
+
        _scrap_ammo = 2,
-- _scrap_ammo = 2,
+
        _scrap_steel = 13,
-- _scrap_steel = 13,
+
        _scrap_baux = 1,
-- _scrap_baux = 1,
+
        _equipment = {
-- _equipment = {
+
            { equipment = "10cm Twin High-angle Gun Mount + Anti-Aircraft Fire Director", size = 0 },
-- {equipment = "10cm Twin High-angle Gun Mount + Anti-Aircraft Fire Director", size = 0},
+
            { equipment = "Type 13 Air Radar", size = 0 },
-- {equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 0},
+
            { equipment = "25mm Triple Autocannon Mount", size = 0 },
-- {equipment = "25mm Triple Autocannon Mount", size = 0},
+
        },
-- },
+
        _voice_flag = 1,
_voice_actor = "Fujita Saki",
+
        _voice_actor = "Fujita Saki",
_artist = "Shizuma Yoshinori",
+
        _artist = "Shizuma Yoshinori",
-- _implementation_date = {2016, 2, 10},
+
        _wikipedia = "Japanese destroyer Suzutsuki",
-- _availability = {"event_reward", event_reward = {{2016, 1, 2}}},
+
        _implementation_date = { 2017, 11, 19 },
_wikipedia = "Japanese destroyer Suzutsuki",
+
        _availability = { "event_reward" },
},
+
        _wikipedia = "Japanese destroyer Suzutsuki",
-- ["Kai"] = {
+
    },
-- _name = "Suzutsuki",
+
    ["Kai"] = {
-- _suffix = "Kai",
+
        _name = "Suzutsuki",
-- _rarity = 7,
+
        _suffix = "Kai",
-- _api_id = 357,
+
        _rarity = 7,
-- _id = 223,
+
        _api_id = 537,
-- _true_id = 1437,
+
        _id = 337,
-- _cg_reference = "/",
+
        _true_id = false,
-- _cg_damaged_reference = "/",
+
        _japanese_name = "涼月改",
-- _japanese_name = "涼月改",
+
        _reading = "すずつきかい",
-- _reading = "すずづきかい",
+
        _class = "Akizuki",
-- _class = "Akizuki",
+
        _class_number = 3,
-- _class_number = 3,
+
        _type = 2,
-- _type = 2,
+
        _hp = 38,
-- _hp = 37,
+
        _hp_max = 58,
-- _hp_max = 57,
+
        _firepower = 22,
-- _firepower = 25,
+
        _firepower_max = 56,
-- _firepower_max = 60,
+
        _firepower_mod = 1,
-- _firepower_mod = 1,
+
        _armor = 16,
-- _armor = 17,
+
        _armor_max = 55,
-- _armor_max = 54,
+
        _armor_mod = 1,
-- _armor_mod = 1,
+
        _torpedo = 22,
-- _torpedo = 24,
+
        _torpedo_max = 52,
-- _torpedo_max = 54,
+
        _torpedo_mod = 1,
-- _torpedo_mod = 1,
+
        _evasion = 51,
-- _evasion = 49,
+
        _evasion_max = 91,
-- _evasion_max = 89,
+
        _aa = 82,
-- _aa = 80,
+
        _aa_max = 117,
-- _aa_max = 110,
+
        _aa_mod = 3,
-- _aa_mod = 3,
+
        _asw = 28, -- 27~28?
-- _asw = 30,
+
        _asw_max = 71, -- 71?
-- _asw_max = 72,
+
        _speed = 10,
-- _speed = 10,
+
        _los = 9,
-- _los = 10,
+
        _los_max = 49,
-- _los_max = 49,
+
        _range = 1,
-- _range = 1,
+
        _luck = 37,
-- _luck = 8,
+
        _luck_max = 90,
-- _luck_max = 71,
+
        _luck_mod = false,
-- _luck_mod = false,
+
        _buildable = false,
-- _remodel_level = 40,
+
        _buildable_lsc = false,
-- _remodel_ammo = 270,
+
        _build_time = 30,
-- _remodel_steel = 170,
+
        _remodel_level = 55,
-- _remodel_development_material = false,
+
        _remodel_ammo = 430,
-- _remodel_blueprint = false,
+
        _remodel_steel = 270,
-- _remodel_catapult = false,
+
        _remodel_blueprint = false,
-- _remodel_from = "Suzutsuki/",
+
        _remodel_catapult = false,
-- _remodel_to = false,
+
        _remodel_from = "Suzutsuki/",
-- _fuel = 20,
+
        _remodel_to = false,
-- _ammo = 25,
+
        _fuel = 20,
-- _scrap_fuel = 1,
+
        _ammo = 25,
-- _scrap_ammo = 2,
+
        _scrap_fuel = 1,
-- _scrap_steel = 13,
+
        _scrap_ammo = 2,
-- _scrap_baux = 1,
+
        _scrap_steel = 13,
-- _equipment = {
+
        _scrap_baux = 1,
-- {equipment = "10cm Twin High-angle Gun Mount + Anti-Aircraft Fire Director", size = 0},
+
        _equipment = {
-- {equipment = "No. 13 Air Radar Kai", size = 0},
+
            { equipment = "10cm Twin High-angle Gun Mount + Anti-Aircraft Fire Director", size = 0 },
-- {equipment = "25mm Triple Autocannon Mount", size = 0},
+
            { equipment = "Type 13 Air Radar Kai", size = 0 },
-- },
+
            { equipment = "25mm Triple Autocannon Mount", size = 0 },
-- },
+
        },
 +
        _voice_flag = 3,
 +
    },
 +
    seasonals = {
 +
        { _suffix = "Summer", _season = "Summer 2018" },
 +
        { _suffix = "Kai Summer", _season = "Summer 2018" },
 +
    },
 
}
 
}
  −
return Suzutsuki
 
953

edits