- 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/M4A1 DD"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (3 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "M4A1 DD", | _name = "M4A1 DD", | ||
Line 6: | Line 4: | ||
_japanese_name = "M4A1 DD", | _japanese_name = "M4A1 DD", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 24, | + | _type = 24, |
_icon = 20, | _icon = 20, | ||
+ | _types = {8, 45, 24, 20, 0}, | ||
_rarity = 4, | _rarity = 4, | ||
_firepower = 2, | _firepower = 2, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = 2, | _scrap_fuel = 2, | ||
Line 29: | Line 26: | ||
_scrap_steel = 8, | _scrap_steel = 8, | ||
_scrap_bauxite = 2, | _scrap_bauxite = 2, | ||
+ | _info = "米国で開発され、数多くのバリエーションと共に量産された代<br>表的中戦車「M4」シリーズ。その初期改良型をベースに紅茶<br>の国が防水スクリーンと推進プロペラを装備した水陸両用戦車<br>が、シャーマンDDと呼ばれたM4A1 Duplex Driveです。<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/M4A1 DD/doc
return {
_name = "M4A1 DD",
_id = 355,
_japanese_name = "M4A1 DD",
_reading = nil,
_type = 24,
_icon = 20,
_types = {8, 45, 24, 20, 0},
_rarity = 4,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = -1,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = 2,
_scrap_ammo = 6,
_scrap_steel = 8,
_scrap_bauxite = 2,
_info = "米国で開発され、数多くのバリエーションと共に量産された代<br>表的中戦車「M4」シリーズ。その初期改良型をベースに紅茶<br>の国が防水スクリーンと推進プロペラを装備した水陸両用戦車<br>が、シャーマンDDと呼ばれたM4A1 Duplex Driveです。<br>海上からの上陸反攻作戦に投入されました。",
_buildable = false,
_improvements = false,
}