- 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 (Data module for Sendai.) |
com>Ckwng m |
||
Line 9: | Line 9: | ||
_true_id = false, | _true_id = false, | ||
_card = "046.jpg", | _card = "046.jpg", | ||
− | + | _japanese_name = "川内", | |
_class = "Sendai", | _class = "Sendai", | ||
_type = 3, | _type = 3, | ||
Line 45: | Line 45: | ||
_true_id = 322, | _true_id = 322, | ||
_card = "046M.jpg", | _card = "046M.jpg", | ||
− | + | _japanese_name = "川内改", | |
_class = "Sendai", | _class = "Sendai", | ||
_type = 3, | _type = 3, | ||
Line 81: | Line 81: | ||
_true_id = false, | _true_id = false, | ||
_card = "158_Card.jpg", | _card = "158_Card.jpg", | ||
− | + | _japanese_name = "川内改二", | |
_class = "Sendai", | _class = "Sendai", | ||
_type = 3, | _type = 3, |
Revision as of 07:09, 11 December 2014
Documentation for this module may be created at Module:Data/Ship/Sendai/doc
local Equipment = require('Module:Equipment')
local Sendai = {
[""] = {
_name = "Sendai",
_page = "Sendai",
_rarity = 4,
_id = 46,
_true_id = false,
_card = "046.jpg",
_japanese_name = "川内",
_class = "Sendai",
_type = 3,
_hp = 26,
_firepower = 14,
_firepower_max = 49,
_armor = 11,
_armor_max = 29,
_torpedo = 24,
_torpedo_max = 89,
_evasion = 38,
_evasion_max = 79,
_aa = 13,
_aa_max = 59,
_asw = 20,
_asw_max = 69,
_speed = 10,
_los = 8,
_los_max = 39,
_range = 2,
_luck = 12,
_luck_max = 49,
_buildable = true,
_build_time = 60,
_equipment = {
{equipment = Equipment("14cm Naval Gun"), space = 1},
{equipment = Equipment("Type 0 Recon Seaplane"), space = 1},
},
},
["Kai"] = {
_name = "Sendai Kai",
_page = "Sendai",
_rarity = 5,
_id = 46,
_true_id = 322,
_card = "046M.jpg",
_japanese_name = "川内改",
_class = "Sendai",
_type = 3,
_hp = 44,
_firepower = 20,
_firepower_max = 59,
_armor = 29,
_armor_max = 69,
_torpedo = 24,
_torpedo_max = 79,
_evasion = 40,
_evasion_max = 79,
_aa = 15,
_aa_max = 69,
_asw = 24,
_asw_max = 79,
_speed = 10,
_los = 10,
_los_max = 49,
_range = 2,
_luck = 14,
_luck_max = 59,
_remodel_level = 20,
_equipment = {
{equipment = Equipment("14cm Naval Gun"), space = 1},
{equipment = Equipment("61cm Quad (Oxygen) Torpedo Mount"), space = 1},
{equipment = Equipment("Type 0 Recon Seaplane"), space = 1},
},
},
["Kai Ni"] = {
_name = "Sendai Kai Ni",
_page = "Sendai",
_rarity = 6,
_id = 158,
_true_id = false,
_card = "158_Card.jpg",
_japanese_name = "川内改二",
_class = "Sendai",
_type = 3,
_hp = 48,
_firepower = 24,
_firepower_max = 67,
_armor = 29,
_armor_max = 69,
_torpedo = 26,
_torpedo_max = 88,
_evasion = 43,
_evasion_max = 84,
_aa = 20,
_aa_max = 70,
_asw = 38,
_asw_max = 74,
_speed = 10,
_los = 16,
_los_max = 55,
_range = 2,
_luck = 14,
_luck_max = 79,
_remodel_level = 60,
_equipment = {
{equipment = Equipment("Star Shell"), space = 1},
{equipment = Equipment("Searchlight"), space = 1},
{equipment = Equipment("Type 98 Recon Seaplane (Night Scout)"), space = 1},
},
},
}
return Sendai