- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:Data/Ship/I-19"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng (Created page with "local I_19 = { [""] = { _name = "I-19", _nick = "Iku", _rarity = 4, _id = 123, _true_id = false, _card = "123.png", _japanese_name = "伊19", _japanese_nick =...") |
com>Ckwng (Fix class) |
||
Line 11: | Line 11: | ||
_reading = "い19", | _reading = "い19", | ||
_reading_nick = false, | _reading_nick = false, | ||
− | _class = "B", | + | _class = "Type B", |
_type = 13, | _type = 13, | ||
_hp = 14, | _hp = 14, | ||
Line 64: | Line 64: | ||
_reading = "い19かい", | _reading = "い19かい", | ||
_reading_nick = false, | _reading_nick = false, | ||
− | _class = "B", | + | _class = "Type B", |
_type = 14, | _type = 14, | ||
_hp = 18, | _hp = 18, |
Revision as of 21:49, 7 March 2015
Documentation for this module may be created at Module:Data/Ship/I-19/doc
local I_19 = {
[""] = {
_name = "I-19",
_nick = "Iku",
_rarity = 4,
_id = 123,
_true_id = false,
_card = "123.png",
_japanese_name = "伊19",
_japanese_nick = "イク",
_reading = "い19",
_reading_nick = false,
_class = "Type B",
_type = 13,
_hp = 14,
_hp_max = 19,
_firepower = 2,
_firepower_max = 9,
_firepower_mod = false,
_armor = 4,
_armor_max = 18,
_armor_mod = false,
_torpedo = 36,
_torpedo_max = 79,
_torpedo_mod = 2,
_evasion = 13,
_evasion_max = 36,
_aa = 0,
_aa_max = false,
_aa_mod = false,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 10,
_los_max = 39,
_range = 1,
_luck = 12,
_luck_max = 49,
_luck_mod = false,
_buildable = true,
_buildable_lsc = false,
_build_time = 22,
_remodel_level = false,
_fuel = 10,
_ammo = 20,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = 2,
_scrap_baux = 1,
_equipment = {
{equipment = false, size = 0},
},
},
["Kai"] = {
_name = "I-19",
_nick = "Iku",
_suffix = "Kai",
_rarity = 5,
_id = 123,
_true_id = 501,
_card = "401-2-.jpg",
_japanese_name = "伊19改",
_japanese_nick = "イク",
_reading = "い19かい",
_reading_nick = false,
_class = "Type B",
_type = 14,
_hp = 18,
_hp_max = 24,
_firepower = 3,
_firepower_max = 12,
_firepower_mod = false,
_armor = 5,
_armor_max = 19,
_armor_mod = false,
_torpedo = 42,
_torpedo_max = 89,
_torpedo_mod = 2,
_evasion = 15,
_evasion_max = 49,
_aa = 0,
_aa_max = false,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 15,
_los_max = 39,
_range = 1,
_luck = 13,
_luck_max = 59,
_luck_mod = false,
_remodel_level = 50,
_remodel_ammo = 200,
_remodel_steel = 140,
_remodel_blueprint = false,
_fuel = 10,
_ammo = 25,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = 2,
_scrap_baux = 2,
_equipment = {
{equipment = false, size = 1},
{equipment = false, size = 1},
},
},
}
return I_19