- 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-401"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng |
Jigaraphale (talk | contribs) (class fix) |
||
(17 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | -- [[Category:Player ship modules]] | |
− | + | ||
− | + | return { | |
− | + | [""] = { | |
− | + | _name = "I-401", | |
− | + | _nick = "Shioi", | |
− | + | _rarity = 6, | |
− | + | _api_id = 155, | |
− | + | _id = 155, | |
− | + | _true_id = false, | |
− | + | _japanese_name = "伊401", | |
− | + | _japanese_nick = "しおい", | |
− | + | _reading = "い401", | |
− | + | _reading_nick = false, | |
− | + | _class = "Sentoku Type (I-400 Class Submarine)", | |
− | + | _class_number = 2, | |
− | + | _type = 14, | |
− | + | _hp = 20, | |
− | + | _hp_max = 24, | |
− | + | _firepower = 2, | |
− | + | _firepower_max = 9, | |
− | + | _firepower_mod = false, | |
− | + | _armor = 5, | |
− | + | _armor_max = 24, | |
− | + | _armor_mod = 1, | |
− | + | _torpedo = 36, | |
− | + | _torpedo_max = 72, | |
− | + | _torpedo_mod = 1, | |
− | + | _evasion = 13, | |
− | + | _evasion_max = 35, | |
− | + | _aa = 0, | |
− | + | _aa_max = false, | |
− | + | _aa_mod = 1, | |
− | + | _asw = 0, | |
− | + | _asw_max = false, | |
− | + | _speed = 5, | |
− | + | _los = 15, | |
− | + | _los_max = 45, | |
− | + | _range = 1, | |
− | + | _luck = 20, | |
− | + | _luck_max = 59, | |
− | + | _luck_mod = false, | |
− | + | _buildable = false, | |
− | + | _buildable_lsc = true, | |
− | + | _build_time = 200, | |
− | + | _remodel_level = false, | |
− | + | _remodel_from = false, | |
− | + | _remodel_to = "I-401/Kai", | |
− | + | _fuel = 20, | |
− | + | _ammo = 15, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 2, | |
− | + | _scrap_steel = 3, | |
− | + | _scrap_baux = 2, | |
− | + | _equipment = { | |
− | + | { equipment = false, size = 3 }, | |
− | + | }, | |
− | + | _voice_actor = "Ise Mariya", | |
− | + | _artist = "Shibafu", | |
− | + | _implementation_date = { 2013, 12, 24 }, | |
− | + | _availability = { "drop", "event_reward" }, | |
− | + | _wikipedia = "Japanese submarine I-401", | |
− | + | }, | |
− | + | ["Kai"] = { | |
− | + | _name = "I-401", | |
− | + | _nick = "Shioi", | |
− | + | _suffix = "Kai", | |
− | + | _rarity = 7, | |
− | + | _api_id = 403, | |
− | + | _id = 155, | |
− | + | _true_id = 1503, | |
− | + | _cg_reference = "/", | |
− | + | _cg_damaged_reference = "/", | |
− | + | _japanese_name = "伊401改", | |
− | + | _japanese_nick = "しおい", | |
− | + | _reading = "い401かい", | |
− | + | _reading_nick = false, | |
− | + | _class = "Sentoku Type (I-400 Class Submarine)", | |
− | + | _class_number = 2, | |
− | + | _type = 14, | |
− | + | _hp = 24, | |
− | + | _hp_max = 39, | |
− | + | _firepower = 6, | |
− | + | _firepower_max = 19, | |
− | + | _firepower_mod = false, | |
− | + | _armor = 7, | |
− | + | _armor_max = 24, | |
− | + | _armor_mod = 1, | |
− | + | _torpedo = 40, | |
− | + | _torpedo_max = 80, | |
− | + | _torpedo_mod = 2, | |
− | + | _evasion = 12, | |
− | + | _evasion_max = 44, | |
− | + | _aa = 0, | |
− | + | _aa_max = false, | |
− | + | _aa_mod = 1, | |
− | + | _asw = 0, | |
− | + | _asw_max = false, | |
− | + | _speed = 5, | |
− | + | _los = 15, | |
− | + | _los_max = 45, | |
− | + | _range = 1, | |
− | + | _luck = 20, | |
− | + | _luck_max = 59, | |
− | + | _luck_mod = false, | |
− | + | _remodel_level = 35, | |
− | + | _remodel_ammo = 100, | |
− | + | _remodel_steel = 300, | |
− | + | _remodel_development_material = false, | |
− | + | _remodel_blueprint = false, | |
− | + | _remodel_catapult = false, | |
− | + | _remodel_from = "I-401/", | |
− | + | _remodel_to = false, | |
+ | _fuel = 25, | ||
+ | _ammo = 30, | ||
+ | _scrap_fuel = 1, | ||
+ | _scrap_ammo = 2, | ||
+ | _scrap_steel = 4, | ||
+ | _scrap_baux = 3, | ||
+ | _equipment = { | ||
+ | { equipment = "Prototype Seiran", size = 3 }, | ||
+ | { equipment = false, size = 3 }, | ||
+ | }, | ||
+ | }, | ||
+ | seasonals = { | ||
+ | { _suffix = "New Year", _season = "New Year 2016" }, | ||
+ | { _suffix = "Summer", _season = "Mid-Summer 2017" }, | ||
+ | }, | ||
} | } | ||
− | |||
− |
Latest revision as of 22:33, 24 January 2024
Documentation for this module may be created at Module:Data/Ship/I-401/doc
-- [[Category:Player ship modules]]
return {
[""] = {
_name = "I-401",
_nick = "Shioi",
_rarity = 6,
_api_id = 155,
_id = 155,
_true_id = false,
_japanese_name = "伊401",
_japanese_nick = "しおい",
_reading = "い401",
_reading_nick = false,
_class = "Sentoku Type (I-400 Class Submarine)",
_class_number = 2,
_type = 14,
_hp = 20,
_hp_max = 24,
_firepower = 2,
_firepower_max = 9,
_firepower_mod = false,
_armor = 5,
_armor_max = 24,
_armor_mod = 1,
_torpedo = 36,
_torpedo_max = 72,
_torpedo_mod = 1,
_evasion = 13,
_evasion_max = 35,
_aa = 0,
_aa_max = false,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 15,
_los_max = 45,
_range = 1,
_luck = 20,
_luck_max = 59,
_luck_mod = false,
_buildable = false,
_buildable_lsc = true,
_build_time = 200,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "I-401/Kai",
_fuel = 20,
_ammo = 15,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = 3,
_scrap_baux = 2,
_equipment = {
{ equipment = false, size = 3 },
},
_voice_actor = "Ise Mariya",
_artist = "Shibafu",
_implementation_date = { 2013, 12, 24 },
_availability = { "drop", "event_reward" },
_wikipedia = "Japanese submarine I-401",
},
["Kai"] = {
_name = "I-401",
_nick = "Shioi",
_suffix = "Kai",
_rarity = 7,
_api_id = 403,
_id = 155,
_true_id = 1503,
_cg_reference = "/",
_cg_damaged_reference = "/",
_japanese_name = "伊401改",
_japanese_nick = "しおい",
_reading = "い401かい",
_reading_nick = false,
_class = "Sentoku Type (I-400 Class Submarine)",
_class_number = 2,
_type = 14,
_hp = 24,
_hp_max = 39,
_firepower = 6,
_firepower_max = 19,
_firepower_mod = false,
_armor = 7,
_armor_max = 24,
_armor_mod = 1,
_torpedo = 40,
_torpedo_max = 80,
_torpedo_mod = 2,
_evasion = 12,
_evasion_max = 44,
_aa = 0,
_aa_max = false,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 15,
_los_max = 45,
_range = 1,
_luck = 20,
_luck_max = 59,
_luck_mod = false,
_remodel_level = 35,
_remodel_ammo = 100,
_remodel_steel = 300,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "I-401/",
_remodel_to = false,
_fuel = 25,
_ammo = 30,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = 4,
_scrap_baux = 3,
_equipment = {
{ equipment = "Prototype Seiran", size = 3 },
{ equipment = false, size = 3 },
},
},
seasonals = {
{ _suffix = "New Year", _season = "New Year 2016" },
{ _suffix = "Summer", _season = "Mid-Summer 2017" },
},
}