Changes
Created page with "local Yamato = { [""] = { _name = "Yamato", _rarity = 8, _id = 131, _true_id = false, _card = "131.png", _japanese_name = "大和", _reading = "やまと", _c..."
local Yamato = {
[""] = {
_name = "Yamato",
_rarity = 8,
_id = 131,
_true_id = false,
_card = "131.png",
_japanese_name = "大和",
_reading = "やまと",
_class = "Yamato",
_type = 9,
_hp = 93,
_hp_max = 98,
_firepower = 96,
_firepower_max = 129,
_firepower_mod = 7,
_armor = 88,
_armor_max = 108,
_armor_mod = 5,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 27,
_evasion_max = 59,
_aa = 50,
_aa_max = 94,
_aa_mod = 2,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 15,
_los_max = 39,
_range = 4,
_luck = 12,
_luck_max = 79,
_luck_mod = false,
_buildable = false,
_buildable_lsc = true,
_build_time = 480,
_remodel_level = false,
_fuel = 250,
_ammo = 300,
_scrap_fuel = 35,
_scrap_ammo = 50,
_scrap_steel = 100,
_scrap_baux = 10,
_equipment = {
{equipment = "46cm Triple Gun Mount", size = 7},
{equipment = "15.5cm Triple Secondary Gun Mount", size = 7},
{equipment = "Type 0 Observation Seaplane", size = 7},
{equipment = false, size = 7},
},
},
["Kai"] = {
_name = "Yamato",
_suffix = "Kai",
_rarity = 8,
_id = 136,
_true_id = false,
_card = "136.jpg",
_japanese_name = "大和改",
_reading = "やまとかい",
_class = "Yamato",
_type = 9,
_hp = 96,
_hp_max = 108,
_firepower = 92,
_firepower_max = 139,
_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 = 79,
_luck_mod = false,
_remodel_level = 60,
_remodel_ammo = 2500,
_remodel_steel = 3000,
_remodel_blueprint = false,
_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 = "No. 22 Surface Radar", size = 7},
{equipment = false, size = 7},
},
},
class = {
_name = "Yamato",
_class = true,
_base_type = 9,
},
}
return Yamato
[""] = {
_name = "Yamato",
_rarity = 8,
_id = 131,
_true_id = false,
_card = "131.png",
_japanese_name = "大和",
_reading = "やまと",
_class = "Yamato",
_type = 9,
_hp = 93,
_hp_max = 98,
_firepower = 96,
_firepower_max = 129,
_firepower_mod = 7,
_armor = 88,
_armor_max = 108,
_armor_mod = 5,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 27,
_evasion_max = 59,
_aa = 50,
_aa_max = 94,
_aa_mod = 2,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 15,
_los_max = 39,
_range = 4,
_luck = 12,
_luck_max = 79,
_luck_mod = false,
_buildable = false,
_buildable_lsc = true,
_build_time = 480,
_remodel_level = false,
_fuel = 250,
_ammo = 300,
_scrap_fuel = 35,
_scrap_ammo = 50,
_scrap_steel = 100,
_scrap_baux = 10,
_equipment = {
{equipment = "46cm Triple Gun Mount", size = 7},
{equipment = "15.5cm Triple Secondary Gun Mount", size = 7},
{equipment = "Type 0 Observation Seaplane", size = 7},
{equipment = false, size = 7},
},
},
["Kai"] = {
_name = "Yamato",
_suffix = "Kai",
_rarity = 8,
_id = 136,
_true_id = false,
_card = "136.jpg",
_japanese_name = "大和改",
_reading = "やまとかい",
_class = "Yamato",
_type = 9,
_hp = 96,
_hp_max = 108,
_firepower = 92,
_firepower_max = 139,
_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 = 79,
_luck_mod = false,
_remodel_level = 60,
_remodel_ammo = 2500,
_remodel_steel = 3000,
_remodel_blueprint = false,
_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 = "No. 22 Surface Radar", size = 7},
{equipment = false, size = 7},
},
},
class = {
_name = "Yamato",
_class = true,
_base_type = 9,
},
}
return Yamato