Changes

Created page with "local Atago = { [""] = { _name = "Atago", _rarity = 4, _id = 60, _true_id = false, _card = "060.jpg", _japanese_name = "愛宕", _reading = "あたご", _clas..."
local Atago = {
[""] = {
_name = "Atago",
_rarity = 4,
_id = 60,
_true_id = false,
_card = "060.jpg",
_japanese_name = "愛宕",
_reading = "あたご",
_class = "Takao",
_type = 5,
_hp = 45,
_hp_max = 60,
_firepower = 40,
_firepower_max = 54,
_firepower_mod = 2,
_armor = 35,
_armor_max = 49,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 59,
_torpedo_mod = 1,
_evasion = 35,
_evasion_max = 59,
_aa = 18,
_aa_max = 56,
_aa_mod = false,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 13,
_los_max = 39,
_range = 2,
_luck = 10,
_luck_max = 49,
_luck_mod = false,
_buildable = true,
_buildable_lsc = false,
_build_time = 85,
_fuel = 40,
_ammo = 65,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 12,
_scrap_baux = 1,
_equipment = {
{equipment = "20.3cm Twin Gun Mount", size = 2},
{equipment = "Type 0 Reconnaissance Seaplane", size = 2},
{equipment = false, size = 2},
},
},
["Kai"] = {
_name = "Atago",
_suffix = "Kai",
_rarity = 5,
_id = 60,
_true_id = 370,
_card = "060M.jpg",
_japanese_name = "愛宕改",
_reading = "あたごかい",
_class = "Takao",
_type = 5,
_hp = 57,
_hp_max = 69,
_firepower = 48,
_firepower_max = 77,
_firepower_mod = 3,
_armor = 45,
_armor_max = 75,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 79,
_torpedo_mod = 1,
_evasion = 40,
_evasion_max = 79,
_aa = 20,
_aa_max = 69,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 14,
_los_max = 49,
_range = 2,
_luck = 10,
_luck_max = 59,
_luck_mod = false,
_remodel_level = 25,
_remodel_ammo = 450,
_remodel_steel = 300,
_fuel = 40,
_ammo = 70,
_scrap_fuel = 4,
_scrap_ammo = 7,
_scrap_steel = 20,
_scrap_baux = 2,
_equipment = {
{equipment = "20.3cm Twin Gun Mount", size = 2},
{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 2},
{equipment = "Type 0 Reconnaissance Seaplane", size = 2},
{equipment = false, size = 2},
},
},
}

return Atago
Anonymous user