- 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/Hayasui"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng |
Jigaraphale (talk | contribs) (class fix) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | -- [[Category:Player ship modules]] | |
− | --[[Category:Player ship modules]] | ||
− | + | return { | |
− | + | [""] = { | |
− | + | _name = "Hayasui", | |
− | + | _rarity = 6, | |
− | + | _api_id = 460, | |
− | + | _id = 260, | |
− | + | _true_id = false, | |
− | + | _japanese_name = "速吸", | |
− | + | _reading = "はやすい", | |
− | + | _class = "Kai Kazahaya", | |
− | + | _class_number = 1, | |
− | + | _type = 22, | |
− | + | _hp = 43, | |
− | + | _hp_max = 50, | |
− | + | _firepower = 4, | |
− | + | _firepower_max = 22, | |
− | + | _firepower_mod = false, | |
− | + | _armor = 3, | |
− | + | _armor_max = 15, | |
− | + | _armor_mod = 1, | |
− | + | _torpedo = 0, | |
− | + | _torpedo_max = false, | |
− | + | _torpedo_mod = false, | |
− | + | _evasion = 9, | |
− | + | _evasion_max = 28, | |
− | + | _aa = 10, | |
− | + | _aa_max = 32, | |
− | + | _aa_mod = 1, | |
− | + | _asw = 5, | |
− | + | _asw_max = 20, | |
− | + | _speed = 5, | |
− | + | _los = 15, | |
− | + | _los_max = 40, | |
− | + | _range = 1, | |
− | + | _luck = 7, | |
− | + | _luck_max = 39, | |
− | + | _luck_mod = false, | |
− | + | _buildable = false, | |
− | + | _buildable_lsc = true, | |
− | + | _build_time = 220, | |
− | + | _remodel_level = false, | |
− | + | _remodel_from = false, | |
− | + | _remodel_to = "Hayasui/Kai", | |
− | + | _fuel = 100, | |
− | + | _ammo = 15, | |
− | + | _scrap_fuel = 6, | |
− | + | _scrap_ammo = false, | |
− | + | _scrap_steel = 20, | |
− | + | _scrap_baux = 1, | |
− | + | _equipment = { | |
− | + | { equipment = "Zuiun", size = 6 }, | |
− | + | { equipment = "Underway Replenishment", size = 1 }, | |
− | + | }, | |
− | + | _voice_actor = "Nomizu Iori", | |
− | + | _artist = "Konishi", | |
− | + | _implementation_date = { 2015, 8, 10 }, | |
− | + | _availability = { "drop", "event_reward" }, | |
− | + | _wikipedia = "Japanese fleet oiler Hayasui", | |
− | + | }, | |
− | + | ["Kai"] = { | |
− | + | _name = "Hayasui", | |
− | + | _suffix = "Kai", | |
− | + | _rarity = 7, | |
− | + | _api_id = 352, | |
− | + | _id = 260, | |
− | + | _true_id = 1432, | |
− | + | _cg_damaged_reference = "/", | |
− | + | _japanese_name = "速吸改", | |
− | + | _reading = "はやすいかい", | |
− | + | _class = "Kai Kazahaya", | |
− | + | _class_number = 1, | |
− | + | _type = 22, | |
− | + | _hp = 48, | |
− | + | _hp_max = 50, | |
− | + | _firepower = 8, | |
− | + | _firepower_max = 36, | |
− | + | _firepower_mod = 1, | |
− | + | _armor = 6, | |
− | + | _armor_max = 19, | |
− | + | _armor_mod = 1, | |
− | + | _torpedo = 0, | |
− | + | _torpedo_max = false, | |
− | + | _torpedo_mod = 1, | |
− | + | _evasion = 10, | |
− | + | _evasion_max = 33, | |
− | + | _aa = 20, | |
− | + | _aa_max = 48, | |
− | + | _aa_mod = 2, | |
− | + | _asw = 12, | |
− | + | _asw_max = 36, | |
− | + | _speed = 5, | |
− | + | _los = 18, | |
− | + | _los_max = 59, | |
− | + | _range = 1, | |
− | + | _luck = 8, | |
− | + | _luck_max = 44, | |
− | + | _luck_mod = false, | |
− | + | _remodel_level = 25, | |
− | + | _remodel_ammo = 200, | |
− | + | _remodel_steel = 270, | |
− | + | _remodel_development_material = false, | |
− | + | _remodel_blueprint = false, | |
− | + | _remodel_catapult = false, | |
− | + | _remodel_from = "Hayasui/", | |
− | + | _remodel_to = false, | |
− | + | _fuel = 120, | |
− | + | _ammo = 20, | |
− | + | _scrap_fuel = 8, | |
− | + | _scrap_ammo = 1, | |
− | + | _scrap_steel = 20, | |
− | + | _scrap_baux = 1, | |
− | + | _equipment = { | |
− | + | { equipment = "Ryuusei", size = 6 }, | |
− | + | { equipment = "Underway Replenishment", size = 3 }, | |
− | + | { equipment = "25mm Triple Autocannon Mount", size = 1 }, | |
− | + | }, | |
+ | }, | ||
+ | seasonals = { | ||
+ | { _suffix = "Zuiun", _season = "Summer 2017" }, | ||
+ | }, | ||
} | } | ||
− | |||
− |
Latest revision as of 22:33, 24 January 2024
Documentation for this module may be created at Module:Data/Ship/Hayasui/doc
-- [[Category:Player ship modules]]
return {
[""] = {
_name = "Hayasui",
_rarity = 6,
_api_id = 460,
_id = 260,
_true_id = false,
_japanese_name = "速吸",
_reading = "はやすい",
_class = "Kai Kazahaya",
_class_number = 1,
_type = 22,
_hp = 43,
_hp_max = 50,
_firepower = 4,
_firepower_max = 22,
_firepower_mod = false,
_armor = 3,
_armor_max = 15,
_armor_mod = 1,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 9,
_evasion_max = 28,
_aa = 10,
_aa_max = 32,
_aa_mod = 1,
_asw = 5,
_asw_max = 20,
_speed = 5,
_los = 15,
_los_max = 40,
_range = 1,
_luck = 7,
_luck_max = 39,
_luck_mod = false,
_buildable = false,
_buildable_lsc = true,
_build_time = 220,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Hayasui/Kai",
_fuel = 100,
_ammo = 15,
_scrap_fuel = 6,
_scrap_ammo = false,
_scrap_steel = 20,
_scrap_baux = 1,
_equipment = {
{ equipment = "Zuiun", size = 6 },
{ equipment = "Underway Replenishment", size = 1 },
},
_voice_actor = "Nomizu Iori",
_artist = "Konishi",
_implementation_date = { 2015, 8, 10 },
_availability = { "drop", "event_reward" },
_wikipedia = "Japanese fleet oiler Hayasui",
},
["Kai"] = {
_name = "Hayasui",
_suffix = "Kai",
_rarity = 7,
_api_id = 352,
_id = 260,
_true_id = 1432,
_cg_damaged_reference = "/",
_japanese_name = "速吸改",
_reading = "はやすいかい",
_class = "Kai Kazahaya",
_class_number = 1,
_type = 22,
_hp = 48,
_hp_max = 50,
_firepower = 8,
_firepower_max = 36,
_firepower_mod = 1,
_armor = 6,
_armor_max = 19,
_armor_mod = 1,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = 1,
_evasion = 10,
_evasion_max = 33,
_aa = 20,
_aa_max = 48,
_aa_mod = 2,
_asw = 12,
_asw_max = 36,
_speed = 5,
_los = 18,
_los_max = 59,
_range = 1,
_luck = 8,
_luck_max = 44,
_luck_mod = false,
_remodel_level = 25,
_remodel_ammo = 200,
_remodel_steel = 270,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Hayasui/",
_remodel_to = false,
_fuel = 120,
_ammo = 20,
_scrap_fuel = 8,
_scrap_ammo = 1,
_scrap_steel = 20,
_scrap_baux = 1,
_equipment = {
{ equipment = "Ryuusei", size = 6 },
{ equipment = "Underway Replenishment", size = 3 },
{ equipment = "25mm Triple Autocannon Mount", size = 1 },
},
},
seasonals = {
{ _suffix = "Zuiun", _season = "Summer 2017" },
},
}