- 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/Type 2 12cm Mortar Kai"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Add improvement data) |
|||
Line 31: | Line 31: | ||
_buildable = false, | _buildable = false, | ||
_info = "元々は大戦後半期に日本陸軍が開発した陸戦用の迫撃砲です。十分な対潜装備のなかった陸軍の船舶などに搭載され、前方投射型の対潜火器としても運用されました。本兵装は同迫撃砲をさらに改良した艦載用強化型です。爆雷投射機の代替として、また限定的ながら対地攻撃も可能です。", | _info = "元々は大戦後半期に日本陸軍が開発した陸戦用の迫撃砲です。十分な対潜装備のなかった陸軍の船舶などに搭載され、前方投射型の対潜火器としても運用されました。本兵装は同迫撃砲をさらに改良した艦載用強化型です。爆雷投射機の代替として、また限定的ながら対地攻撃も可能です。", | ||
+ | _improvements = { | ||
+ | _fuel = 20, | ||
+ | _ammo = 120, | ||
+ | _steel = 30, | ||
+ | _bauxite = 10, | ||
+ | _products = { | ||
+ | ["Type 2 12cm Mortar Kai (Concentrated Deployment)"] = { | ||
+ | _ships = { | ||
+ | ["Akitsumaru/Kai"] = {Sunday = true, Monday = true, Tuesday = true, Wednesday = true, Thursday = true, Friday = true, Saturday = true}, | ||
+ | ["Nisshin/A"] = {Sunday = true, Monday = true, Tuesday = true, Wednesday = true, Thursday = true, Friday = true, Saturday = true}, | ||
+ | ["Kamikaze"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = true, Friday = true, Saturday = nil}, | ||
+ | }, | ||
+ | [0] = { | ||
+ | _development_material = 2, | ||
+ | _development_material_x = nil, | ||
+ | _improvement_material = 2, | ||
+ | _improvement_material_x = nil, | ||
+ | _equipment = {["Drum Canister (Transport Use)"] = 1}, | ||
+ | }, | ||
+ | [6] = { | ||
+ | _development_material = 4, | ||
+ | _development_material_x = nil, | ||
+ | _improvement_material = 3, | ||
+ | _improvement_material_x = nil, | ||
+ | _equipment = {["Type 94 Depth Charge Projector"] = 1}, | ||
+ | }, | ||
+ | [10] = { | ||
+ | _development_material = 18, | ||
+ | _development_material_x = 30, | ||
+ | _improvement_material = 6, | ||
+ | _improvement_material_x = 9, | ||
+ | _equipment = { | ||
+ | ["Type 2 12cm Mortar Kai"] = 2, | ||
+ | ["Action Report"] = 1, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
} | } |
Revision as of 01:43, 9 August 2019
Documentation for this module may be created at Module:Data/Equipment/Type 2 12cm Mortar Kai/doc
-- [[Category:Equipment modules]]
return {
_name = "Type 2 12cm Mortar Kai",
_id = 346,
_japanese_name = "二式12cm迫撃砲改",
_reading = nil,
_type = 15, -- 7,32,15,17,0
_icon = 17,
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = 3,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = false,
_flight_cost = false,
_flight_range = false,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 2,
_scrap_steel = 1,
_scrap_bauxite = 1,
_buildable = false,
_info = "元々は大戦後半期に日本陸軍が開発した陸戦用の迫撃砲です。十分な対潜装備のなかった陸軍の船舶などに搭載され、前方投射型の対潜火器としても運用されました。本兵装は同迫撃砲をさらに改良した艦載用強化型です。爆雷投射機の代替として、また限定的ながら対地攻撃も可能です。",
_improvements = {
_fuel = 20,
_ammo = 120,
_steel = 30,
_bauxite = 10,
_products = {
["Type 2 12cm Mortar Kai (Concentrated Deployment)"] = {
_ships = {
["Akitsumaru/Kai"] = {Sunday = true, Monday = true, Tuesday = true, Wednesday = true, Thursday = true, Friday = true, Saturday = true},
["Nisshin/A"] = {Sunday = true, Monday = true, Tuesday = true, Wednesday = true, Thursday = true, Friday = true, Saturday = true},
["Kamikaze"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = true, Friday = true, Saturday = nil},
},
[0] = {
_development_material = 2,
_development_material_x = nil,
_improvement_material = 2,
_improvement_material_x = nil,
_equipment = {["Drum Canister (Transport Use)"] = 1},
},
[6] = {
_development_material = 4,
_development_material_x = nil,
_improvement_material = 3,
_improvement_material_x = nil,
_equipment = {["Type 94 Depth Charge Projector"] = 1},
},
[10] = {
_development_material = 18,
_development_material_x = 30,
_improvement_material = 6,
_improvement_material_x = 9,
_equipment = {
["Type 2 12cm Mortar Kai"] = 2,
["Action Report"] = 1,
},
},
},
},
},
}