• 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"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 44: Line 44:
 
_build_time = 200,
 
_build_time = 200,
 
_remodel_level = false,
 
_remodel_level = false,
_remodel_to "I-401/Kai",
+
_remodel_from = false,
 +
_remodel_to = "I-401/Kai",
 
_fuel = 20,
 
_fuel = 20,
 
_ammo = 15,
 
_ammo = 15,
Line 101: Line 102:
 
_remodel_blueprint = false,
 
_remodel_blueprint = false,
 
_remodel_from = "I-401/",
 
_remodel_from = "I-401/",
 +
_remodel_to = false,
 
_fuel = 25,
 
_fuel = 25,
 
_ammo = 30,
 
_ammo = 30,

Revision as of 12:32, 10 April 2015

Documentation for this module may be created at Module:Data/Ship/I-401/doc

local I_401 = {
	[""] = {
		_name = "I-401",
		_nick = "Shioi",
		_rarity = 6,
		_id = 155,
		_true_id = false,
		_card = "155.png",
		_battle_card = "I-401 card.png",
		_japanese_name = "伊401",
		_japanese_nick = "しおい",
		_reading = "い401",
		_reading_nick = false,
		_class = "Sentoku",
		_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},
		},
	},
	["Kai"] = {
		_name = "I-401",
		_nick = "Shioi",
		_suffix = "Kai",
		_rarity = 7,
		_id = 155,
		_true_id = 503,
		_card = "155M.jpg",
		_battle_card = "I-401 kai card.jpg",
		_japanese_name = "伊401改",
		_japanese_nick = "しおい",
		_reading = "い401かい",
		_reading_nick = false,
		_class = "Sentoku",
		_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_blueprint = 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},
		},
	},
}

return I_401