- 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/Sendai"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng (Add _remodel_catapult) |
com>CkwngBot (Adding _remodel_development_material) |
||
Line 101: | Line 101: | ||
_remodel_ammo = 200, | _remodel_ammo = 200, | ||
_remodel_steel = 200, | _remodel_steel = 200, | ||
+ | _remodel_development_material = false, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
_remodel_catapult = false, | _remodel_catapult = false, | ||
Line 157: | Line 158: | ||
_remodel_ammo = 480, | _remodel_ammo = 480, | ||
_remodel_steel = 300, | _remodel_steel = 300, | ||
+ | _remodel_development_material = false, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
_remodel_catapult = false, | _remodel_catapult = false, |
Revision as of 23:35, 25 September 2015
Documentation for this module may be created at Module:Data/Ship/Sendai/doc
--Categories:
--[[Category:Player ship modules]]
local Sendai = {
[""] = {
_name = "Sendai",
_rarity = 4,
_api_id = 54,
_id = 46,
_battle_card_extension = "png",
_battle_card_damaged_extension = "png",
_true_id = false,
_japanese_name = "川内",
_reading = "せんだい",
_class = "Sendai",
_class_number = 1,
_type = 3,
_hp = 26,
_hp_max = 39,
_firepower = 14,
_firepower_max = 49,
_firepower_mod = false,
_armor = 11,
_armor_max = 29,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 89,
_torpedo_mod = 1,
_evasion = 38,
_evasion_max = 79,
_aa = 13,
_aa_max = 59,
_aa_mod = false,
_asw = 20,
_asw_max = 69,
_speed = 10,
_los = 8,
_los_max = 39,
_range = 2,
_luck = 12,
_luck_max = 49,
_luck_mod = false,
_buildable = true,
_buildable_lsc = false,
_build_time = 60,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Sendai/Kai",
_fuel = 25,
_ammo = 25,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 10,
_scrap_baux = false,
_equipment = {
{equipment = "14cm Single Gun Mount", size = 1},
{equipment = "Type 0 Reconnaissance Seaplane", size = 1},
},
},
["Kai"] = {
_name = "Sendai",
_suffix = "Kai",
_rarity = 5,
_api_id = 222,
_id = 46,
_true_id = 1322,
_battle_card_damaged_extension = "png",
_cg_reference = "/",
_cg_damaged_reference = "/",
_japanese_name = "川内改",
_reading = "せんだいかい",
_class = "Sendai",
_class_number = 1,
_type = 3,
_hp = 44,
_hp_max = 59,
_firepower = 20,
_firepower_max = 59,
_firepower_mod = 2,
_armor = 29,
_armor_max = 69,
_armor_mod = 2,
_torpedo = 24,
_torpedo_max = 79,
_torpedo_mod = 1,
_evasion = 40,
_evasion_max = 79,
_aa = 15,
_aa_max = 69,
_aa_mod = 1,
_asw = 24,
_asw_max = 79,
_speed = 10,
_los = 10,
_los_max = 49,
_range = 2,
_luck = 12,
_luck_max = 59,
_luck_mod = false,
_remodel_level = 20,
_remodel_ammo = 200,
_remodel_steel = 200,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Sendai/",
_remodel_to = "Sendai/Kai Ni",
_fuel = 25,
_ammo = 30,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 10,
_scrap_baux = false,
_equipment = {
{equipment = "14cm Single Gun Mount", size = 1},
{equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 1},
{equipment = "Type 0 Reconnaissance Seaplane", size = 1},
},
},
["Kai Ni"] = {
_name = "Sendai",
_suffix = "Kai Ni",
_rarity = 6,
_api_id = 158,
_id = 158,
_true_id = false,
_japanese_name = "川内改二",
_reading = "せんだいかいに",
_class = "Sendai",
_class_number = 1,
_type = 3,
_hp = 48,
_hp_max = 64,
_firepower = 24,
_firepower_max = 67,
_firepower_mod = 1,
_armor = 29,
_armor_max = 69,
_armor_mod = 2,
_torpedo = 26,
_torpedo_max = 88,
_torpedo_mod = 1,
_evasion = 43,
_evasion_max = 84,
_aa = 20,
_aa_max = 70,
_aa_mod = 1,
_asw = 38,
_asw_max = 74,
_speed = 10,
_los = 16,
_los_max = 55,
_range = 2,
_luck = 14,
_luck_max = 79,
_luck_mod = false,
_remodel_level = 60,
_remodel_ammo = 480,
_remodel_steel = 300,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Sendai/Kai",
_remodel_to = false,
_fuel = 25,
_ammo = 35,
_scrap_fuel = 2,
_scrap_ammo = 2,
_scrap_steel = 10,
_scrap_baux = false,
_equipment = {
{equipment = "Star Shell", size = 1},
{equipment = "Searchlight", size = 1},
{equipment = "Type 98 Reconnaissance Seaplane (Night Recon)", size = 1},
},
},
class = {
_name = "Sendai",
_class = true,
_base_type = 3,
},
}
return Sendai