• 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"

From Kancolle Wiki
Jump to navigation Jump to search
m (10 revisions imported)
(GitHub Action)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
-- [[Category:Item modules]]
 
 
 
return {
 
return {
_name = "Underway Replenishment",
+
  _name = "Underway Replenishment",
_page = false,
+
  _id = 146,
_id = 146,
+
  _item_id = 67,
_item_id = 67,
+
  _japanese_name = "洋上補給",
_japanese_name = "洋上補給",
+
  _reading = "ようじょうほきゅう",
_reading = "ようじょうほきゅう",
+
  _type = 44,
_type = 44,
+
  _icon = 35,
_icon = 35,
+
  _types = {19, 35, 44, 35, 0},
_rarity = 3,
+
  _rarity = 2,
_back = 2,
+
  _back = 2,
_firepower = false,
+
  _firepower = false,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = false,
+
  _aa = false,
_armor = -2,
+
  _armor = -2,
_asw = false,
+
  _asw = false,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = false,
+
  _evasion = false,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = "Replenishes fuel and ammo of fleet when low",
+
  _special = "Replenishes fuel and ammo of fleet when low",
_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 = "戦闘航海中の洋上で燃料弾薬を補給することが可能です。これを保持した状態で燃料弾薬が欠乏すると戦闘航海中に「洋上補給」が発動し、燃料弾薬が洋上で「補給」されます。長期戦となる艦隊決戦のサポートにご活用ください。<br>(発動すると消滅します)",
+
  _info = "戦闘航海中の洋上で燃料弾薬を補給することが可能です。これ<br>を保持した状態で燃料弾薬が欠乏すると戦闘航海中に「洋上補<br>給」が発動し、燃料弾薬が洋上で「補給」されます。長期戦と<br>なる艦隊決戦のサポートにご活用ください。<br>(発動すると消滅します)",
_wikipedia = "Underway replenishment",
+
  _wikipedia = "Underway replenishment",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}

Revision as of 12:44, 9 September 2022

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 fleet when low",
  _scrap_fuel = 30,
  _scrap_ammo = 30,
  _scrap_steel = false,
  _scrap_bauxite = false,
  _info = "戦闘航海中の洋上で燃料弾薬を補給することが可能です。これ<br>を保持した状態で燃料弾薬が欠乏すると戦闘航海中に「洋上補<br>給」が発動し、燃料弾薬が洋上で「補給」されます。長期戦と<br>なる艦隊決戦のサポートにご活用ください。<br>(発動すると消滅します)",
  _wikipedia = "Underway replenishment",
  _buildable = false,
  _improvements = false,
}