- 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 13 Air Radar Kai (Late Model)"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "return { _name = "Type 13 Air Radar Kai (Late Model)", _id = 450, _japanese_name = "13号対空電探改(後期型)", _reading = nil, _type = 12, -- 5,8,12,11,0 _i...") |
Jigaraphale (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
_japanese_name = "13号対空電探改(後期型)", | _japanese_name = "13号対空電探改(後期型)", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 12, | + | _type = 12, |
_icon = 11, | _icon = 11, | ||
+ | _types = {5, 8, 12, 11, 0}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = false, | _firepower = false, | ||
Line 20: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
Line 27: | Line 26: | ||
_scrap_steel = 10, | _scrap_steel = 10, | ||
_scrap_bauxite = 12, | _scrap_bauxite = 12, | ||
+ | _info = "艦載用対空電探の戦訓を活かした改良後期型です。<br>比較的信頼性も高く、小型軽量で駆逐艦等への装備も可能だった「13号対空電探」に、第一線の駆逐艦等で運用された戦訓を盛り込み、現場と技術者達がさらに改良を加えたif改良小型対空電探です。<br>水雷戦隊の眼として活躍します。", | ||
+ | _info_en = "This is a late-model shipborne anti-air RADAR improved with lessons learned from combat.<br>The \"Type 13 Air RADAR\" was relatively reliable. Compact and lightweight, it was equipped on destroyers and the like. Incorporating lessons learned by the frontline destroyers, this small RADAR is a what-if version with upgrades done by engineers on site.<br>It will prove its worth as the eyes of torpedo squadrons.", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = true, | |
} | } |
Latest revision as of 21:15, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Type 13 Air Radar Kai (Late Model)/doc
return {
_name = "Type 13 Air Radar Kai (Late Model)",
_id = 450,
_japanese_name = "13号対空電探改(後期型)",
_reading = nil,
_type = 12,
_icon = 11,
_types = {5, 8, 12, 11, 0},
_rarity = 4,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 6,
_armor = false,
_asw = false,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 3,
_los = 5,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = 10,
_scrap_bauxite = 12,
_info = "艦載用対空電探の戦訓を活かした改良後期型です。<br>比較的信頼性も高く、小型軽量で駆逐艦等への装備も可能だった「13号対空電探」に、第一線の駆逐艦等で運用された戦訓を盛り込み、現場と技術者達がさらに改良を加えたif改良小型対空電探です。<br>水雷戦隊の眼として活躍します。",
_info_en = "This is a late-model shipborne anti-air RADAR improved with lessons learned from combat.<br>The \"Type 13 Air RADAR\" was relatively reliable. Compact and lightweight, it was equipped on destroyers and the like. Incorporating lessons learned by the frontline destroyers, this small RADAR is a what-if version with upgrades done by engineers on site.<br>It will prove its worth as the eyes of torpedo squadrons.",
_buildable = false,
_improvements = true,
}