Module:Data/Ship/Noshiro

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Noshiro",
        _rarity = 5,
        _api_id = 138,
        _id = 138,
        _true_id = false,
        _japanese_name = "能代",
        _reading = "のしろ",
        _class = "Agano",
        _class_number = 2,
        _type = 3,
        _hp = 30,
        _hp_max = 45,
        _firepower = 20,
        _firepower_max = 42,
        _firepower_mod = 1,
        _armor = 17,
        _armor_max = 32,
        _armor_mod = 2,
        _torpedo = 24,
        _torpedo_max = 72,
        _torpedo_mod = 1,
        _evasion = 37,
        _evasion_max = 72,
        _aa = 17,
        _aa_max = 60,
        _aa_mod = 1,
        _asw = 25,
        _asw_max = 70,
        _speed = 10,
        _los = 12,
        _los_max = 45,
        _range = 2,
        _luck = 10,
        _luck_max = 49,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = true,
        _build_time = 60,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Noshiro/Kai",
        _fuel = 30,
        _ammo = 35,
        _scrap_fuel = 3,
        _scrap_ammo = 4,
        _scrap_steel = 13,
        _scrap_baux = 1,
        _equipment = {
            { equipment = "15.2cm Twin Gun Mount", size = 2 },
            { equipment = "8cm High-angle Gun", size = 2 },
            { equipment = false, size = 2 },
        },
        _voice_actor = "Yamada Yuki",
        _artist = "Konishi",
        _implementation_date = { 2013, 11, 1 },
        _availability = { "drop", "event_reward" },
        _wikipedia = "Japanese cruiser Noshiro",
    },
    ["Kai"] = {
        _name = "Noshiro",
        _suffix = "Kai",
        _rarity = 6,
        _api_id = 306,
        _id = 138,
        _true_id = 1402,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "能代改",
        _reading = "のしろかい",
        _class = "Agano",
        _class_number = 2,
        _type = 3,
        _hp = 45,
        _hp_max = 62,
        _firepower = 28,
        _firepower_max = 70,
        _firepower_mod = 2,
        _armor = 31,
        _armor_max = 69,
        _armor_mod = 2,
        _torpedo = 24,
        _torpedo_max = 79,
        _torpedo_mod = 1,
        _evasion = 42,
        _evasion_max = 80,
        _aa = 20,
        _aa_max = 72,
        _aa_mod = 1,
        _asw = 26,
        _asw_max = 82,
        _speed = 10,
        _los = 14,
        _los_max = 59,
        _range = 2,
        _luck = 10,
        _luck_max = 64,
        _luck_mod = false,
        _remodel_level = 35,
        _remodel_ammo = 220,
        _remodel_steel = 300,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Noshiro/",
        _remodel_to = "Noshiro/Kai Ni",
        _fuel = 30,
        _ammo = 40,
        _scrap_fuel = 3,
        _scrap_ammo = 5,
        _scrap_steel = 14,
        _scrap_baux = 1,
        _equipment = {
            { equipment = "15.2cm Twin Gun Mount", size = 2 },
            { equipment = "Type 22 Surface Radar", size = 2 },
            { equipment = false, size = 2 },
        },
    },
  ["Kai Ni"] = {
    _name = "Noshiro",
    _suffix = "Kai Ni",
    _rarity = 7,
    _api_id = 662,
    _id = 462,
    _true_id = false,
    _japanese_name = "能代改二",
    _reading = "のしろかいに",
    _class = "Agano",
    _display_class = "Kai Agano",
    _class_number = 2,
    _type = 3,
    _hp = 53,
    _hp_max = 67,
    _firepower = 30,
    _firepower_max = 78,
    _firepower_mod = 2,
    _armor = 33,
    _armor_max = 72,
    _armor_mod = 3,
    _torpedo = 28,
    _torpedo_max = 86,
    _torpedo_mod = 2,
    _evasion = 43,
    _evasion_max = 83,
    _aa = 26,
    _aa_max = 82,
    _aa_mod = 2,
    _asw = 32,
    _asw_max = 84,
    _speed = 10,
    _los = 15,
    _los_max = 61,
    _range = 2,
    _luck = 13,
    _luck_max = 77,
    _luck_mod = false,
    _build_time = 60,
    _remodel_level = 85,
    _remodel_ammo = 880,
    _remodel_steel = 970,
    _remodel_development_material = 80,
    _remodel_construction_material = 77,
    _remodel_blueprint = true,
    _remodel_catapult = false,
    _remodel_report = true,
    _remodel_from = "Noshiro/Kai",
    _remodel_to = false,
    _fuel = 35,
    _ammo = 45,
    _scrap_fuel = 4,
    _scrap_ammo = 8,
    _scrap_steel = 16,
    _scrap_baux = 4,
    _equipment = {
      {equipment = "15.2cm Twin Gun Mount Kai", size = 1},
      {equipment = "Type 22 Surface Radar", size = 1},
      {equipment = false, size = 4},
      {equipment = false, size = 2},
    },
    _voice_flag = 7,
    _implementation_date = {2021, 2, 5},
  },
    seasonals = {
        { _suffix = "Winter 2018 Event", _season = "Eve Of Battle 2018" },
    },
}