Changes

Created page with "local Littorio = { [""] = { _name = "Littorio", _rarity = 6, _id = 241, _true_id = false, _card = "441 Card.jpg", _battle_card = "Littorio card.png", _japanese_..."
local Littorio = {
[""] = {
_name = "Littorio",
_rarity = 6,
_id = 241,
_true_id = false,
_card = "441 Card.jpg",
_battle_card = "Littorio card.png",
_japanese_name = "Littorio",
_reading = "リットリオ",
_class = "Littorio",
_class_number = 1,
_type = 8,
_hp = 88,
_hp_max = 94,
_firepower = 78,
_firepower_max = 97,
_firepower_mod = 3,
_armor = 72,
_armor_max = 86,
_armor_mod = 3,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = nil,
_evasion_max = nil,
_aa = 40,
_aa_max = 72,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = nil,
_los_max = nil,
_range = 4,
_luck = 20,
_luck_max = 69,
_luck_mod = false,
_buildable = false,
_buildable_lsc = false,
_build_time = 300,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Italia/",
_fuel = 130,
_ammo = 150,
_scrap_fuel = 10,
_scrap_ammo = 18,
_scrap_steel = 37,
_scrap_baux = 6,
_equipment = {
{equipment = nil, size = 3},
{equipment = nil, size = 3},
{equipment = nil, size = 3},
{equipment = nil, size = 3},
},
},
["Kai"] = "Italia/",
class = {
_name = "Littorio",
_class = true,
_base_type = 8,
},
}

return Littorio
Anonymous user