• 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/Emergency Repair Goddess"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
m
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Emergency Repair Goddess",
 
+
  _id = 43,
local Emergency_Repair_Goddess = {
+
  _item_id = 51,
_name = "Emergency Repair Goddess",
+
  _japanese_name = "応急修理女神",
_page = false,
+
  _reading = "おうきゅうしゅうりめがみ",
_id = 43,
+
  _type = 23,
_japanese_name = "応急修理女神",
+
  _icon = 14,
_reading = "おうきゅうしゅうりめがみ",
+
  _types = {6, 30, 23, 14, 0},
_type = 23,
+
  _rarity = 2,
_icon = 14,
+
  _back = 4,
_rarity = 1,
+
  _firepower = false,
_stars = 4,
+
  _bombing = false,
_firepower = false,
+
  _torpedo = false,
_bombing = false,
+
  _aa = false,
_torpedo = false,
+
  _armor = false,
_aa = false,
+
  _asw = false,
_armor = false,
+
  _shelling_accuracy = false,
_asw = false,
+
  _torpedo_accuracy = false,
_shelling_accuracy = false,
+
  _evasion = false,
_torpedo_accuracy = false,
+
  _los = false,
_evasion = false,
+
  _speed = false,
_los = false,
+
  _luck = false,
_speed = false,
+
  _range = false,
_luck = false,
+
  _special = "Revives ships upon sinking",
_range = false,
+
  _scrap_fuel = false,
_special = "Restores HP and supplies of equipping ship to full upon sinking.",
+
  _scrap_ammo = false,
_scrap_fuel = false,
+
  _scrap_steel = 1,
_scrap_ammo = false,
+
  _scrap_bauxite = false,
_scrap_steel = 1,
+
  _info = "ダメコン(ダメージコントロール)集団の最上位バージョン。<br>艦娘の戦闘による致命的な被害を最小限に抑えて、大切な艦娘<br>を轟沈(ロスト)から護ると共に、発動すると、同艦娘の耐久<br>力と燃料・弾薬などの補給物資を全回復してくれるという、ま<br>さに女神のようなオーバーテクノロジーな至高のダメコン!<br>(発動すると消滅します)",
_scrap_bauxite = false,
+
  _wikipedia = "Damage control",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}
 
return Emergency_Repair_Goddess
 

Revision as of 18:34, 6 February 2024

Documentation for this module may be created at Module:Data/Equipment/Emergency Repair Goddess/doc

return {
  _name = "Emergency Repair Goddess",
  _id = 43,
  _item_id = 51,
  _japanese_name = "応急修理女神",
  _reading = "おうきゅうしゅうりめがみ",
  _type = 23,
  _icon = 14,
  _types = {6, 30, 23, 14, 0},
  _rarity = 2,
  _back = 4,
  _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 = "Revives ships upon sinking",
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 1,
  _scrap_bauxite = false,
  _info = "ダメコン(ダメージコントロール)集団の最上位バージョン。<br>艦娘の戦闘による致命的な被害を最小限に抑えて、大切な艦娘<br>を轟沈(ロスト)から護ると共に、発動すると、同艦娘の耐久<br>力と燃料・弾薬などの補給物資を全回復してくれるという、ま<br>さに女神のようなオーバーテクノロジーな至高のダメコン!<br>(発動すると消滅します)",
  _wikipedia = "Damage control",
  _buildable = false,
  _improvements = false,
}