• 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/Equipment/Raiden"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
Line 9: Line 9:
 
_reading = "らいでん",
 
_reading = "らいでん",
 
_type = 48,
 
_type = 48,
 +
_types = { 22, 39, 48, 38, 18 },
 
_icon = 38,
 
_icon = 38,
 
_rarity = 4,
 
_rarity = 4,

Revision as of 20:13, 13 December 2017

Documentation for this module may be created at Module:Data/Equipment/Raiden/doc

--Categories:
--[[Category:Equipment modules]]

local Raiden = {
	_name = "Raiden",
	_page = false,
	_id = 175,
	_japanese_name = "雷電",
	_reading = "らいでん",
	_type = 48,
	_types = { 22, 39, 48, 38, 18 },
	_icon = 38,
	_rarity = 4,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 6,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 5,
	_torpedo_accuracy = false,
	_evasion = 2,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 6,
	_flight_range = 2,
	_special = false,
	_scrap_fuel = 3,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 7,
	_buildable = false,
	_improvements = false,
}

return Raiden