- 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/12.7mm Single Machine Gun Mount"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ckwng |
Jigaraphale (talk | contribs) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | return { | |
− | + | _name = "12.7mm Single Machine Gun Mount", | |
− | + | _id = 38, | |
− | + | _japanese_name = "12.7mm単装機銃", | |
− | + | _reading = "12.7みりたんそうきじゅう", | |
− | + | _type = 21, | |
− | + | _icon = 15, | |
− | + | _types = {4, 6, 21, 15, 0}, | |
− | + | _rarity = 0, | |
− | + | _back = 1, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 3, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = 1, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _special = false, | |
− | + | _scrap_fuel = false, | |
− | + | _scrap_ammo = 1, | |
− | + | _scrap_steel = 1, | |
− | + | _scrap_bauxite = false, | |
− | + | _version = 2, | |
− | + | _info = "対空機銃です。<br>対空兵装として、主に駆逐艦などに装備されました。<br>より強力な25mm機銃への更新が進んでいます。", | |
+ | _info_en = "An anti-aircraft machine gun.<br>As an anti-aircraft weapon, it was mostly equipped on destroyers.<br>It was replaced by the more powerful 25 mm Single Autocannon Mount.", | ||
+ | _wikipedia = "Type 93 heavy machine gun", | ||
+ | _buildable = true, | ||
+ | _improvements = true, | ||
} | } | ||
− | |||
− |
Latest revision as of 06:55, 5 May 2024
Documentation for this module may be created at Module:Data/Equipment/12.7mm Single Machine Gun Mount/doc
return {
_name = "12.7mm Single Machine Gun Mount",
_id = 38,
_japanese_name = "12.7mm単装機銃",
_reading = "12.7みりたんそうきじゅう",
_type = 21,
_icon = 15,
_types = {4, 6, 21, 15, 0},
_rarity = 0,
_back = 1,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = 3,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 1,
_scrap_steel = 1,
_scrap_bauxite = false,
_version = 2,
_info = "対空機銃です。<br>対空兵装として、主に駆逐艦などに装備されました。<br>より強力な25mm機銃への更新が進んでいます。",
_info_en = "An anti-aircraft machine gun.<br>As an anti-aircraft weapon, it was mostly equipped on destroyers.<br>It was replaced by the more powerful 25 mm Single Autocannon Mount.",
_wikipedia = "Type 93 heavy machine gun",
_buildable = true,
_improvements = true,
}