- 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 98 Reconnaissance Seaplane (Night Recon)"
< Module:Data | Equipment
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
[false] = { | [false] = { | ||
_ships = { | _ships = { | ||
− | ["Sendai/Kai Ni"] = {Sunday = | + | ["Sendai/Kai Ni"] = {Sunday = true, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = true, Saturday = true}, |
}, | }, | ||
[0] = { | [0] = { | ||
Line 48: | Line 48: | ||
}, | }, | ||
[6] = { | [6] = { | ||
− | _development_material = | + | _development_material = 5, |
− | _development_material_x = | + | _development_material_x = 9, |
− | _improvement_material = | + | _improvement_material = 4, |
− | _improvement_material_x = | + | _improvement_material_x = 8, |
− | _equipment = {[""] = | + | _equipment = {["Type 0 Reconnaissance Seaplane"] = 2}, |
}, | }, | ||
}, | }, |
Revision as of 17:10, 23 April 2016
Documentation for this module may be created at Module:Data/Equipment/Type 98 Reconnaissance Seaplane (Night Recon)/doc
--Categories:
--[[Category:Equipment modules]]
local Type_98_Reconnaissance_Seaplane_Night_Recon = {
_name = "Type 98 Reconnaissance Seaplane (Night Recon)",
_page = false,
_id = 102,
_japanese_name = "九八式水上偵察機(夜偵)",
_reading = "きゅうはちしきすいじょうていさつき(やてい)",
_type = 10,
_icon = 10,
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = 1,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = false,
_los = 3,
_speed = false,
_luck = false,
_range = false,
_special = "Has a chance to provide bonuses in night battle",
_scrap_fuel = 2,
_scrap_ammo = 1,
_scrap_steel = false,
_scrap_bauxite = 4,
_buildable = false,
_improvements = {
_fuel = 100,
_ammo = 30,
_steel = false,
_bauxite = 480,
_products = {
[false] = {
_ships = {
["Sendai/Kai Ni"] = {Sunday = true, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = true, Saturday = true},
},
[0] = {
_development_material = 4,
_development_material_x = 7,
_improvement_material = 3,
_improvement_material_x = 4,
_equipment = {["Type 0 Reconnaissance Seaplane"] = 1},
},
[6] = {
_development_material = 5,
_development_material_x = 9,
_improvement_material = 4,
_improvement_material_x = 8,
_equipment = {["Type 0 Reconnaissance Seaplane"] = 2},
},
},
},
},
}
return Type_98_Reconnaissance_Seaplane_Night_Recon