- 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/Swordfish Mk.III Kai (Seaplane Model)"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (Botkaze moved page Module:Swordfish Mk.III Kai (Seaplane Model) to Module:Data/Equipment/Swordfish Mk.III Kai (Seaplane Model) without leaving a redirect) |
Jigaraphale (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "Swordfish Mk.III Kai (Seaplane Model)", | _name = "Swordfish Mk.III Kai (Seaplane Model)", | ||
Line 6: | Line 4: | ||
_japanese_name = "Swordfish Mk.III改(水上機型)", | _japanese_name = "Swordfish Mk.III改(水上機型)", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 11, | + | _type = 11, |
_icon = 10, | _icon = 10, | ||
+ | _types = {5, 43, 11, 10, 28}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = 4, | _firepower = 4, | ||
Line 29: | Line 28: | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = 3, | _scrap_bauxite = 3, | ||
+ | _info = "複葉非全金属製の旧世代機でありながら、高い信頼性と運用性を誇る、メカジキの名を持つ紅茶の国の艦上攻撃機。<br>旧式ながら赫々たる戦果をおさめた傑作機、その水上機型を強化改修、S9 Ospreyの後継機として輸出導入するif多用途作戦水上機、その初期モデルです。", | ||
+ | _info_en = "The Swordfish is a seaplane from the country of tea, and even though it is an old model, this non-metal biplane has excellent reliability and operability.<br>This masterwork has a magnificent service record, with this multirole seaplane being an early what-if model that has been improved for export to replace the S9 Osprey.", | ||
+ | _wikipedia = "Fairey Swordfish", | ||
_buildable = false, | _buildable = false, | ||
_improvements = { | _improvements = { | ||
− | + | _ammo = 350, | |
− | + | _bauxite = 350, | |
− | + | _fuel = 120, | |
− | + | _products = { | |
− | + | [false] = { | |
− | + | ["0"] = { | |
− | + | _development_material = 8, | |
− | + | _development_material_x = 9, | |
− | + | _equipment = { | |
− | + | Zuiun = 1, | |
− | + | }, | |
− | + | _improvement_material = 4, | |
− | + | _improvement_material_x = 5, | |
− | + | }, | |
− | + | ["6"] = { | |
− | + | _development_material = 10, | |
− | + | _development_material_x = 17, | |
− | + | _equipment = { | |
− | + | ["S9 Osprey"] = 1, | |
− | + | }, | |
− | + | _improvement_material = 7, | |
− | + | _improvement_material_x = 9, | |
− | + | }, | |
− | + | _ships = { | |
+ | ["Gotland/Andra"] = { | ||
+ | Friday = true, | ||
+ | Monday = false, | ||
+ | Saturday = true, | ||
+ | Sunday = true, | ||
+ | Thursday = true, | ||
+ | Tuesday = false, | ||
+ | Wednesday = false, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
}, | }, | ||
+ | _steel = false, | ||
}, | }, | ||
− | |||
} | } |
Latest revision as of 17:02, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Swordfish Mk.III Kai (Seaplane Model)/doc
return {
_name = "Swordfish Mk.III Kai (Seaplane Model)",
_id = 368,
_japanese_name = "Swordfish Mk.III改(水上機型)",
_reading = nil,
_type = 11,
_icon = 10,
_types = {5, 43, 11, 10, 28},
_rarity = 4,
_firepower = 4,
_bombing = 7,
_torpedo = 6,
_aa = false,
_armor = false,
_asw = 7,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = false,
_los = 3,
_speed = false,
_luck = false,
_range = false,
_flight_cost = 6,
_flight_range = 3,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 3,
_scrap_steel = false,
_scrap_bauxite = 3,
_info = "複葉非全金属製の旧世代機でありながら、高い信頼性と運用性を誇る、メカジキの名を持つ紅茶の国の艦上攻撃機。<br>旧式ながら赫々たる戦果をおさめた傑作機、その水上機型を強化改修、S9 Ospreyの後継機として輸出導入するif多用途作戦水上機、その初期モデルです。",
_info_en = "The Swordfish is a seaplane from the country of tea, and even though it is an old model, this non-metal biplane has excellent reliability and operability.<br>This masterwork has a magnificent service record, with this multirole seaplane being an early what-if model that has been improved for export to replace the S9 Osprey.",
_wikipedia = "Fairey Swordfish",
_buildable = false,
_improvements = {
_ammo = 350,
_bauxite = 350,
_fuel = 120,
_products = {
[false] = {
["0"] = {
_development_material = 8,
_development_material_x = 9,
_equipment = {
Zuiun = 1,
},
_improvement_material = 4,
_improvement_material_x = 5,
},
["6"] = {
_development_material = 10,
_development_material_x = 17,
_equipment = {
["S9 Osprey"] = 1,
},
_improvement_material = 7,
_improvement_material_x = 9,
},
_ships = {
["Gotland/Andra"] = {
Friday = true,
Monday = false,
Saturday = true,
Sunday = true,
Thursday = true,
Tuesday = false,
Wednesday = false,
},
},
},
},
_steel = false,
},
}