- 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 2 Depth Charge"
< Module:Data | Equipment
Jump to navigation
Jump to search
m (4 revisions imported) |
(GitHub Action) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "Type 2 Depth Charge", | |
− | + | _id = 227, | |
− | + | _japanese_name = "二式爆雷", | |
− | + | _reading = "にしきばくらい", | |
− | + | _type = 15, | |
− | + | _icon = 17, | |
− | + | _types = {7, 32, 15, 17, 0}, | |
− | + | _rarity = 2, | |
− | + | _firepower = false, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = false, | |
− | + | _armor = false, | |
− | + | _asw = 7, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = false, | |
− | + | _special = false, | |
− | + | _scrap_fuel = 1, | |
− | + | _scrap_ammo = 3, | |
− | + | _scrap_steel = false, | |
− | + | _scrap_bauxite = 1, | |
− | + | _info = "対潜水艦に使用する増加爆雷装備です。爆雷は戦訓を踏まえ、<br>改良されています。<br>駆逐艦や海防艦などに爆雷投射機やソナー類などの対潜装備と<br>もに装備することで、対潜能力の向上が図れます。", | |
− | + | _buildable = false, | |
− | + | _improvements = true, | |
− | |||
− | |||
} | } |
Revision as of 13:07, 9 September 2022
Documentation for this module may be created at Module:Data/Equipment/Type 2 Depth Charge/doc
return {
_name = "Type 2 Depth Charge",
_id = 227,
_japanese_name = "二式爆雷",
_reading = "にしきばくらい",
_type = 15,
_icon = 17,
_types = {7, 32, 15, 17, 0},
_rarity = 2,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = false,
_asw = 7,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = false,
_scrap_fuel = 1,
_scrap_ammo = 3,
_scrap_steel = false,
_scrap_bauxite = 1,
_info = "対潜水艦に使用する増加爆雷装備です。爆雷は戦訓を踏まえ、<br>改良されています。<br>駆逐艦や海防艦などに爆雷投射機やソナー類などの対潜装備と<br>もに装備することで、対潜能力の向上が図れます。",
_buildable = false,
_improvements = true,
}