- 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/Type124 ASDIC"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (3 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Type124 ASDIC", | |
− | + | _id = 260, | |
− | + | _japanese_name = "Type124 ASDIC", | |
− | + | _reading = nil, | |
− | + | _type = 14, | |
− | + | _icon = 18, | |
− | + | _types = {7, 10, 14, 18, 0}, | |
− | + | _rarity = 3, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = 11, | |
− | + | _shelling_accuracy = 2, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 1, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _special = false, | |
− | + | _scrap_fuel = false, | |
− | + | _scrap_ammo = false, | |
− | + | _scrap_steel = 1, | |
− | + | _scrap_bauxite = 4, | |
− | + | _info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、<br>Anti-Submarine Detection Investigation Committeeで<br>開発された対潜探知システムです。「ASDIC」と呼ばれた同シ<br>ステム群は進化を重ね、今日のアクティブソナーへと発展して<br>いきます。124型は大戦初期から運用されていた駆逐艦に搭載<br>されました。", | |
− | + | _buildable = false, | |
− | + | _improvements = true, | |
} | } |
Revision as of 13:07, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Type124 ASDIC/doc
return {
_name = "Type124 ASDIC",
_id = 260,
_japanese_name = "Type124 ASDIC",
_reading = nil,
_type = 14,
_icon = 18,
_types = {7, 10, 14, 18, 0},
_rarity = 3,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = 11,
_shelling_accuracy = 2,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = 1,
_scrap_bauxite = 4,
_info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、<br>Anti-Submarine Detection Investigation Committeeで<br>開発された対潜探知システムです。「ASDIC」と呼ばれた同シ<br>ステム群は進化を重ね、今日のアクティブソナーへと発展して<br>いきます。124型は大戦初期から運用されていた駆逐艦に搭載<br>されました。",
_buildable = false,
_improvements = true,
}