• 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/Pugliese Underwater Protection Bulkhead"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
(GitHub Action)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Pugliese Underwater Protection Bulkhead",
 
+
  _id = 136,
local Pugliese_Underwater_Protection_Bulkhead = {
+
  _japanese_name = "プリエーゼ式水中防御隔壁",
_name = "Pugliese Underwater Protection Bulkhead",
+
  _reading = "プリエーゼしきすいちゅうぼうぎょかくへき",
_page = false,
+
  _type = 28,
_id = 136,
+
  _icon = 23,
_japanese_name = "プリエーゼ式水中防御隔壁",
+
  _types = {6, 17, 28, 23, 0},
_reading = "プリエーゼしきすいちゅうぼうぎょかくへき",
+
  _rarity = 3,
_type = 28,
+
  _firepower = false,
_icon = 23,
+
  _bombing = false,
_rarity = 3,
+
  _torpedo = false,
_firepower = false,
+
  _aa = false,
_bombing = false,
+
  _armor = 7,
_torpedo = false,
+
  _asw = false,
_aa = false,
+
  _shelling_accuracy = false,
_armor = 7,
+
  _torpedo_accuracy = false,
_asw = false,
+
  _evasion = -1,
_shelling_accuracy = false,
+
  _los = false,
_torpedo_accuracy = false,
+
  _speed = false,
_evasion = -1,
+
  _luck = false,
_los = false,
+
  _range = false,
_speed = false,
+
  _special = false,
_luck = false,
+
  _scrap_fuel = false,
_range = false,
+
  _scrap_ammo = false,
_special = false,
+
  _scrap_steel = 24,
_scrap_fuel = false,
+
  _scrap_bauxite = 4,
_scrap_ammo = false,
+
  _info = "シリンダータイプの隔壁による、艦幅も重量も増やさずに水中<br>防御を向上させる大型艦艇の防御隔壁です。タラントでの戦訓<br>から評価が分かれますが、一定の防御効果は期待できるといわ<br>れています。<br>(戦艦・巡洋戦艦・航空戦艦・正規空母(含む装甲空母)用)",
_scrap_steel = 24,
+
  _wikipedia = "Littorio-class_battleship#Pugliese_torpedo_defense_system",
_scrap_bauxite = 4,
+
  _buildable = false,
_buildable = false,
+
  _improvements = true,
_upgradable = false,
 
 
}
 
}
 
return Pugliese_Underwater_Protection_Bulkhead
 

Revision as of 12:44, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Pugliese Underwater Protection Bulkhead/doc

return {
  _name = "Pugliese Underwater Protection Bulkhead",
  _id = 136,
  _japanese_name = "プリエーゼ式水中防御隔壁",
  _reading = "プリエーゼしきすいちゅうぼうぎょかくへき",
  _type = 28,
  _icon = 23,
  _types = {6, 17, 28, 23, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 7,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = -1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 24,
  _scrap_bauxite = 4,
  _info = "シリンダータイプの隔壁による、艦幅も重量も増やさずに水中<br>防御を向上させる大型艦艇の防御隔壁です。タラントでの戦訓<br>から評価が分かれますが、一定の防御効果は期待できるといわ<br>れています。<br>(戦艦・巡洋戦艦・航空戦艦・正規空母(含む装甲空母)用)",
  _wikipedia = "Littorio-class_battleship#Pugliese_torpedo_defense_system",
  _buildable = false,
  _improvements = true,
}