- 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/Type 4 20cm Anti-ground Rocket Launcher (Concentrated Deployment)"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (1 revision imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "Type 4 20cm Anti-ground Rocket Launcher (Concentrated Deployment)", | _name = "Type 4 20cm Anti-ground Rocket Launcher (Concentrated Deployment)", | ||
Line 6: | Line 4: | ||
_japanese_name = "四式20cm対地噴進砲 集中配備", | _japanese_name = "四式20cm対地噴進砲 集中配備", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 37, | + | _type = 37, |
_icon = 31, | _icon = 31, | ||
+ | _types = {15, 26, 37, 31, 0}, | ||
_rarity = 5, | _rarity = 5, | ||
_firepower = 1, | _firepower = 1, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = 1, | _scrap_fuel = 1, | ||
Line 29: | Line 26: | ||
_scrap_steel = 1, | _scrap_steel = 1, | ||
_scrap_bauxite = 2, | _scrap_bauxite = 2, | ||
+ | _info = "地対地ロケット兵装として、日本陸軍によって開発された試製<br>四式噴進砲。圧倒的な火力を集中的に投射して、敵の地上戦力<br>や陣地を破壊制圧する目的で整備され、防御戦にも実際に投入<br>されました。本兵装は、同地対地噴進砲を大量に艦載、集中運<br>用して敵地上兵力を叩く強力な艦艇用対地if装備です。<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/Type 4 20cm Anti-ground Rocket Launcher (Concentrated Deployment)/doc
return {
_name = "Type 4 20cm Anti-ground Rocket Launcher (Concentrated Deployment)",
_id = 349,
_japanese_name = "四式20cm対地噴進砲 集中配備",
_reading = nil,
_type = 37,
_icon = 31,
_types = {15, 26, 37, 31, 0},
_rarity = 5,
_firepower = 1,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = -4,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 6,
_scrap_steel = 1,
_scrap_bauxite = 2,
_info = "地対地ロケット兵装として、日本陸軍によって開発された試製<br>四式噴進砲。圧倒的な火力を集中的に投射して、敵の地上戦力<br>や陣地を破壊制圧する目的で整備され、防御戦にも実際に投入<br>されました。本兵装は、同地対地噴進砲を大量に艦載、集中運<br>用して敵地上兵力を叩く強力な艦艇用対地if装備です。<br>対地火力大ですが、被弾に弱く誘爆の危険もあります。",
_buildable = false,
_improvements = false,
}