• 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/Drum Canister (Transport Use)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
   _special = "Increases resource gains from supply nodes",
+
   _special = "Affects various resources mechanics",
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
 
   _scrap_ammo = false,
 
   _scrap_ammo = false,
Line 28: Line 28:
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
 
   _version = 2,
 
   _version = 2,
   _info = "ドラム缶を繋いだ簡易輸送用部材です。\"東京急行\"などに用い<br>られました。<br>駆逐艦の甲板などに搭載し、敵制海権内に進入、強行輸送を敢<br>行します。<br>(駆逐艦・軽巡洋艦・航空巡洋艦・水上機母艦・揚陸艦で運用<br>可能です)",
+
   _info = "ドラム缶を繋いだ簡易輸送用部材です。<br>\"東京急行\"などに用いられました。<br>駆逐艦の甲板などに搭載し、敵制海権内に進入、強行輸送を敢行します。<br>(駆逐艦・軽巡洋艦・航空巡洋艦・水上機母艦・揚陸艦で運用可能です)",
 +
  _info_en = "A simple transportation component that connects drums.<br>It was used for supply runs like the \"Tokyo Express\".<br>It is loaded on destroyers' decks and transported through enemy-controlled waters.<br>(Useable by destroyers, light cruisers, aviation cruisers, seaplane tenders, and landing ships)",
 
   _wikipedia = "Drum (container)",
 
   _wikipedia = "Drum (container)",
 
   _buildable = true,
 
   _buildable = true,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:45, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/Drum Canister (Transport Use)/doc

return {
  _name = "Drum Canister (Transport Use)",
  _id = 75,
  _japanese_name = "ドラム缶(輸送用)",
  _reading = "ドラムかん(ゆそうよう)",
  _type = 30,
  _icon = 25,
  _types = {9, 19, 30, 25, 0},
  _rarity = 0,
  _back = 1,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Affects various resources mechanics",
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 1,
  _scrap_bauxite = false,
  _version = 2,
  _info = "ドラム缶を繋いだ簡易輸送用部材です。<br>\"東京急行\"などに用いられました。<br>駆逐艦の甲板などに搭載し、敵制海権内に進入、強行輸送を敢行します。<br>(駆逐艦・軽巡洋艦・航空巡洋艦・水上機母艦・揚陸艦で運用可能です)",
  _info_en = "A simple transportation component that connects drums.<br>It was used for supply runs like the \"Tokyo Express\".<br>It is loaded on destroyers' decks and transported through enemy-controlled waters.<br>(Useable by destroyers, light cruisers, aviation cruisers, seaplane tenders, and landing ships)",
  _wikipedia = "Drum (container)",
  _buildable = true,
  _improvements = false,
}