- 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/GFCS Mk.37"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "-- Category:Equipment modules return { _name = "GFCS Mk.37", _id = 307, _japanese_name = "GFCS Mk.37", _reading = nil, _type = 12, -- 5,8,12,11,0 _icon = 11, ...") |
(GitHub Action) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "GFCS Mk.37", | _name = "GFCS Mk.37", | ||
Line 6: | Line 4: | ||
_japanese_name = "GFCS Mk.37", | _japanese_name = "GFCS Mk.37", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 12, | + | _type = 12, |
_icon = 11, | _icon = 11, | ||
+ | _types = {5, 8, 12, 11, 0}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = 2, | _firepower = 2, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = 2, | _range = 2, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
Line 29: | Line 26: | ||
_scrap_steel = 20, | _scrap_steel = 20, | ||
_scrap_bauxite = 24, | _scrap_bauxite = 24, | ||
+ | _info = "米国で開発・実戦配備された射撃管制システムです。<br>機械式コンピュータを採用し、射撃指揮レーダー連動の発展性<br>を有する本射撃指揮システムは、駆逐艦などの小型艦艇だけで<br>なく、戦艦や巡洋艦などの大型艦にも幅広く採用されました。<br>レトロフューチャーな独特の外観も魅力です。", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Revision as of 13:00, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/GFCS Mk.37/doc
return {
_name = "GFCS Mk.37",
_id = 307,
_japanese_name = "GFCS Mk.37",
_reading = nil,
_type = 12,
_icon = 11,
_types = {5, 8, 12, 11, 0},
_rarity = 4,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = 7,
_armor = 1,
_asw = false,
_shelling_accuracy = 9,
_torpedo_accuracy = false,
_evasion = 2,
_los = 6,
_speed = false,
_luck = false,
_range = 2,
_special = false,
_scrap_fuel = false,
_scrap_ammo = false,
_scrap_steel = 20,
_scrap_bauxite = 24,
_info = "米国で開発・実戦配備された射撃管制システムです。<br>機械式コンピュータを採用し、射撃指揮レーダー連動の発展性<br>を有する本射撃指揮システムは、駆逐艦などの小型艦艇だけで<br>なく、戦艦や巡洋艦などの大型艦にも幅広く採用されました。<br>レトロフューチャーな独特の外観も魅力です。",
_buildable = false,
_improvements = false,
}