- 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/12cm Single High-angle Gun Mount"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (Botkaze moved page Module:12cm Single High-angle Gun Mount to Module:Data/Equipment/12cm Single High-angle Gun Mount without leaving a redirect) |
Jigaraphale (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "12cm Single High-angle Gun Mount", | _name = "12cm Single High-angle Gun Mount", | ||
Line 6: | Line 4: | ||
_japanese_name = "12cm単装高角砲", | _japanese_name = "12cm単装高角砲", | ||
_reading = "12せんちたんそうこうかくほう", | _reading = "12せんちたんそうこうかくほう", | ||
− | _type = 1, | + | _type = 1, |
_icon = 16, | _icon = 16, | ||
+ | _types = {1, 1, 1, 16, 0}, | ||
_rarity = 0, | _rarity = 0, | ||
_back = 1, | _back = 1, | ||
Line 23: | Line 22: | ||
_luck = false, | _luck = false, | ||
_range = 1, | _range = 1, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
Line 30: | Line 27: | ||
_scrap_steel = 1, | _scrap_steel = 1, | ||
_scrap_bauxite = false, | _scrap_bauxite = false, | ||
+ | _version = 2, | ||
_info = "標準的な対空高角砲です。<br>量産に向いた構造で経済性も高く、後期の駆逐艦や海防艦、輸送船などにも搭載されました。<br>襲いかかる敵機に蟷螂の斧ですが対抗します。", | _info = "標準的な対空高角砲です。<br>量産に向いた構造で経済性も高く、後期の駆逐艦や海防艦、輸送船などにも搭載されました。<br>襲いかかる敵機に蟷螂の斧ですが対抗します。", | ||
+ | _info_en = "A standardized high-angle anti-aircraft gun.<br>With a structure that was made for mass production and is highly economical, late destroyers, escort destroyers as well as transport ships were equipped with it.<br>It was made to shoot down courageous but doomed attacking enemy aircraft.", | ||
_wikipedia = "Type 10 120 mm AA gun", | _wikipedia = "Type 10 120 mm AA gun", | ||
− | _buildable = false, | + | _buildable = true, |
+ | _improvements = false, | ||
} | } |
Latest revision as of 08:14, 5 May 2024
Documentation for this module may be created at Module:Data/Equipment/12cm Single High-angle Gun Mount/doc
return {
_name = "12cm Single High-angle Gun Mount",
_id = 48,
_japanese_name = "12cm単装高角砲",
_reading = "12せんちたんそうこうかくほう",
_type = 1,
_icon = 16,
_types = {1, 1, 1, 16, 0},
_rarity = 0,
_back = 1,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = 3,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 1,
_scrap_steel = 1,
_scrap_bauxite = false,
_version = 2,
_info = "標準的な対空高角砲です。<br>量産に向いた構造で経済性も高く、後期の駆逐艦や海防艦、輸送船などにも搭載されました。<br>襲いかかる敵機に蟷螂の斧ですが対抗します。",
_info_en = "A standardized high-angle anti-aircraft gun.<br>With a structure that was made for mass production and is highly economical, late destroyers, escort destroyers as well as transport ships were equipped with it.<br>It was made to shoot down courageous but doomed attacking enemy aircraft.",
_wikipedia = "Type 10 120 mm AA gun",
_buildable = true,
_improvements = false,
}