- 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/Akashi"
< Module:Data | Ship
Jump to navigation
Jump to search
com>Ckwng |
com>Ckwng |
||
Line 10: | Line 10: | ||
_reading = "あかし", | _reading = "あかし", | ||
_class = "Akashi", | _class = "Akashi", | ||
+ | _class_number = 1, | ||
_type = 19, | _type = 19, | ||
_hp = 39, | _hp = 39, | ||
Line 40: | Line 41: | ||
_build_time = 220, | _build_time = 220, | ||
_remodel_level = false, | _remodel_level = false, | ||
+ | _remodel_to = "Akashi/Kai", | ||
_fuel = 50, | _fuel = 50, | ||
_ammo = 10, | _ammo = 10, | ||
Line 63: | Line 65: | ||
_reading = "あかしかい", | _reading = "あかしかい", | ||
_class = "Akashi", | _class = "Akashi", | ||
+ | _class_number = 1, | ||
_type = 19, | _type = 19, | ||
_hp = 45, | _hp = 45, | ||
Line 93: | Line 96: | ||
_remodel_steel = 1500, | _remodel_steel = 1500, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
+ | _remodel_from = "Akashi/", | ||
_fuel = 55, | _fuel = 55, | ||
_ammo = 15, | _ammo = 15, |
Revision as of 08:34, 8 April 2015
Documentation for this module may be created at Module:Data/Ship/Akashi/doc
local Akashi = {
[""] = {
_name = "Akashi",
_rarity = 6,
_id = 182,
_true_id = false,
_card = "182 Card.jpg",
_battle_card = "Akashi card.png",
_japanese_name = "明石",
_reading = "あかし",
_class = "Akashi",
_class_number = 1,
_type = 19,
_hp = 39,
_hp_max = 48,
_firepower = 4,
_firepower_max = 14,
_firepower_mod = false,
_armor = 7,
_armor_max = 19,
_armor_mod = 1,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 8,
_evasion_max = 29,
_aa = 10,
_aa_max = 24,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 1,
_los_max = 5,
_range = 1,
_luck = 10,
_luck_max = 39,
_luck_mod = false,
_buildable = false,
_buildable_lsc = false,
_build_time = 220,
_remodel_level = false,
_remodel_to = "Akashi/Kai",
_fuel = 50,
_ammo = 10,
_scrap_fuel = 3,
_scrap_ammo = 1,
_scrap_steel = 15,
_scrap_baux = 3,
_equipment = {
{equipment = "Ship Repair Facility", size = 0},
{equipment = "25mm Twin Autocannon Mount", size = 0},
{equipment = false, size = 0},
},
},
["Kai"] = {
_name = "Akashi",
_suffix = "Kai",
_rarity = 7,
_id = 187,
_true_id = false,
_battle_card = "Akashi kai card.jpg",
_card = "187 Card.jpg",
_japanese_name = "明石改",
_reading = "あかしかい",
_class = "Akashi",
_class_number = 1,
_type = 19,
_hp = 45,
_hp_max = 58,
_firepower = 6,
_firepower_max = 24,
_firepower_mod = false,
_armor = 9,
_armor_max = 27,
_armor_mod = 1,
_torpedo = 0,
_torpedo_max = false,
_torpedo_mod = false,
_evasion = 10,
_evasion_max = 39,
_aa = 16,
_aa_max = 36,
_aa_mod = 1,
_asw = 0,
_asw_max = false,
_speed = 5,
_los = 2,
_los_max = 6,
_range = 1,
_luck = 12,
_luck_max = 49,
_luck_mod = false,
_remodel_level = 35,
_remodel_ammo = 200,
_remodel_steel = 1500,
_remodel_blueprint = false,
_remodel_from = "Akashi/",
_fuel = 55,
_ammo = 15,
_scrap_fuel = 3,
_scrap_ammo = 2,
_scrap_steel = 16,
_scrap_baux = 3,
_equipment = {
{equipment = "Ship Repair Facility", size = 0},
{equipment = "12.7cm Twin High-angle Gun Mount", size = 0},
{equipment = "25mm Twin Autocannon Mount", size = 0},
{equipment = false, size = 0},
},
},
class = {
_name = "Akashi",
_class = true,
_base_type = 19,
},
}
return Akashi