- 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/Shinden Kai"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (11 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Shinden Kai", | |
− | + | _localized_name = "Magnificent Lightning Kai", | |
− | + | _id = 56, | |
− | + | _japanese_name = "震電改", | |
− | + | _reading = "しんでんかい", | |
− | + | _type = 6, | |
− | + | _icon = 6, | |
− | + | _types = {3, 5, 6, 6, 20}, | |
− | + | _rarity = 5, | |
− | + | _back = 4, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 15, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _flight_cost = 9, | |
− | + | _flight_range = 2, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 2, | |
− | + | _scrap_ammo = 3, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 28, | |
− | + | _version = 3, | |
− | + | _wikipedia = "Kyushu J7W", | |
− | + | _buildable = false, | |
− | + | _improvements = false, | |
− | |||
} | } |
Revision as of 12:19, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Shinden Kai/doc
return {
_name = "Shinden Kai",
_localized_name = "Magnificent Lightning Kai",
_id = 56,
_japanese_name = "震電改",
_reading = "しんでんかい",
_type = 6,
_icon = 6,
_types = {3, 5, 6, 6, 20},
_rarity = 5,
_back = 4,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 15,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 9,
_flight_range = 2,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 3,
_scrap_steel = false,
_scrap_bauxite = 28,
_version = 3,
_wikipedia = "Kyushu J7W",
_buildable = false,
_improvements = false,
}