- 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/25mm Triple Autocannon Mount (Concentrated Deployment)"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng |
(test edit, also now improvable) |
||
Line 30: | Line 30: | ||
_scrap_bauxite = 1, | _scrap_bauxite = 1, | ||
_buildable = false, | _buildable = false, | ||
− | |||
_upgradable_from = "25mm Triple Autocannon Mount", | _upgradable_from = "25mm Triple Autocannon Mount", | ||
+ | _improvements = { | ||
+ | _fuel = 0, | ||
+ | _ammo = 90, | ||
+ | _steel = 90, | ||
+ | _bauxite = 150, | ||
+ | _products = { | ||
+ | [false] = { | ||
+ | _ships = { | ||
+ | ["Maya/Kai Ni/"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = true, Saturday = nil}, | ||
+ | }, | ||
+ | [0] = { | ||
+ | _development_material = 3, | ||
+ | _development_material_x = 5, | ||
+ | _improvement_material = 3, | ||
+ | _improvement_material_x = 5, | ||
+ | _equipment = {["25mm Triple Autocannon Mount"] = 3}, | ||
+ | }, | ||
+ | [6] = { | ||
+ | _development_material = nil, | ||
+ | _development_material_x = nil, | ||
+ | _improvement_material = nil, | ||
+ | _improvement_material_x = nil, | ||
+ | _equipment = {[""] = nil}, | ||
+ | }, | ||
+ | [10] = { | ||
+ | _development_material = nil, | ||
+ | _development_material_x = nil, | ||
+ | _improvement_material = nil, | ||
+ | _improvement_material_x = nil, | ||
+ | _equipment = {[""] = nil}, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
} | } | ||
return _25mm_Triple_Autocannon_Mount_Concentrated_Deployment | return _25mm_Triple_Autocannon_Mount_Concentrated_Deployment |
Revision as of 10:35, 4 November 2016
Documentation for this module may be created at Module:Data/Equipment/25mm Triple Autocannon Mount (Concentrated Deployment)/doc
--Categories:
--[[Category:Equipment modules]]
local _25mm_Triple_Autocannon_Mount_Concentrated_Deployment = {
_name = "25mm Triple Autocannon Mount (Concentrated Deployment)",
_strict_name = "25mm Triple Autocannon Mount Concentrated Deployment",
_id = 131,
_japanese_name = "25mm三連装機銃 集中配備",
_reading = "25みりさんれんそうきじゅう しゅうちゅうはいび",
_type = 21,
_icon = 15,
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 9,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 5,
_scrap_steel = 2,
_scrap_bauxite = 1,
_buildable = false,
_upgradable_from = "25mm Triple Autocannon Mount",
_improvements = {
_fuel = 0,
_ammo = 90,
_steel = 90,
_bauxite = 150,
_products = {
[false] = {
_ships = {
["Maya/Kai Ni/"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = true, Saturday = nil},
},
[0] = {
_development_material = 3,
_development_material_x = 5,
_improvement_material = 3,
_improvement_material_x = 5,
_equipment = {["25mm Triple Autocannon Mount"] = 3},
},
[6] = {
_development_material = nil,
_development_material_x = nil,
_improvement_material = nil,
_improvement_material_x = nil,
_equipment = {[""] = nil},
},
[10] = {
_development_material = nil,
_development_material_x = nil,
_improvement_material = nil,
_improvement_material_x = nil,
_equipment = {[""] = nil},
},
},
},
},
}
return _25mm_Triple_Autocannon_Mount_Concentrated_Deployment