• 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/Enemy/Destroyer Ro-Class"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
Line 7: Line 7:
 
_battle_card = "DD_Ro_Class.jpg",
 
_battle_card = "DD_Ro_Class.jpg",
 
_japanese_name = "駆逐ロ級",
 
_japanese_name = "駆逐ロ級",
_reading = "くちくかんロきゅう",
+
_reading = "くちくロきゅう",
 
_type = 2,
 
_type = 2,
 
_hp = 22,
 
_hp = 22,
Line 34: Line 34:
 
_battle_card = "DD_Ro_Class2.png",
 
_battle_card = "DD_Ro_Class2.png",
 
_japanese_name = "駆逐ロ級elite",
 
_japanese_name = "駆逐ロ級elite",
_reading = "くちくかんロきゅうエリート",
+
_reading = "くちくロきゅうエリート",
 
_type = 2,
 
_type = 2,
 
_hp = 35,
 
_hp = 35,
Line 61: Line 61:
 
_battle_card = "DD_Ro_Class3.png",
 
_battle_card = "DD_Ro_Class3.png",
 
_japanese_name = "駆逐ロ級flagship",
 
_japanese_name = "駆逐ロ級flagship",
_reading = "くちくかんロきゅうフラグシップ",
+
_reading = "くちくロきゅうフラグシップ",
 
_type = 2,
 
_type = 2,
 
_hp = 43,
 
_hp = 43,
Line 89: Line 89:
 
_battle_card = "DD_Ro_Class_4.png",
 
_battle_card = "DD_Ro_Class_4.png",
 
_japanese_name = "駆逐ロ級後期型",
 
_japanese_name = "駆逐ロ級後期型",
_reading = "くちくかんロきゅうこうきがた",
+
_reading = "くちくロきゅうこうきがた",
 
_type = 2,
 
_type = 2,
 
_hp = 35,
 
_hp = 35,

Revision as of 13:47, 23 April 2015

Documentation for this module may be created at Module:Data/Enemy/Destroyer Ro-Class/doc

local Destroyer_Ro_Class = {
	[""] = {
		_name = "Destroyer Ro-Class",
		_rarity = 0,
		_back = -1,
		_id = 502,
		_battle_card = "DD_Ro_Class.jpg",
		_japanese_name = "駆逐ロ級",
		_reading = "くちくロきゅう",
		_type = 2,
		_hp = 22,
		_firepower = 7,
		_armor = 6,
		_torpedo = 16,
		_evasion = 15,
		_aa = 7,
		_asw = 25,
		_speed = 10,
		_los = 3,
		_range = 1,
		_luck = 1,
		_as_rating = false,
		_equipment = {
			{equipment = "5inch Twin Gun Mount", size = 0},
			{equipment = false, size = 0},
		},
	},
	["Elite"] = {
		_name = "Destroyer Ro-Class",
		_suffix = "Elite",
		_rarity = 0,
		_back = -2,
		_id = 515,
		_battle_card = "DD_Ro_Class2.png",
		_japanese_name = "駆逐ロ級elite",
		_reading = "くちくロきゅうエリート",
		_type = 2,
		_hp = 35,
		_firepower = 20,
		_armor = 12,
		_torpedo = 32,
		_evasion = 30,
		_aa = 12,
		_asw = 35,
		_speed = 10,
		_los = 6,
		_range = 1,
		_luck = 10,
		_as_rating = false,
		_equipment = {
			{equipment = "5inch Twin Gun Mount", size = 0},
			{equipment = "21inch Torpedo Late Model", size = 0},
		},
	},
	["Flagship"] = {
		_name = "Destroyer Ro-Class",
		_suffix = "Flagship",
		_rarity = 0,
		_back = -3,
		_id = 552,
		_battle_card = "DD_Ro_Class3.png",
		_japanese_name = "駆逐ロ級flagship",
		_reading = "くちくロきゅうフラグシップ",
		_type = 2,
		_hp = 43,
		_firepower = 33,
		_armor = 24,
		_torpedo = 60,
		_evasion = 52,
		_aa = 20,
		_asw = 55,
		_speed = 10,
		_los = 10,
		_range = 1,
		_luck = 20,
		_as_rating = false,
		_equipment = {
			{equipment = "5inch Twin Gun Mount", size = 0},
			{equipment = "High-speed Abyssal Torpedo", size = 0},
			{equipment = "Abyssal Depth Charge Projector", size = 0},
		},
	},
	["Late Model"] = {
		_name = "Destroyer Ro-Class",
		_suffix = "Late Model",
		_rarity = 0,
		_back = -7,
		_id = 576,
		_battle_card = "DD_Ro_Class_4.png",
		_japanese_name = "駆逐ロ級後期型",
		_reading = "くちくロきゅうこうきがた",
		_type = 2,
		_hp = 35,
		_firepower = 38,
		_armor = 22,
		_torpedo = 60,
		_evasion = 48,
		_aa = 30,
		_asw = 72,
		_speed = 10,
		_los = 20,
		_range = 1,
		_luck = 30,
		_as_rating = false,
		_equipment = {
			{equipment = "5inch Twin Gun Mount", size = 0},
			{equipment = "Abyssal Sonar Mk.II", size = 0},
			{equipment = "Abyssal Depth Charge Projector", size = 0},
		},
	},
}
 
return Destroyer_Ro_Class