- 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/Z3"
< 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 = 150, | _remodel_ammo = 150, | ||
_remodel_steel = 170, | _remodel_steel = 170, | ||
+ | _remodel_development_material = false, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
_remodel_catapult = false, | _remodel_catapult = false, | ||
Line 158: | Line 159: | ||
_remodel_ammo = 300, | _remodel_ammo = 300, | ||
_remodel_steel = 350, | _remodel_steel = 350, | ||
+ | _remodel_development_material = false, | ||
_remodel_blueprint = false, | _remodel_blueprint = false, | ||
_remodel_catapult = false, | _remodel_catapult = false, |
Revision as of 23:30, 25 September 2015
Documentation for this module may be created at Module:Data/Ship/Z3/doc
--Categories:
--[[Category:Player ship modules]]
local Z3 = {
[""] = {
_name = "Z3",
_localized_name = "Max Schultz",
_rarity = 5,
_api_id = 175,
_id = 175,
_true_id = false,
_japanese_name = "Z3",
_reading = "マックス・シュルツ",
_class = "Type 1934",
_class_number = 3,
_type = 2,
_hp = 18,
_hp_max = 29,
_firepower = 8,
_firepower_max = 26,
_firepower_mod = 1,
_armor = 8,
_armor_max = 22,
_armor_mod = false,
_torpedo = 24,
_torpedo_max = 60,
_torpedo_mod = 1,
_evasion = 36,
_evasion_max = 76,
_aa = 12,
_aa_max = 42,
_aa_mod = false,
_asw = 32,
_asw_max = 64,
_speed = 10,
_los = 6,
_los_max = 24,
_range = 1,
_luck = 6,
_luck_max = 39,
_luck_mod = false,
_buildable = true,
_buildable_lsc = false,
_build_time = 24,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Z3/Kai",
_fuel = 20,
_ammo = 20,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = 6,
_scrap_baux = false,
_equipment = {
{equipment = "12.7cm Single Gun Mount", size = 0},
{equipment = false, size = 0},
{equipment = false, size = 0},
},
},
["Kai"] = {
_name = "Z3",
_localized_name = "Max Schultz",
_suffix = "Kai",
_rarity = 6,
_api_id = 311,
_id = 175,
_true_id = 1407,
_cg_reference = "/",
_cg_damaged_reference = "/",
_japanese_name = "Z3改",
_reading = "マックス・シュルツかい",
_class = "Type 1934",
_class_number = 3,
_type = 2,
_hp = 33,
_hp_max = 59,
_firepower = 11,
_firepower_max = 45,
_firepower_mod = 1,
_armor = 15,
_armor_max = 45,
_armor_mod = false,
_torpedo = 25,
_torpedo_max = 70,
_torpedo_mod = 1,
_evasion = 41,
_evasion_max = 79,
_aa = 15,
_aa_max = 45,
_aa_mod = false,
_asw = 36,
_asw_max = 69,
_speed = 10,
_los = 8,
_los_max = 42,
_range = 1,
_luck = 12,
_luck_max = 49,
_luck_mod = false,
_remodel_level = 30,
_remodel_ammo = 150,
_remodel_steel = 170,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Z3/",
_remodel_to = "Z3/zwei",
_fuel = 20,
_ammo = 25,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = 6,
_scrap_baux = false,
_equipment = {
{equipment = "12.7cm Single Gun Mount", size = 0},
{equipment = false, size = 0},
{equipment = false, size = 0},
},
},
["zwei"] = {
_name = "Z3",
_localized_name = "Max Schultz",
_suffix = "zwei",
_rarity = 7,
_api_id = 180,
_id = 180,
_true_id = false,
_japanese_name = "Z3 zwei",
_reading = "マックス・シュルツ ツヴァイ",
_class = "Type 1934",
_class_number = 3,
_type = 2,
_hp = 35,
_hp_max = 59,
_firepower = 10,
_firepower_max = 47,
_firepower_mod = 1,
_armor = 18,
_armor_max = 53,
_armor_mod = false,
_torpedo = 27,
_torpedo_max = 71,
_torpedo_mod = 1,
_evasion = 43,
_evasion_max = 84,
_aa = 24,
_aa_max = 68,
_aa_mod = false,
_asw = 37,
_asw_max = 69,
_speed = 10,
_los = 9,
_los_max = 43,
_range = 1,
_luck = 15,
_luck_max = 49,
_luck_mod = false,
_remodel_level = 70,
_remodel_ammo = 300,
_remodel_steel = 350,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Z3/Kai",
_remodel_to = false,
_fuel = 20,
_ammo = 25,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = 6,
_scrap_baux = false,
_equipment = {
{equipment = "3.7cm FlaK M42", size = 0},
{equipment = "12.7cm Single Gun Mount", size = 0},
{equipment = false, size = 0},
},
},
}
return Z3