- 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/Underway Replenishment"
< Module:Data | Equipment
Jump to navigation
Jump to search
(GitHub Action) |
Jigaraphale (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
_luck = false, | _luck = false, | ||
_range = false, | _range = false, | ||
− | _special = "Replenishes fuel and ammo of fleet | + | _special = "Replenishes fuel and ammo of the fleet in sortie", |
_scrap_fuel = 30, | _scrap_fuel = 30, | ||
_scrap_ammo = 30, | _scrap_ammo = 30, | ||
_scrap_steel = false, | _scrap_steel = false, | ||
_scrap_bauxite = false, | _scrap_bauxite = false, | ||
− | _info = " | + | _info = "戦闘航海中の海上で燃料弾薬を補給することが可能です。<br>これを保持した状態で燃料が欠乏すると戦闘航海中に「洋上補給」が発動し、燃料弾薬が洋上で「補給」されます。<br>長期戦となる艦隊決戦のサポートにご活用ください。<br>(発動すると消滅します。)", |
+ | _info_en = "It is possible to perform resupply on the seas to ships performing combat sailing.<br>When fuel is low while this is being held, \"Maritime Resupply\" will happen, and fuel & ammo will be \"replenished\" on the seas.<br>Please use this well as a support for the final battle, which could become a war of attrition.<br>(Will disappear when activated.)", | ||
_wikipedia = "Underway replenishment", | _wikipedia = "Underway replenishment", | ||
_buildable = false, | _buildable = false, | ||
_improvements = false, | _improvements = false, | ||
} | } |
Latest revision as of 09:08, 6 May 2024
Documentation for this module may be created at Module:Data/Equipment/Underway Replenishment/doc
return {
_name = "Underway Replenishment",
_id = 146,
_item_id = 67,
_japanese_name = "洋上補給",
_reading = "ようじょうほきゅう",
_type = 44,
_icon = 35,
_types = {19, 35, 44, 35, 0},
_rarity = 2,
_back = 2,
_firepower = false,
_bombing = false,
_torpedo = false,
_aa = false,
_armor = -2,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = false,
_special = "Replenishes fuel and ammo of the fleet in sortie",
_scrap_fuel = 30,
_scrap_ammo = 30,
_scrap_steel = false,
_scrap_bauxite = false,
_info = "戦闘航海中の海上で燃料弾薬を補給することが可能です。<br>これを保持した状態で燃料が欠乏すると戦闘航海中に「洋上補給」が発動し、燃料弾薬が洋上で「補給」されます。<br>長期戦となる艦隊決戦のサポートにご活用ください。<br>(発動すると消滅します。)",
_info_en = "It is possible to perform resupply on the seas to ships performing combat sailing.<br>When fuel is low while this is being held, \"Maritime Resupply\" will happen, and fuel & ammo will be \"replenished\" on the seas.<br>Please use this well as a support for the final battle, which could become a war of attrition.<br>(Will disappear when activated.)",
_wikipedia = "Underway replenishment",
_buildable = false,
_improvements = false,
}