Line 1: |
Line 1: |
− | --Categories:
| + | -- [[Category:Player ship modules]] |
− | --[[Category:Player ship modules]] | |
| | | |
− | local Yamato = {
| + | return { |
− | [""] = {
| + | [""] = { |
− | _name = "Yamato",
| + | _name = "Yamato", |
− | _rarity = 8,
| + | _rarity = 8, |
− | _api_id = 131,
| + | _api_id = 131, |
− | _id = 131,
| + | _id = 131, |
− | _true_id = false,
| + | _true_id = false, |
− | _japanese_name = "大和",
| + | _japanese_name = "大和", |
− | _reading = "やまと",
| + | _reading = "やまと", |
− | _class = "Yamato",
| + | _class = "Yamato", |
− | _class_number = 1,
| + | _class_number = 1, |
− | _type = 9,
| + | _type = 9, |
− | _hp = 93,
| + | _hp = 93, |
− | _hp_max = 98,
| + | _hp_max = 98, |
− | _firepower = 96,
| + | _firepower = 96, |
− | _firepower_max = 129,
| + | _firepower_max = 129, |
− | _firepower_mod = 7,
| + | _firepower_mod = 7, |
− | _armor = 88,
| + | _armor = 88, |
− | _armor_max = 108,
| + | _armor_max = 108, |
− | _armor_mod = 5,
| + | _armor_mod = 5, |
− | _torpedo = 0,
| + | _torpedo = 0, |
− | _torpedo_max = false,
| + | _torpedo_max = false, |
− | _torpedo_mod = false,
| + | _torpedo_mod = false, |
− | _evasion = 27,
| + | _evasion = 27, |
− | _evasion_max = 59,
| + | _evasion_max = 59, |
− | _aa = 50,
| + | _aa = 50, |
− | _aa_max = 94,
| + | _aa_max = 94, |
− | _aa_mod = 2,
| + | _aa_mod = 2, |
− | _asw = 0,
| + | _asw = 0, |
− | _asw_max = false,
| + | _asw_max = false, |
− | _speed = 5,
| + | _speed = 5, |
− | _los = 15,
| + | _los = 15, |
− | _los_max = 39,
| + | _los_max = 39, |
− | _range = 4,
| + | _range = 4, |
− | _luck = 12,
| + | _luck = 12, |
− | _luck_max = 79,
| + | _luck_max = 79, |
− | _luck_mod = false,
| + | _luck_mod = false, |
− | _buildable = false,
| + | _buildable = false, |
− | _buildable_lsc = true,
| + | _buildable_lsc = true, |
− | _build_time = 480,
| + | _build_time = 480, |
− | _remodel_level = false,
| + | _remodel_level = false, |
− | _remodel_from = false,
| + | _remodel_from = false, |
− | _remodel_to = "Yamato/Kai",
| + | _remodel_to = "Yamato/Kai", |
− | _fuel = 250,
| + | _fuel = 250, |
− | _ammo = 300,
| + | _ammo = 300, |
− | _scrap_fuel = 35,
| + | _scrap_fuel = 35, |
− | _scrap_ammo = 50,
| + | _scrap_ammo = 50, |
− | _scrap_steel = 100,
| + | _scrap_steel = 100, |
− | _scrap_baux = 10,
| + | _scrap_baux = 10, |
− | _equipment = {
| + | _equipment = { |
− | {equipment = "46cm Triple Gun Mount", size = 7},
| + | { equipment = "46cm Triple Gun Mount", size = 7 }, |
− | {equipment = "15.5cm Triple Secondary Gun Mount", size = 7},
| + | { equipment = "15.5cm Triple Secondary Gun Mount", size = 7 }, |
− | {equipment = "Type 0 Observation Seaplane", size = 7},
| + | { equipment = "Type 0 Observation Seaplane", size = 7 }, |
− | {equipment = false, size = 7},
| + | { equipment = false, size = 7 }, |
− | },
| + | }, |
− | _voice_actor = "Taketatsu Ayana",
| + | _voice_actor = "Taketatsu Ayana", |
− | _artist = "Shizuma Yoshinori",
| + | _artist = "Shizuma Yoshinori", |
− | _implementation_date = {2013, 8, 8},
| + | _implementation_date = { 2013, 8, 8 }, |
− | _availability = {"event_reward", event_reward = {{2013, 7, 4}}},
| + | _availability = { "event_reward" }, |
| + | _wikipedia = "Japanese battleship Yamato", |
| + | }, |
| + | ["Kai"] = { |
| + | _name = "Yamato", |
| + | _suffix = "Kai", |
| + | _rarity = 8, |
| + | _api_id = 136, |
| + | _id = 136, |
| + | _true_id = false, |
| + | _japanese_name = "大和改", |
| + | _reading = "やまとかい", |
| + | _class = "Yamato", |
| + | _class_number = 1, |
| + | _type = 9, |
| + | _hp = 96, |
| + | _hp_max = 108, |
| + | _firepower = 92, |
| + | _firepower_max = 142, |
| + | _firepower_mod = 6, |
| + | _armor = 92, |
| + | _armor_max = 118, |
| + | _armor_mod = 6, |
| + | _torpedo = 0, |
| + | _torpedo_max = false, |
| + | _torpedo_mod = false, |
| + | _evasion = 28, |
| + | _evasion_max = 64, |
| + | _aa = 68, |
| + | _aa_max = 104, |
| + | _aa_mod = 3, |
| + | _asw = 0, |
| + | _asw_max = false, |
| + | _speed = 5, |
| + | _los = 17, |
| + | _los_max = 39, |
| + | _range = 4, |
| + | _luck = 13, |
| + | _luck_max = 88, |
| + | _luck_mod = false, |
| + | _remodel_level = 60, |
| + | _remodel_ammo = 2500, |
| + | _remodel_steel = 3000, |
| + | _remodel_development_material = false, |
| + | _remodel_blueprint = false, |
| + | _remodel_catapult = false, |
| + | _remodel_from = "Yamato/", |
| + | _remodel_to = "Yamato/Kai Ni", |
| + | _fuel = 250, |
| + | _ammo = 325, |
| + | _scrap_fuel = 35, |
| + | _scrap_ammo = 50, |
| + | _scrap_steel = 110, |
| + | _scrap_baux = 20, |
| + | _equipment = { |
| + | { equipment = "46cm Triple Gun Mount", size = 7 }, |
| + | { equipment = "12.7cm Twin High-angle Gun Mount", size = 7 }, |
| + | { equipment = "Type 22 Surface Radar", size = 7 }, |
| + | { equipment = false, size = 8 }, |
| + | }, |
| + | }, |
| + | ["Kai Ni"] = { |
| + | _name = "Yamato", |
| + | _suffix = "Kai Ni", |
| + | _rarity = 8, |
| + | _api_id = 911, |
| + | _id = 511, |
| + | _true_id = false, |
| + | _japanese_name = "大和改二", |
| + | _reading = "やまとかいに", |
| + | _class = "Yamato", |
| + | _display_class = "Kai Yamato", |
| + | _class_number = 1, |
| + | _type = 8, |
| + | _hp = 98, |
| + | _hp_max = 110, |
| + | _firepower = 100, |
| + | _firepower_max = 144, |
| + | _firepower_mod = 7, |
| + | _armor = 92, |
| + | _armor_max = 122, |
| + | _armor_mod = 7, |
| + | _torpedo = 0, |
| + | _torpedo_max = false, |
| + | _torpedo_mod = false, |
| + | _evasion = 28, |
| + | _evasion_max = 67, |
| + | _aa = 65, |
| + | _aa_max = 108, |
| + | _aa_mod = 4, |
| + | _asw = 0, |
| + | _asw_max = 0, |
| + | _speed = 10, |
| + | _los = 18, |
| + | _los_max = 59, |
| + | _range = 4, |
| + | _luck = 18, |
| + | _luck_max = 108, |
| + | _luck_mod = false, |
| + | _build_time = 480, |
| + | _remodel_level = 88, |
| + | _remodel_ammo = 9900, |
| + | _remodel_steel = 9800, |
| + | _remodel_development_material = false, |
| + | _remodel_blueprint = 3, |
| + | _remodel_catapult = false, |
| + | _remodel_report = true, |
| + | _remodel_gunmat = 3, |
| + | _remodel_boiler = 2, |
| + | _remodel_from = "Yamato/Kai", |
| + | _remodel_to = "Yamato/Kai Ni Juu", |
| + | _fuel = 290, |
| + | _ammo = 350, |
| + | _scrap_fuel = 40, |
| + | _scrap_ammo = 55, |
| + | _scrap_steel = 115, |
| + | _scrap_baux = 24, |
| + | _equipment = { |
| + | {equipment = false, size = 4}, |
| + | {equipment = false, size = 4}, |
| + | {equipment = false, size = 4}, |
| + | {equipment = false, size = 8}, |
| + | {equipment = false, size = 2}, |
| + | }, |
| + | _voice_flag = 3, |
| + | _implementation_date = {2022, 6, 8}, |
| }, | | }, |
− | ["Kai"] = { | + | ["Kai Ni Juu"] = { |
− | _name = "Yamato",
| + | _name = "Yamato", |
− | _suffix = "Kai",
| + | _suffix = "Kai Ni Juu", |
− | _rarity = 8,
| + | _rarity = 8, |
− | _api_id = 136,
| + | _api_id = 916, |
− | _id = 136,
| + | _id = 516, |
− | _true_id = false,
| + | _true_id = false, |
− | _japanese_name = "大和改",
| + | _japanese_name = "大和改二重", |
− | _reading = "やまとかい",
| + | _reading = "やまとかいにじゅう", |
− | _class = "Yamato",
| + | _class = "Yamato", |
− | _class_number = 1,
| + | _display_class = "Kai Yamato", |
− | _type = 9,
| + | _class_number = 1, |
− | _hp = 96,
| + | _type = 10, |
− | _hp_max = 108,
| + | _hp = 98, |
− | _firepower = 92,
| + | _hp_max = 110, |
− | _firepower_max = 139,
| + | _firepower = 108, |
− | _firepower_mod = 6,
| + | _firepower_max = 152, |
− | _armor = 92,
| + | _firepower_mod = 8, |
− | _armor_max = 118,
| + | _armor = 94, |
− | _armor_mod = 6,
| + | _armor_max = 128, |
− | _torpedo = 0,
| + | _armor_mod = 8, |
− | _torpedo_max = false,
| + | _torpedo = 0, |
− | _torpedo_mod = false,
| + | _torpedo_max = false, |
− | _evasion = 28,
| + | _torpedo_mod = false, |
− | _evasion_max = 64,
| + | _evasion = 25, |
− | _aa = 68,
| + | _evasion_max = 60, |
− | _aa_max = 104,
| + | _aa = 65, |
− | _aa_mod = 3,
| + | _aa_max = 112, |
− | _asw = 0,
| + | _aa_mod = 4, |
− | _asw_max = false,
| + | _asw = 16, |
− | _speed = 5,
| + | _asw_max = 48, |
− | _los = 17,
| + | _speed = 5, |
− | _los_max = 39,
| + | _los = 20, |
− | _range = 4,
| + | _los_max = 68, |
− | _luck = 13,
| + | _range = 4, |
− | _luck_max = 79,
| + | _luck = 18, |
− | _luck_mod = false,
| + | _luck_max = 108, |
− | _remodel_level = 60,
| + | _luck_mod = false, |
− | _remodel_ammo = 2500,
| + | _build_time = 480, |
− | _remodel_steel = 3000,
| + | _remodel_level = 93, |
− | _remodel_development_material = false,
| + | _remodel_ammo = 3600, |
− | _remodel_blueprint = false,
| + | _remodel_steel = 3300, |
− | _remodel_catapult = false,
| + | _remodel_development_material = false, |
− | _remodel_from = "Yamato/",
| + | _remodel_blueprint = false, |
− | _remodel_to = false,
| + | _remodel_catapult = false, |
− | _fuel = 250,
| + | _remodel_report = false, |
− | _ammo = 325,
| + | _remodel_from = "Yamato/Kai Ni", |
− | _scrap_fuel = 35,
| + | _remodel_to = "Yamato/Kai Ni", |
− | _scrap_ammo = 50,
| + | _remodel_to_level = 93, |
− | _scrap_steel = 110,
| + | _remodel_to_ammo = 3300, |
− | _scrap_baux = 20,
| + | _remodel_to_steel = 3600, |
− | _equipment = {
| + | _remodel_to_development_material = 50, |
− | {equipment = "46cm Triple Gun Mount", size = 7},
| + | _remodel_to_construction_material = 50, |
− | {equipment = "12.7cm Twin High-angle Gun Mount", size = 7},
| + | _remodel_to_blueprint = false, |
− | {equipment = "No. 22 Surface Radar", size = 7},
| + | _remodel_to_catapult = false, |
− | {equipment = false, size = 7},
| + | _remodel_to_report = false, |
− | },
| + | _fuel = 300, |
− | _gun_fit_properties = {
| + | _ammo = 400, |
− | ["35.6cm/38cm"] = 0,
| + | _scrap_fuel = 40, |
− | ["381mm"] = 0,
| + | _scrap_ammo = 55, |
− | ["41cm"] = 0,
| + | _scrap_steel = 115, |
− | ["16inch"] = nil,
| + | _scrap_baux = 24, |
− | ["Proto 46cm"] = 0,
| + | _equipment = { |
− | ["46cm"] = 0,
| + | {equipment = false, size = 2}, |
− | ["51cm"] = 0,
| + | {equipment = false, size = 2}, |
− | },
| + | {equipment = false, size = 8}, |
− | },
| + | {equipment = false, size = 22}, |
− | class = {
| + | {equipment = false, size = 2}, |
− | _name = "Yamato",
| + | }, |
− | _class = true,
| + | _voice_flag = 3, |
− | _base_type = 9,
| |
− | },
| |
− | ["Summer"] = {
| |
− | _name = "Yamato",
| |
− | _suffix = "Summer",
| |
− | _display_suffix = "(Summer)",
| |
− | _api_id = nil,
| |
− | _type = 9,
| |
− | _seasonal = true,
| |
− | _cg = "BB Yamato Summer Full.png",
| |
− | _cg_damaged = "BB Yamato Summer Full Damaged.png",
| |
| }, | | }, |
| + | seasonals = { |
| + | { _suffix = "Summer", _season = "Early Summer 2016" }, |
| + | { _suffix = "New Year", _season = "New Year 2018" }, |
| + | { _suffix = "Winter 2018 Event", _season = "Eve Of Battle 2018" }, |
| + | { _suffix = "Kai Winter 2018 Event", _season = "Eve Of Battle 2018" }, |
| + | { _suffix = "Cleaning", _season = "Fifth Anniversary" }, |
| + | }, |
| + | class = { |
| + | _name = "Yamato", |
| + | _class = true, |
| + | _base_type = 9, |
| + | }, |
| } | | } |
− |
| |
− | return Yamato
| |