- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Module:Data/Ship/Tone
< Module:Data | Ship
Jump to navigation
Jump to search
Revision as of 23:37, 11 April 2015 by com>Ckwng
Documentation for this module may be created at Module:Data/Ship/Tone/doc
local Tone = {
[""] = {
_name = "Tone",
_rarity = 4,
_id = 63,
_true_id = false,
_card = "063.jpg",
_battle_card = "Tone card.jpg",
_japanese_name = "利根",
_reading = "とね",
_class = "Tone",
_class_number = 1,
_type = 5,
_hp = 44,
_hp_max = 62,
_firepower = 32,
_firepower_max = 59,
_firepower_mod = 2,
_armor = 36,
_armor_max = 59,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 59,
_torpedo_mod = 1,
_evasion = 36,
_evasion_max = 69,
_aa = 20,
_aa_max = 67,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 20,
_los_max = 59,
_range = 2,
_luck = 10,
_luck_max = 49,
_luck_mod = false,
_buildable = true,
_buildable_lsc = true,
_build_time = 90,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Tone/Kai",
_fuel = 45,
_ammo = 60,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 13,
_scrap_baux = 2,
_equipment = {
{equipment = "20.3cm Twin Gun Mount", size = 3},
{equipment = "Type 0 Reconnaissance Seaplane", size = 3},
{equipment = false, size = 3},
},
},
["Kai"] = {
_name = "Tone",
_suffix = "Kai",
_rarity = 5,
_id = 63,
_true_id = 373,
_card = "063M.jpg",
_battle_card = "Tone kai card.jpg",
_japanese_name = "利根改",
_reading = "とねかい",
_class = "Tone",
_class_number = 1,
_type = 5,
_hp = 56,
_hp_max = 69,
_firepower = 42,
_firepower_max = 76,
_firepower_mod = 3,
_armor = 46,
_armor_max = 77,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 79,
_torpedo_mod = 1,
_evasion = 41,
_evasion_max = 79,
_aa = 24,
_aa_max = 79,
_aa_mod = 2,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 24,
_los_max = 79,
_range = 2,
_luck = 10,
_luck_max = 59,
_luck_mod = false,
_remodel_level = 25,
_remodel_ammo = 450,
_remodel_steel = 300,
_remodel_blueprint = false,
_remodel_to = false,
_remodel_from = "Tone/",
_remodel_to = "Tone/Kai Ni",
_fuel = 45,
_ammo = 65,
_scrap_fuel = 5,
_scrap_ammo = 7,
_scrap_steel = 18,
_scrap_baux = 3,
_equipment = {
{equipment = "20.3cm Twin Gun Mount", size = 4},
{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 4},
{equipment = "Type 0 Reconnaissance Seaplane", size = 4},
{equipment = false, size = 4},
},
},
["Kai Ni"] = {
_name = "Tone",
_suffix = "Kai Ni",
_rarity = 7,
_id = 188,
_true_id = false,
_card = "188.jpg",
_battle_card = "Tone kai2 card.jpg",
_japanese_name = "利根改二",
_reading = "とねかいに",
_class = "Tone",
_class_number = 1,
_type = 6,
_hp = 59,
_hp_max = 72,
_firepower = 46,
_firepower_max = 77,
_firepower_mod = 3,
_armor = 48,
_armor_max = 79,
_armor_mod = 2,
_torpedo = 32,
_torpedo_max = 82,
_torpedo_mod = 1,
_evasion = 42,
_evasion_max = 79,
_aa = 32,
_aa_max = 82,
_aa_mod = 3,
_asw = 0,
_asw_max = false,
_speed = 10,
_los = 30,
_los_max = 90,
_range = 2,
_luck = 15,
_luck_max = 69,
_luck_mod = false,
_remodel_level = 70,
_remodel_ammo = 700,
_remodel_steel = 1000,
_remodel_blueprint = true,
_remodel_from = "Tone/Kai",
_remodel_to = false,
_fuel = 50,
_ammo = 65,
_scrap_fuel = 5,
_scrap_ammo = 8,
_scrap_steel = 18,
_scrap_baux = 5,
_equipment = {
{equipment = "20.3cm (No.3) Twin Gun Mount", size = 2},
{equipment = "No. 21 Air Radar", size = 2},
{equipment = "Zuiun (634 Air Group)", size = 9},
{equipment = false, size = 5},
},
},
class = {
_name = "Tone",
_class = true,
_base_type = 5,
},
}
return Tone