• 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
com>Ckwng
(Remove redirect)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local Drum_Canister_Transport_Use = {
+
return {
_name = "Drum Canister (Transport Use)",
+
  _name = "Drum Canister (Transport Use)",
_page = false,
+
  _id = 75,
_id = 75,
+
  _japanese_name = "ドラム缶(輸送用)",
_japanese_name = "ドラム缶(輸送用)",
+
  _reading = "ドラムかん(ゆそうよう)",
_reading = "ドラムかん(ゆそうよう)",
+
  _type = 30,
_type = 30,
+
  _icon = 25,
_icon = 25,
+
  _types = {9, 19, 30, 25, 0},
_rarity = 0,
+
  _rarity = 0,
_back = 1,
+
  _back = 1,
_card = "Equipment75-1.png",
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = false,
_torpedo = false,
+
  _aa = false,
_aa = false,
+
  _armor = false,
_armor = false,
+
  _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 = "Affects various resources mechanics",
_special = "Increases resource gains from supply nodes",
+
  _scrap_fuel = false,
_scrap_fuel = false,
+
  _scrap_ammo = false,
_scrap_ammo = false,
+
  _scrap_steel = 1,
_scrap_steel = 1,
+
  _scrap_bauxite = false,
_scrap_bauxite = false,
+
  _version = 2,
_buildable = true,
+
  _info = "ドラム缶を繋いだ簡易輸送用部材です。<br>\"東京急行\"などに用いられました。<br>駆逐艦の甲板などに搭載し、敵制海権内に進入、強行輸送を敢行します。<br>(駆逐艦・軽巡洋艦・航空巡洋艦・水上機母艦・揚陸艦で運用可能です)",
_upgradable = false,
+
  _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,
 
}
 
}
 
return Drum_Canister_Transport_Use
 

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,
}