- 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/533mm Triple Torpedo Mount"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Filled improvement table based on info from akashi-list.me) |
Jigaraphale (talk | contribs) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "533mm Triple Torpedo Mount", | |
− | + | _id = 283, | |
− | + | _japanese_name = "533mm 三連装魚雷", | |
− | + | _reading = "533ミリさんれんそうぎょらい", | |
− | + | _type = 5, | |
− | + | _icon = 5, | |
− | + | _types = {2, 3, 5, 5, 0}, | |
− | + | _rarity = 2, | |
− | + | _firepower = 1, | |
− | + | _bombing = false, | |
− | + | _torpedo = 5, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 1, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = 1, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 1, | |
− | + | _scrap_steel = 1, | |
− | + | _scrap_bauxite = false, | |
− | + | _version = 2, | |
− | + | _info = "北の国の艦艇用魚雷装備です。<br>北の国から来た艦艇にはもちろん、信頼できるあのコにも装備させてあげたいですね。<br>хорошо!", | |
− | + | _info_en = "This is torpedo equipment for ships from the Northern country.<br>Not only can it be equipped on northern country ships, but the faithful one can equip it as well.<br>Khorosho!", | |
− | + | _wikipedia = "Type 53 torpedo", | |
− | + | _buildable = false, | |
− | + | _improvements = { | |
− | + | _ammo = 90, | |
− | + | _bauxite = 30, | |
− | + | _fuel = 60, | |
− | + | _products = { | |
− | + | [false] = { | |
− | + | ["0"] = { | |
− | + | _development_material = 3, | |
− | + | _development_material_x = 4, | |
− | + | _equipment = { | |
− | + | ["61cm Triple Torpedo Mount"] = 1, | |
− | + | }, | |
− | + | _improvement_material = 2, | |
− | + | _improvement_material_x = 3, | |
− | + | }, | |
− | + | ["6"] = { | |
− | + | _development_material = 6, | |
− | + | _development_material_x = 8, | |
− | + | _equipment = { | |
− | + | ["61cm Quadruple (Oxygen) Torpedo Mount"] = 2, | |
− | + | }, | |
− | + | _improvement_material = 3, | |
− | + | _improvement_material_x = 4, | |
− | + | }, | |
− | + | _ships = { | |
− | + | ["Tashkent/"] = { | |
+ | Friday = true, | ||
+ | Monday = true, | ||
+ | Saturday = true, | ||
+ | Sunday = true, | ||
+ | Thursday = true, | ||
+ | Tuesday = true, | ||
+ | Wednesday = true, | ||
+ | }, | ||
+ | ["Tashkent/Kai"] = { | ||
+ | Friday = true, | ||
+ | Monday = true, | ||
+ | Saturday = true, | ||
+ | Sunday = true, | ||
+ | Thursday = true, | ||
+ | Tuesday = true, | ||
+ | Wednesday = true, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | _steel = 70, | ||
+ | }, | ||
} | } |
Latest revision as of 07:40, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/533mm Triple Torpedo Mount/doc
return {
_name = "533mm Triple Torpedo Mount",
_id = 283,
_japanese_name = "533mm 三連装魚雷",
_reading = "533ミリさんれんそうぎょらい",
_type = 5,
_icon = 5,
_types = {2, 3, 5, 5, 0},
_rarity = 2,
_firepower = 1,
_bombing = false,
_torpedo = 5,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = 1,
_scrap_bauxite = false,
_version = 2,
_info = "北の国の艦艇用魚雷装備です。<br>北の国から来た艦艇にはもちろん、信頼できるあのコにも装備させてあげたいですね。<br>хорошо!",
_info_en = "This is torpedo equipment for ships from the Northern country.<br>Not only can it be equipped on northern country ships, but the faithful one can equip it as well.<br>Khorosho!",
_wikipedia = "Type 53 torpedo",
_buildable = false,
_improvements = {
_ammo = 90,
_bauxite = 30,
_fuel = 60,
_products = {
[false] = {
["0"] = {
_development_material = 3,
_development_material_x = 4,
_equipment = {
["61cm Triple Torpedo Mount"] = 1,
},
_improvement_material = 2,
_improvement_material_x = 3,
},
["6"] = {
_development_material = 6,
_development_material_x = 8,
_equipment = {
["61cm Quadruple (Oxygen) Torpedo Mount"] = 2,
},
_improvement_material = 3,
_improvement_material_x = 4,
},
_ships = {
["Tashkent/"] = {
Friday = true,
Monday = true,
Saturday = true,
Sunday = true,
Thursday = true,
Tuesday = true,
Wednesday = true,
},
["Tashkent/Kai"] = {
Friday = true,
Monday = true,
Saturday = true,
Sunday = true,
Thursday = true,
Tuesday = true,
Wednesday = true,
},
},
},
},
_steel = 70,
},
}