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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Maruyu = { [""] = { _name = "Maruyu", _rarity = 5, _id = 163, _true_id = false, _card = "163.jpg", _japanese_name = "まるゆ", _reading = false, _clas...")
 
com>Ckwng
(Fix Maruyu Kai mod values)
Line 66: Line 66:
 
_armor = 2,
 
_armor = 2,
 
_armor_max = 11,
 
_armor_max = 11,
_armor_mod = false,
+
_armor_mod = 1,
 
_torpedo = 0,
 
_torpedo = 0,
 
_torpedo_max = 19,
 
_torpedo_max = 19,
_torpedo_mod = 2,
+
_torpedo_mod = 1,
 
_evasion = 9,
 
_evasion = 9,
 
_evasion_max = 29,
 
_evasion_max = 29,

Revision as of 22:04, 7 March 2015

Documentation for this module may be created at Module:Data/Ship/Maruyu/doc

local Maruyu = {
	[""] = {
		_name = "Maruyu",
		_rarity = 5,
		_id = 163,
		_true_id = false,
		_card = "163.jpg",
		_japanese_name = "まるゆ",
		_reading = false,
		_class = "Type 3 Submergence Transport Vehicle",
		_type = 13,
		_hp = 6,
		_hp_max = 9,
		_firepower = 1,
		_firepower_max = 3,
		_firepower_mod = false,
		_armor = 2,
		_armor_max = 9,
		_armor_mod = 1,
		_torpedo = 0,
		_torpedo_max = 9,
		_torpedo_mod = false,
		_evasion = 9,
		_evasion_max = 19,
		_aa = 0,
		_aa_max = false,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 1,
		_los_max = 9,
		_range = 1,
		_luck = 7,
		_luck_max = 77,
		_luck_mod = 1.2,
		_buildable = false,
		_buildable_lsc = true,
		_build_time = 17,
		_remodel_level = false,
		_fuel = 10,
		_ammo = 5,
		_scrap_fuel = 1,
		_scrap_ammo = false,
		_scrap_steel = 1,
		_scrap_baux = false,
		_equipment = {
		},
	},
	["Kai"] = {
		_name = "Maruyu",
		_suffix = "Kai",
		_rarity = 6,
		_id = 163,
		_true_id = 502,
		_card = "163M.jpg",
		_japanese_name = "まるゆ改",
		_reading = "まるゆかい",
		_class = "Type 3 Submergence Transport Vehicle",
		_type = 13,
		_hp = 7,
		_hp_max = 13,
		_firepower = 1,
		_firepower_max = 5,
		_firepower_mod = false,
		_armor = 2,
		_armor_max = 11,
		_armor_mod = 1,
		_torpedo = 0,
		_torpedo_max = 19,
		_torpedo_mod = 1,
		_evasion = 9,
		_evasion_max = 29,
		_aa = 0,
		_aa_max = false,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 5,
		_los = 1,
		_los_max = 19,
		_range = 1,
		_luck = 7,
		_luck_max = 77,
		_luck_mod = 1.6,
		_remodel_level = 20,
		_remodel_ammo = 20,
		_remodel_steel = 50,
		_remodel_blueprint = false,
		_fuel = 10,
		_ammo = 10,
		_scrap_fuel = 1,
		_scrap_ammo = false,
		_scrap_steel = 2,
		_scrap_baux = false,
		_equipment = {
			{equipment = false, size = 0},
		},
	},
}

return Maruyu