- 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/Soukoutei (Armored Boat Class)"
< Module:Data | Equipment
Jump to navigation
Jump to search
(Created page with "return { _name = "Soukoutei (Armored Boat Class)", _id = 408, _japanese_name = "装甲艇(AB艇)", _reading = nil, _type = 24, -- 8,47,24,20,0 _icon = 20, _rarit...") |
Jigaraphale (talk | contribs) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
_japanese_name = "装甲艇(AB艇)", | _japanese_name = "装甲艇(AB艇)", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 24, | + | _type = 24, |
_icon = 20, | _icon = 20, | ||
+ | _types = {8, 47, 24, 20, 0}, | ||
_rarity = 2, | _rarity = 2, | ||
_firepower = 1, | _firepower = 1, | ||
Line 20: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | + | _special = "Provides bonuses against installations<br>Provides bonuses against PT boats<br>Affects various resources mechanics", | |
− | |||
− | _special = | ||
_scrap_fuel = 2, | _scrap_fuel = 2, | ||
_scrap_ammo = 3, | _scrap_ammo = 3, | ||
_scrap_steel = 3, | _scrap_steel = 3, | ||
_scrap_bauxite = 1, | _scrap_bauxite = 1, | ||
+ | _info = "陸軍が開発・運用した、上陸支援用の小型戦闘艇です。<br>AB艇とも呼ばれ、上部を装甲、旋回式砲塔や機銃砲座で武装、大発による上陸作戦を支援しました。<br>強襲揚陸艦「神州丸」にも搭載され、「大発」など上陸用戦力と併せて運用することで高い対地戦闘能力を発揮します。", | ||
+ | _info_en = "A small assault boat developed by the IJA to support landings.<br>Also known as the AB-craft, it had an armored superstructure with a rotating turret and machine gun platforms. It would support daihatsus during landing operations.<br>It was loaded on board the amphibious assault ship, \"Shinshuu Maru\", demonstrating great anti-installation power when used in conjunction with \"Daihatsus\" during landing operations.", | ||
+ | _wikipedia = "Soukoutei-class armored boat", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = true, | |
} | } |
Latest revision as of 19:18, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/Soukoutei (Armored Boat Class)/doc
return {
_name = "Soukoutei (Armored Boat Class)",
_id = 408,
_japanese_name = "装甲艇(AB艇)",
_reading = nil,
_type = 24,
_icon = 20,
_types = {8, 47, 24, 20, 0},
_rarity = 2,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = 1,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = 1,
_speed = false,
_luck = false,
_range = false,
_special = "Provides bonuses against installations<br>Provides bonuses against PT boats<br>Affects various resources mechanics",
_scrap_fuel = 2,
_scrap_ammo = 3,
_scrap_steel = 3,
_scrap_bauxite = 1,
_info = "陸軍が開発・運用した、上陸支援用の小型戦闘艇です。<br>AB艇とも呼ばれ、上部を装甲、旋回式砲塔や機銃砲座で武装、大発による上陸作戦を支援しました。<br>強襲揚陸艦「神州丸」にも搭載され、「大発」など上陸用戦力と併せて運用することで高い対地戦闘能力を発揮します。",
_info_en = "A small assault boat developed by the IJA to support landings.<br>Also known as the AB-craft, it had an armored superstructure with a rotating turret and machine gun platforms. It would support daihatsus during landing operations.<br>It was loaded on board the amphibious assault ship, \"Shinshuu Maru\", demonstrating great anti-installation power when used in conjunction with \"Daihatsus\" during landing operations.",
_wikipedia = "Soukoutei-class armored boat",
_buildable = false,
_improvements = true,
}